COLOR #253B24

HEX: #253B24
RGB: (37,59,36)

Color info

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

RGB color model

#253B24 color RGB value is (37,59,36).

  • red value is 37;
  • green value is 59;
  • blue value is 36.
RGB:
(37,59,36)
(15%,23%,14%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 36 of 255 = 14%

37
59
36

R + G + B ~ 17%. #253B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 36 = 132 (100%)
R 37 of 132 ~ 28.03%
G 59 of 132 ~ 44.7%
B 36 of 132 ~ 27.27%

%28.03
%44.7
%27.27

CMYK color model

#253B24 color CMYK value is (37,0,39,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 76.86%
CMYK:
(37,0,39,77)
C37M0Y39K77 
(37%,0%,39%,77%)
(0.37/0.00/0.39/0.77)	

CMYK percentages

%37.29
%0
%38.98
%76.86

Codes

Color #253B24 in popluar color models

253B24
RGB375936
HSL117°24.21%18.63%
HSB/HSV117°38.98%23.14%
CMYK37.29%0.00%38.98%
76.86%

Color #253B24 in popluar number systems.

HEX253B24
Decimal375936
Binary100101111011100100
Octal457344

Shades and tints

Shades of #253B24

#253B24
(37,59,36)
#223621
(34,54,33)
#1F311E
(31,49,30)
#1C2C1B
(28,44,27)
#192718
(25,39,24)
#162215
(22,34,21)
#131D12
(19,29,18)
#10180F
(16,24,15)
#0D130C
(13,19,12)
#0A0E09
(10,14,9)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #253B24

#253B24
(37,59,36)
#384C37
(56,76,55)
#4B5D4A
(75,93,74)
#5E6E5D
(94,110,93)
#717F70
(113,127,112)
#849083
(132,144,131)
#97A196
(151,161,150)
#AAB2A9
(170,178,169)
#BDC3BC
(189,195,188)
#D0D4CF
(208,212,207)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B24 color. Also use rgb(37,59,36) instead hex code.

Text Font Color

.myTextColor { color: #253B24; }

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

This text font color is #253B24.


Background Color

.myBgColor { background-color: #253B24; }

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

This div background color is #253B24.


Border color

.myBorderColor { border: 1px solid #253B24; }

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

This div border color is #253B24.


Opacity

.myOpacity80 { color: #253B24; opacity: 0.8; }

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

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

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

This text has shadow with #253B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B24 on black background.


Color preview on white background

This text has color #253B24 on white background.



Black color preview on #253B24 background

This text has black color on #253B24 background.


White color preview on #253B24 background

This text has white color on #253B24 background.