COLOR #17250A

HEX: #17250A
RGB: (23,37,10)

Color info

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

RGB color model

#17250A color RGB value is (23,37,10).

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

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 10 of 255 = 4%

23
37
10

R + G + B ~ 9%. #17250A is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 10 = 70 (100%)
R 23 of 70 ~ 32.86%
G 37 of 70 ~ 52.86%
B 10 of 70 ~ 14.29%

%32.86
%52.86
%14.29

CMYK color model

#17250A color CMYK value is (38,0,73,85).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(38,0,73,85)
C38M0Y73K85 
(38%,0%,73%,85%)
(0.38/0.00/0.73/0.85)	

CMYK percentages

%37.84
%0
%72.97
%85.49

Codes

Color #17250A in popluar color models

17250A
RGB233710
HSL91°57.45%9.22%
HSB/HSV91°72.97%14.51%
CMYK37.84%0.00%72.97%
85.49%

Color #17250A in popluar number systems.

HEX17250A
Decimal233710
Binary101111001011010
Octal274512

Shades and tints

Shades of #17250A

#17250A
(23,37,10)
#15220A
(21,34,10)
#131F0A
(19,31,10)
#111C0A
(17,28,10)
#0F190A
(15,25,10)
#0D160A
(13,22,10)
#0B130A
(11,19,10)
#09100A
(9,16,10)
#070D0A
(7,13,10)
#050A0A
(5,10,10)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #17250A

#17250A
(23,37,10)
#2C3820
(44,56,32)
#414B36
(65,75,54)
#565E4C
(86,94,76)
#6B7162
(107,113,98)
#808478
(128,132,120)
#95978E
(149,151,142)
#AAAAA4
(170,170,164)
#BFBDBA
(191,189,186)
#D4D0D0
(212,208,208)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17250A; }

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

This text font color is #17250A.


Background Color

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

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

This div background color is #17250A.


Border color

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

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

This div border color is #17250A.


Opacity

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

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

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

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

This text has shadow with #17250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17250A on black background.


Color preview on white background

This text has color #17250A on white background.



Black color preview on #17250A background

This text has black color on #17250A background.


White color preview on #17250A background

This text has white color on #17250A background.