COLOR #252516

HEX: #252516
RGB: (37,37,22)

Color info

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

RGB color model

#252516 color RGB value is (37,37,22).

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

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 22 of 255 = 9%

37
37
22

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

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 22 = 96 (100%)
R 37 of 96 ~ 38.54%
G 37 of 96 ~ 38.54%
B 22 of 96 ~ 22.92%

%38.54
%38.54
%22.92

CMYK color model

#252516 color CMYK value is (0,0,41,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 85.49%
CMYK:
(0,0,41,85)
C0M0Y41K85 
(0%,0%,41%,85%)
(0.00/0.00/0.41/0.85)	

CMYK percentages

%0
%0
%40.54
%85.49

Codes

Color #252516 in popluar color models

252516
RGB373722
HSL60°25.42%11.57%
HSB/HSV60°40.54%14.51%
CMYK0.00%0.00%40.54%
85.49%

Color #252516 in popluar number systems.

HEX252516
Decimal373722
Binary10010110010110110
Octal454526

Shades and tints

Shades of #252516

#252516
(37,37,22)
#222214
(34,34,20)
#1F1F12
(31,31,18)
#1C1C10
(28,28,16)
#19190E
(25,25,14)
#16160C
(22,22,12)
#13130A
(19,19,10)
#101008
(16,16,8)
#0D0D06
(13,13,6)
#0A0A04
(10,10,4)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #252516

#252516
(37,37,22)
#38382B
(56,56,43)
#4B4B40
(75,75,64)
#5E5E55
(94,94,85)
#71716A
(113,113,106)
#84847F
(132,132,127)
#979794
(151,151,148)
#AAAAA9
(170,170,169)
#BDBDBE
(189,189,190)
#D0D0D3
(208,208,211)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252516; }

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

This text font color is #252516.


Background Color

.myBgColor { background-color: #252516; }

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

This div background color is #252516.


Border color

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

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

This div border color is #252516.


Opacity

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

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

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

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

This text has shadow with #252516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252516 on black background.


Color preview on white background

This text has color #252516 on white background.



Black color preview on #252516 background

This text has black color on #252516 background.


White color preview on #252516 background

This text has white color on #252516 background.