COLOR #252817

HEX: #252817 RGB: (37,40,23)

Color info

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

RGB color model

#252817 color RGB value is (37,40,23).

RGB: (37,40,23) (15%, 16%, 9%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 23 of 255 = 9%

37
40
23

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

Portions of RGB colors in percentages

R + G + B = 37 + 40 + 23 = 100 (100%)
R 37 of 100 ~ 37%
G 40 of 100 ~ 40%
B 23 of 100 ~ 23'%

%37
%40
%23

CMYK color model

#252817 color CMYK value is (7,0,43,84).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 84.31%

CMYK: (7,0,43,84)
C7M0Y43K84 (7%, 0%, 43%, 84%)
(0.07 / 0.00 / 0.43 / 0.84)

CMYK percentages

%7.5
%0
%42.5
%84.31

Codes

Color #252817 in popluar color models

25 28 17
RGB 37 40 23
HSL 71° 26.98% 12.35%
HSB/HSV 71° 42.50% 15.69%
CMYK 7.50% 0.00% 42.50%
84.31%

Color #252817 in popluar number systems.

HEX 25 28 17
Decimal 37 40 23
Binary 100101 101000 10111
Octal 45 50 27

Shades and tints

Shades of #252817

#252817
(37,40,23)
#222515
(34,37,21)
#1F2213
(31,34,19)
#1C1F11
(28,31,17)
#191C0F
(25,28,15)
#16190D
(22,25,13)
#13160B
(19,22,11)
#101309
(16,19,9)
#0D1007
(13,16,7)
#0A0D05
(10,13,5)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #252817

#252817
(37,40,23)
#383B2C
(56,59,44)
#4B4E41
(75,78,65)
#5E6156
(94,97,86)
#71746B
(113,116,107)
#848780
(132,135,128)
#979A95
(151,154,149)
#AAADAA
(170,173,170)
#BDC0BF
(189,192,191)
#D0D3D4
(208,211,212)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252817; }

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

This text font color is #252817.

Background Color

.myBgColor { background-color: #252817; }

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

This div background color is #252817.

Border color

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

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

This div border color is #252817.

Opacity

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

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

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

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

This text has shadow with #252817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252817.

Preview

Color preview on black background

This text has color #252817 on black background.


Color preview on white background

This text has color #252817 on white background.


Black color preview on #252817 background

This text has black color on #252817 background.


White color preview on #252817 background

This text has white color on #252817 background.


Related colors

Complementary color

Complementary color for #hex is #DAD7E8.


I love getcolorcode.com

Triadic colors

1 #172528 and #281725 with #252817 are triadic colors.

2 #172825 and #282517 with #252817 are triadic colors.