COLOR #254B2B

HEX: #254B2B
RGB: (37,75,43)

Color info

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

RGB color model

#254B2B color RGB value is (37,75,43).

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

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 43 of 255 = 17%

37
75
43

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

Portions of RGB colors in percentages

R + G + B =
37 + 75 + 43 = 155 (100%)
R 37 of 155 ~ 23.87%
G 75 of 155 ~ 48.39%
B 43 of 155 ~ 27.74%

%23.87
%48.39
%27.74

CMYK color model

#254B2B color CMYK value is (51,0,43,71).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(51,0,43,71)
C51M0Y43K71 
(51%,0%,43%,71%)
(0.51/0.00/0.43/0.71)	

CMYK percentages

%50.67
%0
%42.67
%70.59

Codes

Color #254B2B in popluar color models

254B2B
RGB377543
HSL129°33.93%21.96%
HSB/HSV129°50.67%29.41%
CMYK50.67%0.00%42.67%
70.59%

Color #254B2B in popluar number systems.

HEX254B2B
Decimal377543
Binary1001011001011101011
Octal4511353

Shades and tints

Shades of #254B2B

#254B2B
(37,75,43)
#224528
(34,69,40)
#1F3F25
(31,63,37)
#1C3922
(28,57,34)
#19331F
(25,51,31)
#162D1C
(22,45,28)
#132719
(19,39,25)
#102116
(16,33,22)
#0D1B13
(13,27,19)
#0A1510
(10,21,16)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #254B2B

#254B2B
(37,75,43)
#385B3E
(56,91,62)
#4B6B51
(75,107,81)
#5E7B64
(94,123,100)
#718B77
(113,139,119)
#849B8A
(132,155,138)
#97AB9D
(151,171,157)
#AABBB0
(170,187,176)
#BDCBC3
(189,203,195)
#D0DBD6
(208,219,214)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254B2B; }

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

This text font color is #254B2B.


Background Color

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

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

This div background color is #254B2B.


Border color

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

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

This div border color is #254B2B.


Opacity

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

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

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

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

This text has shadow with #254B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254B2B on black background.


Color preview on white background

This text has color #254B2B on white background.



Black color preview on #254B2B background

This text has black color on #254B2B background.


White color preview on #254B2B background

This text has white color on #254B2B background.