COLOR #254831

HEX: #254831
RGB: (37,72,49)

Color info

#254831 contains red, green and blue colors in about the same proportion. Web safe color of #254831 is #333333 (or #333).

RGB color model

#254831 color RGB value is (37,72,49).

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

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 49 of 255 = 19%

37
72
49

R + G + B ~ 21%. #254831 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 49 = 158 (100%)
R 37 of 158 ~ 23.42%
G 72 of 158 ~ 45.57%
B 49 of 158 ~ 31.01%

%23.42
%45.57
%31.01

CMYK color model

#254831 color CMYK value is (49,0,32,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(49,0,32,72)
C49M0Y32K72 
(49%,0%,32%,72%)
(0.49/0.00/0.32/0.72)	

CMYK percentages

%48.61
%0
%31.94
%71.76

Codes

Color #254831 in popluar color models

254831
RGB377249
HSL141°32.11%21.37%
HSB/HSV141°48.61%28.24%
CMYK48.61%0.00%31.94%
71.76%

Color #254831 in popluar number systems.

HEX254831
Decimal377249
Binary1001011001000110001
Octal4511061

Shades and tints

Shades of #254831

#254831
(37,72,49)
#22422D
(34,66,45)
#1F3C29
(31,60,41)
#1C3625
(28,54,37)
#193021
(25,48,33)
#162A1D
(22,42,29)
#132419
(19,36,25)
#101E15
(16,30,21)
#0D1811
(13,24,17)
#0A120D
(10,18,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #254831

#254831
(37,72,49)
#385843
(56,88,67)
#4B6855
(75,104,85)
#5E7867
(94,120,103)
#718879
(113,136,121)
#84988B
(132,152,139)
#97A89D
(151,168,157)
#AAB8AF
(170,184,175)
#BDC8C1
(189,200,193)
#D0D8D3
(208,216,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254831; }

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

This text font color is #254831.


Background Color

.myBgColor { background-color: #254831; }

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

This div background color is #254831.


Border color

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

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

This div border color is #254831.


Opacity

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

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

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

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

This text has shadow with #254831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254831 on black background.


Color preview on white background

This text has color #254831 on white background.



Black color preview on #254831 background

This text has black color on #254831 background.


White color preview on #254831 background

This text has white color on #254831 background.