COLOR #555435

HEX: #555435
RGB: (85,84,53)

Color info

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

RGB color model

#555435 color RGB value is (85,84,53).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 53 of 255 = 21%

85
84
53

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 53 = 222 (100%)
R 85 of 222 ~ 38.29%
G 84 of 222 ~ 37.84%
B 53 of 222 ~ 23.87%

%38.29
%37.84
%23.87

CMYK color model

#555435 color CMYK value is (0,1,38,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 37.65%
  • key color value is 66.67%
CMYK:
(0,1,38,67)
C0M1Y38K67 
(0%,1%,38%,67%)
(0.00/0.01/0.38/0.67)	

CMYK percentages

%0
%1.18
%37.65
%66.67

Codes

Color #555435 in popluar color models

555435
RGB858453
HSL58°23.19%27.06%
HSB/HSV58°37.65%33.33%
CMYK0.00%1.18%37.65%
66.67%

Color #555435 in popluar number systems.

HEX555435
Decimal858453
Binary10101011010100110101
Octal12512465

Shades and tints

Shades of #555435

#555435
(85,84,53)
#4E4D31
(78,77,49)
#47462D
(71,70,45)
#403F29
(64,63,41)
#393825
(57,56,37)
#323121
(50,49,33)
#2B2A1D
(43,42,29)
#242319
(36,35,25)
#1D1C15
(29,28,21)
#161511
(22,21,17)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #555435

#555435
(85,84,53)
#646347
(100,99,71)
#737259
(115,114,89)
#82816B
(130,129,107)
#91907D
(145,144,125)
#A09F8F
(160,159,143)
#AFAEA1
(175,174,161)
#BEBDB3
(190,189,179)
#CDCCC5
(205,204,197)
#DCDBD7
(220,219,215)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555435; }

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

This text font color is #555435.


Background Color

.myBgColor { background-color: #555435; }

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

This div background color is #555435.


Border color

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

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

This div border color is #555435.


Opacity

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

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

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

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

This text has shadow with #555435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555435 on black background.


Color preview on white background

This text has color #555435 on white background.



Black color preview on #555435 background

This text has black color on #555435 background.


White color preview on #555435 background

This text has white color on #555435 background.