COLOR #251714

HEX: #251714
RGB: (37,23,20)

Color info

#251714 contains red, green and blue colors in about the same proportion. Web safe color of #251714 is #330000 (or #300).

RGB color model

#251714 color RGB value is (37,23,20).

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

RGB channels and saturation

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

37
23
20

R + G + B ~ 11%. #251714 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 20 = 80 (100%)
R 37 of 80 ~ 46.25%
G 23 of 80 ~ 28.75%
B 20 of 80 ~ 25%

%46.25
%28.75
%25

CMYK color model

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

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

CMYK percentages

%0
%37.84
%45.95
%85.49

Codes

Color #251714 in popluar color models

251714
RGB372320
HSL11°29.82%11.18%
HSB/HSV11°45.95%14.51%
CMYK0.00%37.84%45.95%
85.49%

Color #251714 in popluar number systems.

HEX251714
Decimal372320
Binary1001011011110100
Octal452724

Shades and tints

Shades of #251714

#251714
(37,23,20)
#221513
(34,21,19)
#1F1312
(31,19,18)
#1C1111
(28,17,17)
#190F10
(25,15,16)
#160D0F
(22,13,15)
#130B0E
(19,11,14)
#10090D
(16,9,13)
#0D070C
(13,7,12)
#0A050B
(10,5,11)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #251714

#251714
(37,23,20)
#382C29
(56,44,41)
#4B413E
(75,65,62)
#5E5653
(94,86,83)
#716B68
(113,107,104)
#84807D
(132,128,125)
#979592
(151,149,146)
#AAAAA7
(170,170,167)
#BDBFBC
(189,191,188)
#D0D4D1
(208,212,209)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251714; }

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

This text font color is #251714.


Background Color

.myBgColor { background-color: #251714; }

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

This div background color is #251714.


Border color

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

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

This div border color is #251714.


Opacity

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

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

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

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

This text has shadow with #251714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251714 on black background.


Color preview on white background

This text has color #251714 on white background.



Black color preview on #251714 background

This text has black color on #251714 background.


White color preview on #251714 background

This text has white color on #251714 background.