COLOR #555525

HEX: #555525
RGB: (85,85,37)

Color info

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

RGB color model

#555525 color RGB value is (85,85,37).

  • red value is 85;
  • green value is 85;
  • blue value is 37.
RGB:
(85,85,37)
(33%,33%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 37 of 255 = 15%

85
85
37

R + G + B ~ 27%. #555525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 37 = 207 (100%)
R 85 of 207 ~ 41.06%
G 85 of 207 ~ 41.06%
B 37 of 207 ~ 17.87%

%41.06
%41.06
%17.87

CMYK color model

#555525 color CMYK value is (0,0,56,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,0,56,67)
C0M0Y56K67 
(0%,0%,56%,67%)
(0.00/0.00/0.56/0.67)	

CMYK percentages

%0
%0
%56.47
%66.67

Codes

Color #555525 in popluar color models

555525
RGB858537
HSL60°39.34%23.92%
HSB/HSV60°56.47%33.33%
CMYK0.00%0.00%56.47%
66.67%

Color #555525 in popluar number systems.

HEX555525
Decimal858537
Binary10101011010101100101
Octal12512545

Shades and tints

Shades of #555525

#555525
(85,85,37)
#4E4E22
(78,78,34)
#47471F
(71,71,31)
#40401C
(64,64,28)
#393919
(57,57,25)
#323216
(50,50,22)
#2B2B13
(43,43,19)
#242410
(36,36,16)
#1D1D0D
(29,29,13)
#16160A
(22,22,10)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #555525

#555525
(85,85,37)
#646438
(100,100,56)
#73734B
(115,115,75)
#82825E
(130,130,94)
#919171
(145,145,113)
#A0A084
(160,160,132)
#AFAF97
(175,175,151)
#BEBEAA
(190,190,170)
#CDCDBD
(205,205,189)
#DCDCD0
(220,220,208)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555525; }

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

This text font color is #555525.


Background Color

.myBgColor { background-color: #555525; }

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

This div background color is #555525.


Border color

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

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

This div border color is #555525.


Opacity

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

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

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

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

This text has shadow with #555525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555525 on black background.


Color preview on white background

This text has color #555525 on white background.



Black color preview on #555525 background

This text has black color on #555525 background.


White color preview on #555525 background

This text has white color on #555525 background.