COLOR #252317

HEX: #252317
RGB: (37,35,23)

Color info

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

RGB color model

#252317 color RGB value is (37,35,23).

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

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 23 of 255 = 9%

37
35
23

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

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 23 = 95 (100%)
R 37 of 95 ~ 38.95%
G 35 of 95 ~ 36.84%
B 23 of 95 ~ 24.21%

%38.95
%36.84
%24.21

CMYK color model

#252317 color CMYK value is (0,5,38,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 37.84%
  • key color value is 85.49%
CMYK:
(0,5,38,85)
C0M5Y38K85 
(0%,5%,38%,85%)
(0.00/0.05/0.38/0.85)	

CMYK percentages

%0
%5.41
%37.84
%85.49

Codes

Color #252317 in popluar color models

252317
RGB373523
HSL51°23.33%11.76%
HSB/HSV51°37.84%14.51%
CMYK0.00%5.41%37.84%
85.49%

Color #252317 in popluar number systems.

HEX252317
Decimal373523
Binary10010110001110111
Octal454327

Shades and tints

Shades of #252317

#252317
(37,35,23)
#222015
(34,32,21)
#1F1D13
(31,29,19)
#1C1A11
(28,26,17)
#19170F
(25,23,15)
#16140D
(22,20,13)
#13110B
(19,17,11)
#100E09
(16,14,9)
#0D0B07
(13,11,7)
#0A0805
(10,8,5)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #252317

#252317
(37,35,23)
#38372C
(56,55,44)
#4B4B41
(75,75,65)
#5E5F56
(94,95,86)
#71736B
(113,115,107)
#848780
(132,135,128)
#979B95
(151,155,149)
#AAAFAA
(170,175,170)
#BDC3BF
(189,195,191)
#D0D7D4
(208,215,212)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252317; }

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

This text font color is #252317.


Background Color

.myBgColor { background-color: #252317; }

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

This div background color is #252317.


Border color

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

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

This div border color is #252317.


Opacity

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

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

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

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

This text has shadow with #252317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252317 on black background.


Color preview on white background

This text has color #252317 on white background.



Black color preview on #252317 background

This text has black color on #252317 background.


White color preview on #252317 background

This text has white color on #252317 background.