COLOR #255421

HEX: #255421
RGB: (37,84,33)

Color info

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

RGB color model

#255421 color RGB value is (37,84,33).

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

RGB channels and saturation

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

37
84
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 33 = 154 (100%)
R 37 of 154 ~ 24.03%
G 84 of 154 ~ 54.55%
B 33 of 154 ~ 21.43%

%24.03
%54.55
%21.43

CMYK color model

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

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

CMYK percentages

%55.95
%0
%60.71
%67.06

Codes

Color #255421 in popluar color models

255421
RGB378433
HSL115°43.59%22.94%
HSB/HSV115°60.71%32.94%
CMYK55.95%0.00%60.71%
67.06%

Color #255421 in popluar number systems.

HEX255421
Decimal378433
Binary1001011010100100001
Octal4512441

Shades and tints

Shades of #255421

#255421
(37,84,33)
#224D1E
(34,77,30)
#1F461B
(31,70,27)
#1C3F18
(28,63,24)
#193815
(25,56,21)
#163112
(22,49,18)
#132A0F
(19,42,15)
#10230C
(16,35,12)
#0D1C09
(13,28,9)
#0A1506
(10,21,6)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #255421

#255421
(37,84,33)
#386335
(56,99,53)
#4B7249
(75,114,73)
#5E815D
(94,129,93)
#719071
(113,144,113)
#849F85
(132,159,133)
#97AE99
(151,174,153)
#AABDAD
(170,189,173)
#BDCCC1
(189,204,193)
#D0DBD5
(208,219,213)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255421; }

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

This text font color is #255421.


Background Color

.myBgColor { background-color: #255421; }

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

This div background color is #255421.


Border color

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

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

This div border color is #255421.


Opacity

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

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

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

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

This text has shadow with #255421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255421 on black background.


Color preview on white background

This text has color #255421 on white background.



Black color preview on #255421 background

This text has black color on #255421 background.


White color preview on #255421 background

This text has white color on #255421 background.