COLOR #252405

HEX: #252405
RGB: (37,36,5)

Color info

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

RGB color model

#252405 color RGB value is (37,36,5).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 5 of 255 = 2%

37
36
5

R + G + B ~ 10%. #252405 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 5 = 78 (100%)
R 37 of 78 ~ 47.44%
G 36 of 78 ~ 46.15%
B 5 of 78 ~ 6.41%

%47.44
%46.15

CMYK color model

#252405 color CMYK value is (0,3,86,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 86.49%
  • key color value is 85.49%
CMYK:
(0,3,86,85)
C0M3Y86K85 
(0%,3%,86%,85%)
(0.00/0.03/0.86/0.85)	

CMYK percentages

%0
%2.7
%86.49
%85.49

Codes

Color #252405 in popluar color models

252405
RGB37365
HSL58°76.19%8.24%
HSB/HSV58°86.49%14.51%
CMYK0.00%2.70%86.49%
85.49%

Color #252405 in popluar number systems.

HEX252405
Decimal37365
Binary100101100100101
Octal45445

Shades and tints

Shades of #252405

#252405
(37,36,5)
#222105
(34,33,5)
#1F1E05
(31,30,5)
#1C1B05
(28,27,5)
#191805
(25,24,5)
#161505
(22,21,5)
#131205
(19,18,5)
#100F05
(16,15,5)
#0D0C05
(13,12,5)
#0A0905
(10,9,5)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #252405

#252405
(37,36,5)
#38371B
(56,55,27)
#4B4A31
(75,74,49)
#5E5D47
(94,93,71)
#71705D
(113,112,93)
#848373
(132,131,115)
#979689
(151,150,137)
#AAA99F
(170,169,159)
#BDBCB5
(189,188,181)
#D0CFCB
(208,207,203)
#E3E2E1
(227,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252405; }

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

This text font color is #252405.


Background Color

.myBgColor { background-color: #252405; }

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

This div background color is #252405.


Border color

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

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

This div border color is #252405.


Opacity

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

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

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

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

This text has shadow with #252405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252405 on black background.


Color preview on white background

This text has color #252405 on white background.



Black color preview on #252405 background

This text has black color on #252405 background.


White color preview on #252405 background

This text has white color on #252405 background.