COLOR #252309

HEX: #252309
RGB: (37,35,9)

Color info

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

RGB color model

#252309 color RGB value is (37,35,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 9 of 255 = 4%

37
35
9

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

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 9 = 81 (100%)
R 37 of 81 ~ 45.68%
G 35 of 81 ~ 43.21%
B 9 of 81 ~ 11.11%

%45.68
%43.21
%11.11

CMYK color model

#252309 color CMYK value is (0,5,76,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,5,76,85)
C0M5Y76K85 
(0%,5%,76%,85%)
(0.00/0.05/0.76/0.85)	

CMYK percentages

%0
%5.41
%75.68
%85.49

Codes

Color #252309 in popluar color models

252309
RGB37359
HSL56°60.87%9.02%
HSB/HSV56°75.68%14.51%
CMYK0.00%5.41%75.68%
85.49%

Color #252309 in popluar number systems.

HEX252309
Decimal37359
Binary1001011000111001
Octal454311

Shades and tints

Shades of #252309

#252309
(37,35,9)
#222009
(34,32,9)
#1F1D09
(31,29,9)
#1C1A09
(28,26,9)
#191709
(25,23,9)
#161409
(22,20,9)
#131109
(19,17,9)
#100E09
(16,14,9)
#0D0B09
(13,11,9)
#0A0809
(10,8,9)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #252309

#252309
(37,35,9)
#38371F
(56,55,31)
#4B4B35
(75,75,53)
#5E5F4B
(94,95,75)
#717361
(113,115,97)
#848777
(132,135,119)
#979B8D
(151,155,141)
#AAAFA3
(170,175,163)
#BDC3B9
(189,195,185)
#D0D7CF
(208,215,207)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252309; }

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

This text font color is #252309.


Background Color

.myBgColor { background-color: #252309; }

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

This div background color is #252309.


Border color

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

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

This div border color is #252309.


Opacity

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

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

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

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

This text has shadow with #252309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252309 on black background.


Color preview on white background

This text has color #252309 on white background.



Black color preview on #252309 background

This text has black color on #252309 background.


White color preview on #252309 background

This text has white color on #252309 background.