COLOR #555D12

HEX: #555D12 RGB: (85,93,18)

Color info

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

RGB color model

#555D12 color RGB value is (85,93,18).

RGB: (85,93,18) (33%, 36%, 7%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 18 of 255 = 7%

85
93
18

R + G + B ~ 25%. #555D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 18 = 196 (100%)
R 85 of 196 ~ 43.37%
G 93 of 196 ~ 47.45%
B 18 of 196 ~ 9.18'%

%43.37
%47.45

CMYK color model

#555D12 color CMYK value is (9,0,81,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 80.65%
  • key color value is 63.53%

CMYK: (9,0,81,64)
C9M0Y81K64 (9%, 0%, 81%, 64%)
(0.09 / 0.00 / 0.81 / 0.64)

CMYK percentages

%8.6
%0
%80.65
%63.53

Codes

Color #555D12 in popluar color models

55 5D 12
RGB 85 93 18
HSL 66° 67.57% 21.76%
HSB/HSV 66° 80.65% 36.47%
CMYK 8.60% 0.00% 80.65%
63.53%

Color #555D12 in popluar number systems.

HEX 55 5D 12
Decimal 85 93 18
Binary 1010101 1011101 10010
Octal 125 135 22

Shades and tints

Shades of #555D12

#555D12
(85,93,18)
#4E5511
(78,85,17)
#474D10
(71,77,16)
#40450F
(64,69,15)
#393D0E
(57,61,14)
#32350D
(50,53,13)
#2B2D0C
(43,45,12)
#24250B
(36,37,11)
#1D1D0A
(29,29,10)
#161509
(22,21,9)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #555D12

#555D12
(85,93,18)
#646B27
(100,107,39)
#73793C
(115,121,60)
#828751
(130,135,81)
#919566
(145,149,102)
#A0A37B
(160,163,123)
#AFB190
(175,177,144)
#BEBFA5
(190,191,165)
#CDCDBA
(205,205,186)
#DCDBCF
(220,219,207)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D12 color. Also use rgb(85,93,18) instead hex code.

Text Font Color

.myTextColor { color: #555D12; }

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

This text font color is #555D12.

Background Color

.myBgColor { background-color: #555D12; }

<div style="background-color:#555D12">Inner text</div>

This div background color is #555D12.

Border color

.myBorderColor { border: 1px solid #555D12; }

<div style="border:3px solid #555D12">Div</div>

This div border color is #555D12.

Opacity

.myOpacity80 { color: #555D12; opacity: 0.8; }

<p style="color:#555D12;opacity:0.8;">80%</p>

Text with #555D12 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 #555D12;}

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

This text has shadow with #555D12 color.


.textShadow {text-shadow: 3px 3px 1px #555D12', 3px 3px 1px red;}

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

This text has shadow with #555D12 primary color and red secondary color.


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

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

This text has shadow with #555D12 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #555D12; -webkit-box-shadow: 1px 1px 3px 2px #555D12; box-shadow:1px 1px 3px 2px #555D12;">
Div content here
</div>

This div box has shadow with color #555D12.

Preview

Color preview on black background

This text has color #555D12 on black background.


Color preview on white background

This text has color #555D12 on white background.


Black color preview on #555D12 background

This text has black color on #555D12 background.


White color preview on #555D12 background

This text has white color on #555D12 background.


Related colors

Complementary color

Complementary color for #hex is #AAA2ED.


I love getcolorcode.com

Triadic colors

1 #12555D and #5D1255 with #555D12 are triadic colors.

2 #125D55 and #5D5512 with #555D12 are triadic colors.