COLOR #25170F

HEX: #25170F RGB: (37,23,15)

Color info

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

RGB color model

#25170F color RGB value is (37,23,15).

RGB: (37,23,15) (15%, 9%, 6%)

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 15 of 255 = 6%

37
23
15

R + G + B ~ 10%. #25170F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 23 + 15 = 75 (100%)
R 37 of 75 ~ 49.33%
G 23 of 75 ~ 30.67%
B 15 of 75 ~ 20'%

%49.33
%30.67
%20

CMYK color model

#25170F color CMYK value is (0,38,59,85).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK: (0,38,59,85) C0M38Y59K85 (0%,38%,59%,85%) (0.00/0.38/0.59/0.85) 

CMYK percentages

%0
%37.84
%59.46
%85.49

Codes

Color #25170F in popluar color models

25 17 0F
RGB 37 23 15
HSL 22° 42.31% 10.20%
HSB/HSV 22° 59.46% 14.51%
CMYK 0.00% 37.84% 59.46%
85.49%

Color #25170F in popluar number systems.

HEX 25 17 0F
Decimal 37 23 15
Binary 100101 10111 1111
Octal 45 27 17

Shades and tints

Shades of #25170F

#25170F
(37,23,15)
#22150E
(34,21,14)
#1F130D
(31,19,13)
#1C110C
(28,17,12)
#190F0B
(25,15,11)
#160D0A
(22,13,10)
#130B09
(19,11,9)
#100908
(16,9,8)
#0D0707
(13,7,7)
#0A0506
(10,5,6)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #25170F

#25170F
(37,23,15)
#382C24
(56,44,36)
#4B4139
(75,65,57)
#5E564E
(94,86,78)
#716B63
(113,107,99)
#848078
(132,128,120)
#97958D
(151,149,141)
#AAAAA2
(170,170,162)
#BDBFB7
(189,191,183)
#D0D4CC
(208,212,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25170F; }

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

This text font color is #25170F.

Background Color

.myBgColor { background-color: #25170F; }

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

This div background color is #25170F.

Border color

.myBorderColor { border: 1px solid #25170F; }

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

This div border color is #25170F.

Opacity

.myOpacity80 { color: #25170F; opacity: 0.8; }

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

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

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

This text has shadow with #25170F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25170F.

Preview

Color preview on black background

This text has color #25170F on black background.


Color preview on white background

This text has color #25170F on white background.


Black color preview on #25170F background

This text has black color on #25170F background.


White color preview on #25170F background

This text has white color on #25170F background.


Related colors

Complementary color

Complementary color for #hex is #DAE8F0.


I love getcolorcode.com

Triadic colors

1 #0F2517 and #170F25 with #25170F are triadic colors.

2 #0F1725 and #17250F with #25170F are triadic colors.