COLOR #17290A

HEX: #17290A
RGB: (23,41,10)

Color info

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

RGB color model

#17290A color RGB value is (23,41,10).

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

RGB channels and saturation

R 23 of 255 = 9%
G 41 of 255 = 16%
B 10 of 255 = 4%

23
41
10

R + G + B ~ 10%. #17290A is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 41 + 10 = 74 (100%)
R 23 of 74 ~ 31.08%
G 41 of 74 ~ 55.41%
B 10 of 74 ~ 13.51%

%31.08
%55.41
%13.51

CMYK color model

#17290A color CMYK value is (44,0,76,84).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK: (44,0,76,84) C44M0Y76K84 (44%,0%,76%,84%) (0.44/0.00/0.76/0.84)

CMYK percentages

%43.9
%0
%75.61
%83.92

Codes

Color #17290A in popluar color models

17290A
RGB234110
HSL95°60.78%10.00%
HSB/HSV95°75.61%16.08%
CMYK43.90%0.00%75.61%
83.92%

Color #17290A in popluar number systems.

HEX17290A
Decimal234110
Binary101111010011010
Octal275112

Shades and tints

Shades of #17290A

#17290A
(23,41,10)
#15260A
(21,38,10)
#13230A
(19,35,10)
#11200A
(17,32,10)
#0F1D0A
(15,29,10)
#0D1A0A
(13,26,10)
#0B170A
(11,23,10)
#09140A
(9,20,10)
#07110A
(7,17,10)
#050E0A
(5,14,10)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #17290A

#17290A
(23,41,10)
#2C3C20
(44,60,32)
#414F36
(65,79,54)
#56624C
(86,98,76)
#6B7562
(107,117,98)
#808878
(128,136,120)
#959B8E
(149,155,142)
#AAAEA4
(170,174,164)
#BFC1BA
(191,193,186)
#D4D4D0
(212,212,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17290A; }

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

This text font color is #17290A.


Background Color

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

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

This div background color is #17290A.


Border color

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

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

This div border color is #17290A.


Opacity

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

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

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

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

This text has shadow with #17290A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #17290A on black background.


Color preview on white background

This text has color #17290A on white background.



Black color preview on #17290A background

This text has black color on #17290A background.


White color preview on #17290A background

This text has white color on #17290A background.