COLOR #252815

HEX: #252815
RGB: (37,40,21)

Color info

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

RGB color model

#252815 color RGB value is (37,40,21).

  • red value is 37;
  • green value is 40;
  • blue value is 21.
RGB:
(37,40,21)
(15%,16%,8%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 21 of 255 = 8%

37
40
21

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

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 21 = 98 (100%)
R 37 of 98 ~ 37.76%
G 40 of 98 ~ 40.82%
B 21 of 98 ~ 21.43%

%37.76
%40.82
%21.43

CMYK color model

#252815 color CMYK value is (7,0,48,84).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 84.31%
CMYK:
(7,0,48,84)
C7M0Y48K84 
(7%,0%,48%,84%)
(0.07/0.00/0.48/0.84)	

CMYK percentages

%7.5
%0
%47.5
%84.31

Codes

Color #252815 in popluar color models

252815
RGB374021
HSL69°31.15%11.96%
HSB/HSV69°47.50%15.69%
CMYK7.50%0.00%47.50%
84.31%

Color #252815 in popluar number systems.

HEX252815
Decimal374021
Binary10010110100010101
Octal455025

Shades and tints

Shades of #252815

#252815
(37,40,21)
#222514
(34,37,20)
#1F2213
(31,34,19)
#1C1F12
(28,31,18)
#191C11
(25,28,17)
#161910
(22,25,16)
#13160F
(19,22,15)
#10130E
(16,19,14)
#0D100D
(13,16,13)
#0A0D0C
(10,13,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #252815

#252815
(37,40,21)
#383B2A
(56,59,42)
#4B4E3F
(75,78,63)
#5E6154
(94,97,84)
#717469
(113,116,105)
#84877E
(132,135,126)
#979A93
(151,154,147)
#AAADA8
(170,173,168)
#BDC0BD
(189,192,189)
#D0D3D2
(208,211,210)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252815 color. Also use rgb(37,40,21) instead hex code.

Text Font Color

.myTextColor { color: #252815; }

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

This text font color is #252815.


Background Color

.myBgColor { background-color: #252815; }

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

This div background color is #252815.


Border color

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

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

This div border color is #252815.


Opacity

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

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

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

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

This text has shadow with #252815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252815 on black background.


Color preview on white background

This text has color #252815 on white background.



Black color preview on #252815 background

This text has black color on #252815 background.


White color preview on #252815 background

This text has white color on #252815 background.