COLOR #253424

HEX: #253424
RGB: (37,52,36)

Color info

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

RGB color model

#253424 color RGB value is (37,52,36).

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

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 36 of 255 = 14%

37
52
36

R + G + B ~ 16%. #253424 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 36 = 125 (100%)
R 37 of 125 ~ 29.6%
G 52 of 125 ~ 41.6%
B 36 of 125 ~ 28.8%

%29.6
%41.6
%28.8

CMYK color model

#253424 color CMYK value is (29,0,31,80).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 79.61%
CMYK:
(29,0,31,80)
C29M0Y31K80 
(29%,0%,31%,80%)
(0.29/0.00/0.31/0.80)	

CMYK percentages

%28.85
%0
%30.77
%79.61

Codes

Color #253424 in popluar color models

253424
RGB375236
HSL116°18.18%17.25%
HSB/HSV116°30.77%20.39%
CMYK28.85%0.00%30.77%
79.61%

Color #253424 in popluar number systems.

HEX253424
Decimal375236
Binary100101110100100100
Octal456444

Shades and tints

Shades of #253424

#253424
(37,52,36)
#223021
(34,48,33)
#1F2C1E
(31,44,30)
#1C281B
(28,40,27)
#192418
(25,36,24)
#162015
(22,32,21)
#131C12
(19,28,18)
#10180F
(16,24,15)
#0D140C
(13,20,12)
#0A1009
(10,16,9)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #253424

#253424
(37,52,36)
#384637
(56,70,55)
#4B584A
(75,88,74)
#5E6A5D
(94,106,93)
#717C70
(113,124,112)
#848E83
(132,142,131)
#97A096
(151,160,150)
#AAB2A9
(170,178,169)
#BDC4BC
(189,196,188)
#D0D6CF
(208,214,207)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253424; }

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

This text font color is #253424.


Background Color

.myBgColor { background-color: #253424; }

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

This div background color is #253424.


Border color

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

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

This div border color is #253424.


Opacity

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

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

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

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

This text has shadow with #253424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253424 on black background.


Color preview on white background

This text has color #253424 on white background.



Black color preview on #253424 background

This text has black color on #253424 background.


White color preview on #253424 background

This text has white color on #253424 background.