COLOR #17250F

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

Color info

#17250F contains red, green and blue colors in about the same proportion. Web safe color of #17250F is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

23
37
15

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

Portions of RGB colors in percentages

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

%30.67
%49.33
%20

CMYK color model

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

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

CMYK percentages

%37.84
%0
%59.46
%85.49

Codes

Color #17250F in popluar color models

17250F
RGB233715
HSL98°42.31%10.20%
HSB/HSV98°59.46%14.51%
CMYK37.84%0.00%59.46%
85.49%

Color #17250F in popluar number systems.

HEX17250F
Decimal233715
Binary101111001011111
Octal274517

Shades and tints

Shades of #17250F

#17250F
(23,37,15)
#15220E
(21,34,14)
#131F0D
(19,31,13)
#111C0C
(17,28,12)
#0F190B
(15,25,11)
#0D160A
(13,22,10)
#0B1309
(11,19,9)
#091008
(9,16,8)
#070D07
(7,13,7)
#050A06
(5,10,6)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #17250F

#17250F
(23,37,15)
#2C3824
(44,56,36)
#414B39
(65,75,57)
#565E4E
(86,94,78)
#6B7163
(107,113,99)
#808478
(128,132,120)
#95978D
(149,151,141)
#AAAAA2
(170,170,162)
#BFBDB7
(191,189,183)
#D4D0CC
(212,208,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17250F; }

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

This text font color is #17250F.


Background Color

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

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

This div background color is #17250F.


Border color

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

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

This div border color is #17250F.


Opacity

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

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

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

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

This text has shadow with #17250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17250F on black background.


Color preview on white background

This text has color #17250F on white background.



Black color preview on #17250F background

This text has black color on #17250F background.


White color preview on #17250F background

This text has white color on #17250F background.