COLOR #557B0D

HEX: #557B0D
RGB: (85,123,13)

Color info

#557B0D contains mainly red and green colors. Web safe color of #557B0D is #666600 (or #660).

RGB color model

#557B0D color RGB value is (85,123,13).

  • red value is 85;
  • green value is 123;
  • blue value is 13.
RGB:
(85,123,13)
(33%,48%,5%)

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 13 of 255 = 5%

85
123
13

R + G + B ~ 29%. #557B0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 13 = 221 (100%)
R 85 of 221 ~ 38.46%
G 123 of 221 ~ 55.66%
B 13 of 221 ~ 5.88%

%38.46
%55.66

CMYK color model

#557B0D color CMYK value is (31,0,89,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 89.43%
  • key color value is 51.76%
CMYK:
(31,0,89,52)
C31M0Y89K52 
(31%,0%,89%,52%)
(0.31/0.00/0.89/0.52)	

CMYK percentages

%30.89
%0
%89.43
%51.76

Codes

Color #557B0D in popluar color models

557B0D
RGB8512313
HSL81°80.88%26.67%
HSB/HSV81°89.43%48.24%
CMYK30.89%0.00%89.43%
51.76%

Color #557B0D in popluar number systems.

HEX557B0D
Decimal8512313
Binary101010111110111101
Octal12517315

Shades and tints

Shades of #557B0D

#557B0D
(85,123,13)
#4E700C
(78,112,12)
#47650B
(71,101,11)
#405A0A
(64,90,10)
#394F09
(57,79,9)
#324408
(50,68,8)
#2B3907
(43,57,7)
#242E06
(36,46,6)
#1D2305
(29,35,5)
#161804
(22,24,4)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #557B0D

#557B0D
(85,123,13)
#648723
(100,135,35)
#739339
(115,147,57)
#829F4F
(130,159,79)
#91AB65
(145,171,101)
#A0B77B
(160,183,123)
#AFC391
(175,195,145)
#BECFA7
(190,207,167)
#CDDBBD
(205,219,189)
#DCE7D3
(220,231,211)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557B0D color. Also use rgb(85,123,13) instead hex code.

Text Font Color

.myTextColor { color: #557B0D; }

<p style="color:#557B0D">This sample text font color is #557B0D.</p>

This text font color is #557B0D.


Background Color

.myBgColor { background-color: #557B0D; }

<div style="background-color:#557B0D">Inner text</div>

This div background color is #557B0D.


Border color

.myBorderColor { border: 1px solid #557B0D; }

<div style="border:3px solid #557B0D">Div</div>

This div border color is #557B0D.


Opacity

.myOpacity80 { color: #557B0D; opacity: 0.8; }

<p style="color:#557B0D;opacity:0.8;">80%</p>

Text with #557B0D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #557B0D;}

<p style="text-shadow: 3px 3px 1px #557B0D">Text here.</p>

This text has shadow with #557B0D color.

.textShadow {text-shadow: 3px 3px 1px #557B0D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #557B0D, 5px 5px 20px red">Text here.</p>

This text has shadow with #557B0D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557B0D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#557B0D, Direction=45, Strength=4)">Text</p>

This text has shadow with #557B0D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #557B0D;
  -webkit-box-shadow:	1px 1px 3px 2px #557B0D;
  box-shadow:		1px 1px 3px 2px #557B0D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557B0D;
-webkit-box-shadow: 1px 1px 3px 2px #557B0D;
box-shadow:1px 1px 3px 2px #557B0D;">
Div content here</div>
This div box has shadow with color #557B0D.

Preview

Color preview on black background

This text has color #557B0D on black background.


Color preview on white background

This text has color #557B0D on white background.



Black color preview on #557B0D background

This text has black color on #557B0D background.


White color preview on #557B0D background

This text has white color on #557B0D background.