COLOR #255431

HEX: #255431
RGB: (37,84,49)

Color info

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

RGB color model

#255431 color RGB value is (37,84,49).

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

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 49 of 255 = 19%

37
84
49

R + G + B ~ 22%. #255431 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 49 = 170 (100%)
R 37 of 170 ~ 21.76%
G 84 of 170 ~ 49.41%
B 49 of 170 ~ 28.82%

%21.76
%49.41
%28.82

CMYK color model

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

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 67.06%
CMYK:
(56,0,42,67)
C56M0Y42K67 
(56%,0%,42%,67%)
(0.56/0.00/0.42/0.67)	

CMYK percentages

%55.95
%0
%41.67
%67.06

Codes

Color #255431 in popluar color models

255431
RGB378449
HSL135°38.84%23.73%
HSB/HSV135°55.95%32.94%
CMYK55.95%0.00%41.67%
67.06%

Color #255431 in popluar number systems.

HEX255431
Decimal378449
Binary1001011010100110001
Octal4512461

Shades and tints

Shades of #255431

#255431
(37,84,49)
#224D2D
(34,77,45)
#1F4629
(31,70,41)
#1C3F25
(28,63,37)
#193821
(25,56,33)
#16311D
(22,49,29)
#132A19
(19,42,25)
#102315
(16,35,21)
#0D1C11
(13,28,17)
#0A150D
(10,21,13)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #255431

#255431
(37,84,49)
#386343
(56,99,67)
#4B7255
(75,114,85)
#5E8167
(94,129,103)
#719079
(113,144,121)
#849F8B
(132,159,139)
#97AE9D
(151,174,157)
#AABDAF
(170,189,175)
#BDCCC1
(189,204,193)
#D0DBD3
(208,219,211)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255431; }

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

This text font color is #255431.


Background Color

.myBgColor { background-color: #255431; }

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

This div background color is #255431.


Border color

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

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

This div border color is #255431.


Opacity

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

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

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

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

This text has shadow with #255431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255431 on black background.


Color preview on white background

This text has color #255431 on white background.



Black color preview on #255431 background

This text has black color on #255431 background.


White color preview on #255431 background

This text has white color on #255431 background.