COLOR #252115

HEX: #252115
RGB: (37,33,21)

Color info

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

RGB color model

#252115 color RGB value is (37,33,21).

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

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 21 of 255 = 8%

37
33
21

R + G + B ~ 12%. #252115 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 21 = 91 (100%)
R 37 of 91 ~ 40.66%
G 33 of 91 ~ 36.26%
B 21 of 91 ~ 23.08%

%40.66
%36.26
%23.08

CMYK color model

#252115 color CMYK value is (0,11,43,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(0,11,43,85)
C0M11Y43K85 
(0%,11%,43%,85%)
(0.00/0.11/0.43/0.85)	

CMYK percentages

%0
%10.81
%43.24
%85.49

Codes

Color #252115 in popluar color models

252115
RGB373321
HSL45°27.59%11.37%
HSB/HSV45°43.24%14.51%
CMYK0.00%10.81%43.24%
85.49%

Color #252115 in popluar number systems.

HEX252115
Decimal373321
Binary10010110000110101
Octal454125

Shades and tints

Shades of #252115

#252115
(37,33,21)
#221E14
(34,30,20)
#1F1B13
(31,27,19)
#1C1812
(28,24,18)
#191511
(25,21,17)
#161210
(22,18,16)
#130F0F
(19,15,15)
#100C0E
(16,12,14)
#0D090D
(13,9,13)
#0A060C
(10,6,12)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #252115

#252115
(37,33,21)
#38352A
(56,53,42)
#4B493F
(75,73,63)
#5E5D54
(94,93,84)
#717169
(113,113,105)
#84857E
(132,133,126)
#979993
(151,153,147)
#AAADA8
(170,173,168)
#BDC1BD
(189,193,189)
#D0D5D2
(208,213,210)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252115; }

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

This text font color is #252115.


Background Color

.myBgColor { background-color: #252115; }

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

This div background color is #252115.


Border color

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

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

This div border color is #252115.


Opacity

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

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

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

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

This text has shadow with #252115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252115 on black background.


Color preview on white background

This text has color #252115 on white background.



Black color preview on #252115 background

This text has black color on #252115 background.


White color preview on #252115 background

This text has white color on #252115 background.