COLOR #255521

HEX: #255521
RGB: (37,85,33)

Color info

#255521 contains red, green and blue colors in about the same proportion. Web safe color of #255521 is #336633 (or #363).

RGB color model

#255521 color RGB value is (37,85,33).

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

RGB channels and saturation

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

37
85
33

R + G + B ~ 20%. #255521 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 85 + 33 = 155 (100%)
R 37 of 155 ~ 23.87%
G 85 of 155 ~ 54.84%
B 33 of 155 ~ 21.29%

%23.87
%54.84
%21.29

CMYK color model

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

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

CMYK percentages

%56.47
%0
%61.18
%66.67

Codes

Color #255521 in popluar color models

255521
RGB378533
HSL115°44.07%23.14%
HSB/HSV115°61.18%33.33%
CMYK56.47%0.00%61.18%
66.67%

Color #255521 in popluar number systems.

HEX255521
Decimal378533
Binary1001011010101100001
Octal4512541

Shades and tints

Shades of #255521

#255521
(37,85,33)
#224E1E
(34,78,30)
#1F471B
(31,71,27)
#1C4018
(28,64,24)
#193915
(25,57,21)
#163212
(22,50,18)
#132B0F
(19,43,15)
#10240C
(16,36,12)
#0D1D09
(13,29,9)
#0A1606
(10,22,6)
#070F03
(7,15,3)
#000000
(0,0,0)

Tints of #255521

#255521
(37,85,33)
#386435
(56,100,53)
#4B7349
(75,115,73)
#5E825D
(94,130,93)
#719171
(113,145,113)
#84A085
(132,160,133)
#97AF99
(151,175,153)
#AABEAD
(170,190,173)
#BDCDC1
(189,205,193)
#D0DCD5
(208,220,213)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255521; }

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

This text font color is #255521.


Background Color

.myBgColor { background-color: #255521; }

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

This div background color is #255521.


Border color

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

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

This div border color is #255521.


Opacity

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

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

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

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

This text has shadow with #255521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255521 on black background.


Color preview on white background

This text has color #255521 on white background.



Black color preview on #255521 background

This text has black color on #255521 background.


White color preview on #255521 background

This text has white color on #255521 background.