COLOR #25170C

HEX: #25170C
RGB: (37,23,12)

Color info

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

RGB color model

#25170C color RGB value is (37,23,12).

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

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 12 of 255 = 5%

37
23
12

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

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 12 = 72 (100%)
R 37 of 72 ~ 51.39%
G 23 of 72 ~ 31.94%
B 12 of 72 ~ 16.67%

%51.39
%31.94
%16.67

CMYK color model

#25170C color CMYK value is (0,38,68,85).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(0,38,68,85)
C0M38Y68K85 
(0%,38%,68%,85%)
(0.00/0.38/0.68/0.85)	

CMYK percentages

%0
%37.84
%67.57
%85.49

Codes

Color #25170C in popluar color models

25170C
RGB372312
HSL26°51.02%9.61%
HSB/HSV26°67.57%14.51%
CMYK0.00%37.84%67.57%
85.49%

Color #25170C in popluar number systems.

HEX25170C
Decimal372312
Binary100101101111100
Octal452714

Shades and tints

Shades of #25170C

#25170C
(37,23,12)
#22150B
(34,21,11)
#1F130A
(31,19,10)
#1C1109
(28,17,9)
#190F08
(25,15,8)
#160D07
(22,13,7)
#130B06
(19,11,6)
#100905
(16,9,5)
#0D0704
(13,7,4)
#0A0503
(10,5,3)
#070302
(7,3,2)
#000000
(0,0,0)

Tints of #25170C

#25170C
(37,23,12)
#382C22
(56,44,34)
#4B4138
(75,65,56)
#5E564E
(94,86,78)
#716B64
(113,107,100)
#84807A
(132,128,122)
#979590
(151,149,144)
#AAAAA6
(170,170,166)
#BDBFBC
(189,191,188)
#D0D4D2
(208,212,210)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25170C; }

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

This text font color is #25170C.


Background Color

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

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

This div background color is #25170C.


Border color

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

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

This div border color is #25170C.


Opacity

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

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

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

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

This text has shadow with #25170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25170C on black background.


Color preview on white background

This text has color #25170C on white background.



Black color preview on #25170C background

This text has black color on #25170C background.


White color preview on #25170C background

This text has white color on #25170C background.