COLOR #253009

HEX: #253009
RGB: (37,48,9)

Color info

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

RGB color model

#253009 color RGB value is (37,48,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 9 of 255 = 4%

37
48
9

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

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 9 = 94 (100%)
R 37 of 94 ~ 39.36%
G 48 of 94 ~ 51.06%
B 9 of 94 ~ 9.57%

%39.36
%51.06
%9.57

CMYK color model

#253009 color CMYK value is (23,0,81,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK:
(23,0,81,81)
C23M0Y81K81 
(23%,0%,81%,81%)
(0.23/0.00/0.81/0.81)	

CMYK percentages

%22.92
%0
%81.25
%81.18

Codes

Color #253009 in popluar color models

253009
RGB37489
HSL77°68.42%11.18%
HSB/HSV77°81.25%18.82%
CMYK22.92%0.00%81.25%
81.18%

Color #253009 in popluar number systems.

HEX253009
Decimal37489
Binary1001011100001001
Octal456011

Shades and tints

Shades of #253009

#253009
(37,48,9)
#222C09
(34,44,9)
#1F2809
(31,40,9)
#1C2409
(28,36,9)
#192009
(25,32,9)
#161C09
(22,28,9)
#131809
(19,24,9)
#101409
(16,20,9)
#0D1009
(13,16,9)
#0A0C09
(10,12,9)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #253009

#253009
(37,48,9)
#38421F
(56,66,31)
#4B5435
(75,84,53)
#5E664B
(94,102,75)
#717861
(113,120,97)
#848A77
(132,138,119)
#979C8D
(151,156,141)
#AAAEA3
(170,174,163)
#BDC0B9
(189,192,185)
#D0D2CF
(208,210,207)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253009; }

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

This text font color is #253009.


Background Color

.myBgColor { background-color: #253009; }

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

This div background color is #253009.


Border color

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

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

This div border color is #253009.


Opacity

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

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

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

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

This text has shadow with #253009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253009 on black background.


Color preview on white background

This text has color #253009 on white background.



Black color preview on #253009 background

This text has black color on #253009 background.


White color preview on #253009 background

This text has white color on #253009 background.