COLOR #252514

HEX: #252514
RGB: (37,37,20)

Color info

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

RGB color model

#252514 color RGB value is (37,37,20).

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

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 20 of 255 = 8%

37
37
20

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

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 20 = 94 (100%)
R 37 of 94 ~ 39.36%
G 37 of 94 ~ 39.36%
B 20 of 94 ~ 21.28%

%39.36
%39.36
%21.28

CMYK color model

#252514 color CMYK value is (0,0,46,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 85.49%
CMYK:
(0,0,46,85)
C0M0Y46K85 
(0%,0%,46%,85%)
(0.00/0.00/0.46/0.85)	

CMYK percentages

%0
%0
%45.95
%85.49

Codes

Color #252514 in popluar color models

252514
RGB373720
HSL60°29.82%11.18%
HSB/HSV60°45.95%14.51%
CMYK0.00%0.00%45.95%
85.49%

Color #252514 in popluar number systems.

HEX252514
Decimal373720
Binary10010110010110100
Octal454524

Shades and tints

Shades of #252514

#252514
(37,37,20)
#222213
(34,34,19)
#1F1F12
(31,31,18)
#1C1C11
(28,28,17)
#191910
(25,25,16)
#16160F
(22,22,15)
#13130E
(19,19,14)
#10100D
(16,16,13)
#0D0D0C
(13,13,12)
#0A0A0B
(10,10,11)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #252514

#252514
(37,37,20)
#383829
(56,56,41)
#4B4B3E
(75,75,62)
#5E5E53
(94,94,83)
#717168
(113,113,104)
#84847D
(132,132,125)
#979792
(151,151,146)
#AAAAA7
(170,170,167)
#BDBDBC
(189,189,188)
#D0D0D1
(208,208,209)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252514; }

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

This text font color is #252514.


Background Color

.myBgColor { background-color: #252514; }

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

This div background color is #252514.


Border color

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

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

This div border color is #252514.


Opacity

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

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

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

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

This text has shadow with #252514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252514 on black background.


Color preview on white background

This text has color #252514 on white background.



Black color preview on #252514 background

This text has black color on #252514 background.


White color preview on #252514 background

This text has white color on #252514 background.