COLOR #254B32

HEX: #254B32
RGB: (37,75,50)

Color info

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

RGB color model

#254B32 color RGB value is (37,75,50).

  • red value is 37;
  • green value is 75;
  • blue value is 50.
RGB:
(37,75,50)
(15%,29%,20%)

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 50 of 255 = 20%

37
75
50

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

Portions of RGB colors in percentages

R + G + B =
37 + 75 + 50 = 162 (100%)
R 37 of 162 ~ 22.84%
G 75 of 162 ~ 46.3%
B 50 of 162 ~ 30.86%

%22.84
%46.3
%30.86

CMYK color model

#254B32 color CMYK value is (51,0,33,71).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 70.59%
CMYK:
(51,0,33,71)
C51M0Y33K71 
(51%,0%,33%,71%)
(0.51/0.00/0.33/0.71)	

CMYK percentages

%50.67
%0
%33.33
%70.59

Codes

Color #254B32 in popluar color models

254B32
RGB377550
HSL141°33.93%21.96%
HSB/HSV141°50.67%29.41%
CMYK50.67%0.00%33.33%
70.59%

Color #254B32 in popluar number systems.

HEX254B32
Decimal377550
Binary1001011001011110010
Octal4511362

Shades and tints

Shades of #254B32

#254B32
(37,75,50)
#22452E
(34,69,46)
#1F3F2A
(31,63,42)
#1C3926
(28,57,38)
#193322
(25,51,34)
#162D1E
(22,45,30)
#13271A
(19,39,26)
#102116
(16,33,22)
#0D1B12
(13,27,18)
#0A150E
(10,21,14)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #254B32

#254B32
(37,75,50)
#385B44
(56,91,68)
#4B6B56
(75,107,86)
#5E7B68
(94,123,104)
#718B7A
(113,139,122)
#849B8C
(132,155,140)
#97AB9E
(151,171,158)
#AABBB0
(170,187,176)
#BDCBC2
(189,203,194)
#D0DBD4
(208,219,212)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254B32 color. Also use rgb(37,75,50) instead hex code.

Text Font Color

.myTextColor { color: #254B32; }

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

This text font color is #254B32.


Background Color

.myBgColor { background-color: #254B32; }

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

This div background color is #254B32.


Border color

.myBorderColor { border: 1px solid #254B32; }

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

This div border color is #254B32.


Opacity

.myOpacity80 { color: #254B32; opacity: 0.8; }

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

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

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

This text has shadow with #254B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254B32 on black background.


Color preview on white background

This text has color #254B32 on white background.



Black color preview on #254B32 background

This text has black color on #254B32 background.


White color preview on #254B32 background

This text has white color on #254B32 background.