COLOR #252209

HEX: #252209
RGB: (37,34,9)

Color info

#252209 contains red, green and blue colors in about the same proportion. Web safe color of #252209 is #333300 (or #330).

RGB color model

#252209 color RGB value is (37,34,9).

  • red value is 37;
  • green value is 34;
  • blue value is 9.
RGB:
(37,34,9)
(15%,13%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 9 of 255 = 4%

37
34
9

R + G + B ~ 11%. #252209 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 9 = 80 (100%)
R 37 of 80 ~ 46.25%
G 34 of 80 ~ 42.5%
B 9 of 80 ~ 11.25%

%46.25
%42.5
%11.25

CMYK color model

#252209 color CMYK value is (0,8,76,85).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,8,76,85)
C0M8Y76K85 
(0%,8%,76%,85%)
(0.00/0.08/0.76/0.85)	

CMYK percentages

%0
%8.11
%75.68
%85.49

Codes

Color #252209 in popluar color models

252209
RGB37349
HSL54°60.87%9.02%
HSB/HSV54°75.68%14.51%
CMYK0.00%8.11%75.68%
85.49%

Color #252209 in popluar number systems.

HEX252209
Decimal37349
Binary1001011000101001
Octal454211

Shades and tints

Shades of #252209

#252209
(37,34,9)
#221F09
(34,31,9)
#1F1C09
(31,28,9)
#1C1909
(28,25,9)
#191609
(25,22,9)
#161309
(22,19,9)
#131009
(19,16,9)
#100D09
(16,13,9)
#0D0A09
(13,10,9)
#0A0709
(10,7,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #252209

#252209
(37,34,9)
#38361F
(56,54,31)
#4B4A35
(75,74,53)
#5E5E4B
(94,94,75)
#717261
(113,114,97)
#848677
(132,134,119)
#979A8D
(151,154,141)
#AAAEA3
(170,174,163)
#BDC2B9
(189,194,185)
#D0D6CF
(208,214,207)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252209 color. Also use rgb(37,34,9) instead hex code.

Text Font Color

.myTextColor { color: #252209; }

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

This text font color is #252209.


Background Color

.myBgColor { background-color: #252209; }

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

This div background color is #252209.


Border color

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

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

This div border color is #252209.


Opacity

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

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

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

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

This text has shadow with #252209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252209 on black background.


Color preview on white background

This text has color #252209 on white background.



Black color preview on #252209 background

This text has black color on #252209 background.


White color preview on #252209 background

This text has white color on #252209 background.