COLOR #253209

HEX: #253209
RGB: (37,50,9)

Color info

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

RGB color model

#253209 color RGB value is (37,50,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 9 of 255 = 4%

37
50
9

R + G + B ~ 13%. #253209 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 9 = 96 (100%)
R 37 of 96 ~ 38.54%
G 50 of 96 ~ 52.08%
B 9 of 96 ~ 9.38%

%38.54
%52.08

CMYK color model

#253209 color CMYK value is (26,0,82,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 80.39%
CMYK:
(26,0,82,80)
C26M0Y82K80 
(26%,0%,82%,80%)
(0.26/0.00/0.82/0.80)	

CMYK percentages

%26
%0
%82
%80.39

Codes

Color #253209 in popluar color models

253209
RGB37509
HSL79°69.49%11.57%
HSB/HSV79°82.00%19.61%
CMYK26.00%0.00%82.00%
80.39%

Color #253209 in popluar number systems.

HEX253209
Decimal37509
Binary1001011100101001
Octal456211

Shades and tints

Shades of #253209

#253209
(37,50,9)
#222E09
(34,46,9)
#1F2A09
(31,42,9)
#1C2609
(28,38,9)
#192209
(25,34,9)
#161E09
(22,30,9)
#131A09
(19,26,9)
#101609
(16,22,9)
#0D1209
(13,18,9)
#0A0E09
(10,14,9)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #253209

#253209
(37,50,9)
#38441F
(56,68,31)
#4B5635
(75,86,53)
#5E684B
(94,104,75)
#717A61
(113,122,97)
#848C77
(132,140,119)
#979E8D
(151,158,141)
#AAB0A3
(170,176,163)
#BDC2B9
(189,194,185)
#D0D4CF
(208,212,207)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253209; }

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

This text font color is #253209.


Background Color

.myBgColor { background-color: #253209; }

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

This div background color is #253209.


Border color

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

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

This div border color is #253209.


Opacity

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

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

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

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

This text has shadow with #253209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253209 on black background.


Color preview on white background

This text has color #253209 on white background.



Black color preview on #253209 background

This text has black color on #253209 background.


White color preview on #253209 background

This text has white color on #253209 background.