COLOR #252615

HEX: #252615
RGB: (37,38,21)

Color info

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

RGB color model

#252615 color RGB value is (37,38,21).

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

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 21 of 255 = 8%

37
38
21

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

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 21 = 96 (100%)
R 37 of 96 ~ 38.54%
G 38 of 96 ~ 39.58%
B 21 of 96 ~ 21.88%

%38.54
%39.58
%21.88

CMYK color model

#252615 color CMYK value is (3,0,45,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 85.10%
CMYK:
(3,0,45,85)
C3M0Y45K85 
(3%,0%,45%,85%)
(0.03/0.00/0.45/0.85)	

CMYK percentages

%2.63
%0
%44.74
%85.1

Codes

Color #252615 in popluar color models

252615
RGB373821
HSL64°28.81%11.57%
HSB/HSV64°44.74%14.90%
CMYK2.63%0.00%44.74%
85.10%

Color #252615 in popluar number systems.

HEX252615
Decimal373821
Binary10010110011010101
Octal454625

Shades and tints

Shades of #252615

#252615
(37,38,21)
#222314
(34,35,20)
#1F2013
(31,32,19)
#1C1D12
(28,29,18)
#191A11
(25,26,17)
#161710
(22,23,16)
#13140F
(19,20,15)
#10110E
(16,17,14)
#0D0E0D
(13,14,13)
#0A0B0C
(10,11,12)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #252615

#252615
(37,38,21)
#38392A
(56,57,42)
#4B4C3F
(75,76,63)
#5E5F54
(94,95,84)
#717269
(113,114,105)
#84857E
(132,133,126)
#979893
(151,152,147)
#AAABA8
(170,171,168)
#BDBEBD
(189,190,189)
#D0D1D2
(208,209,210)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252615; }

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

This text font color is #252615.


Background Color

.myBgColor { background-color: #252615; }

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

This div background color is #252615.


Border color

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

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

This div border color is #252615.


Opacity

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

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

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

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

This text has shadow with #252615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252615 on black background.


Color preview on white background

This text has color #252615 on white background.



Black color preview on #252615 background

This text has black color on #252615 background.


White color preview on #252615 background

This text has white color on #252615 background.