COLOR #555434

HEX: #555434
RGB: (85,84,52)

Color info

#555434 contains red, green and blue colors in about the same proportion. Web safe color of #555434 is #666633 (or #663).

RGB color model

#555434 color RGB value is (85,84,52).

  • red value is 85;
  • green value is 84;
  • blue value is 52.
RGB:
(85,84,52)
(33%,33%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 52 of 255 = 20%

85
84
52

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 52 = 221 (100%)
R 85 of 221 ~ 38.46%
G 84 of 221 ~ 38.01%
B 52 of 221 ~ 23.53%

%38.46
%38.01
%23.53

CMYK color model

#555434 color CMYK value is (0,1,39,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 38.82%
  • key color value is 66.67%
CMYK:
(0,1,39,67)
C0M1Y39K67 
(0%,1%,39%,67%)
(0.00/0.01/0.39/0.67)	

CMYK percentages

%0
%1.18
%38.82
%66.67

Codes

Color #555434 in popluar color models

555434
RGB858452
HSL58°24.09%26.86%
HSB/HSV58°38.82%33.33%
CMYK0.00%1.18%38.82%
66.67%

Color #555434 in popluar number systems.

HEX555434
Decimal858452
Binary10101011010100110100
Octal12512464

Shades and tints

Shades of #555434

#555434
(85,84,52)
#4E4D30
(78,77,48)
#47462C
(71,70,44)
#403F28
(64,63,40)
#393824
(57,56,36)
#323120
(50,49,32)
#2B2A1C
(43,42,28)
#242318
(36,35,24)
#1D1C14
(29,28,20)
#161510
(22,21,16)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #555434

#555434
(85,84,52)
#646346
(100,99,70)
#737258
(115,114,88)
#82816A
(130,129,106)
#91907C
(145,144,124)
#A09F8E
(160,159,142)
#AFAEA0
(175,174,160)
#BEBDB2
(190,189,178)
#CDCCC4
(205,204,196)
#DCDBD6
(220,219,214)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555434 color. Also use rgb(85,84,52) instead hex code.

Text Font Color

.myTextColor { color: #555434; }

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

This text font color is #555434.


Background Color

.myBgColor { background-color: #555434; }

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

This div background color is #555434.


Border color

.myBorderColor { border: 1px solid #555434; }

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

This div border color is #555434.


Opacity

.myOpacity80 { color: #555434; opacity: 0.8; }

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

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

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

This text has shadow with #555434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555434 on black background.


Color preview on white background

This text has color #555434 on white background.



Black color preview on #555434 background

This text has black color on #555434 background.


White color preview on #555434 background

This text has white color on #555434 background.