COLOR #252414

HEX: #252414
RGB: (37,36,20)

Color info

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

RGB color model

#252414 color RGB value is (37,36,20).

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

RGB channels and saturation

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

37
36
20

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

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 20 = 93 (100%)
R 37 of 93 ~ 39.78%
G 36 of 93 ~ 38.71%
B 20 of 93 ~ 21.51%

%39.78
%38.71
%21.51

CMYK color model

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

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

CMYK percentages

%0
%2.7
%45.95
%85.49

Codes

Color #252414 in popluar color models

252414
RGB373620
HSL56°29.82%11.18%
HSB/HSV56°45.95%14.51%
CMYK0.00%2.70%45.95%
85.49%

Color #252414 in popluar number systems.

HEX252414
Decimal373620
Binary10010110010010100
Octal454424

Shades and tints

Shades of #252414

#252414
(37,36,20)
#222113
(34,33,19)
#1F1E12
(31,30,18)
#1C1B11
(28,27,17)
#191810
(25,24,16)
#16150F
(22,21,15)
#13120E
(19,18,14)
#100F0D
(16,15,13)
#0D0C0C
(13,12,12)
#0A090B
(10,9,11)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #252414

#252414
(37,36,20)
#383729
(56,55,41)
#4B4A3E
(75,74,62)
#5E5D53
(94,93,83)
#717068
(113,112,104)
#84837D
(132,131,125)
#979692
(151,150,146)
#AAA9A7
(170,169,167)
#BDBCBC
(189,188,188)
#D0CFD1
(208,207,209)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252414; }

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

This text font color is #252414.


Background Color

.myBgColor { background-color: #252414; }

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

This div background color is #252414.


Border color

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

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

This div border color is #252414.


Opacity

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

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

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

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

This text has shadow with #252414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252414 on black background.


Color preview on white background

This text has color #252414 on white background.



Black color preview on #252414 background

This text has black color on #252414 background.


White color preview on #252414 background

This text has white color on #252414 background.