COLOR #17412A

HEX: #17412A RGB: (23,65,42)

Color info

#17412A contains red, green and blue colors in about the same proportion. Web safe color of #17412A is #003333 (or #033).

RGB color model

#17412A color RGB value is (23,65,42).

RGB: (23,65,42) (9%, 25%, 16%)

RGB channels and saturation

R 23 of 255 = 9%
G 65 of 255 = 25%
B 42 of 255 = 16%

23
65
42

R + G + B ~ 17%. #17412A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 65 + 42 = 130 (100%)
R 23 of 130 ~ 17.69%
G 65 of 130 ~ 50%
B 42 of 130 ~ 32.31'%

%17.69
%50
%32.31

CMYK color model

#17412A color CMYK value is (65,0,35,75).

  • cyan value is 64.62%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 74.51%

CMYK: (65,0,35,75)
C65M0Y35K75 (65%, 0%, 35%, 75%)
(0.65 / 0.00 / 0.35 / 0.75)

CMYK percentages

%64.62
%0
%35.38
%74.51

Codes

Color #17412A in popluar color models

17 41 2A
RGB 23 65 42
HSL 147° 47.73% 17.25%
HSB/HSV 147° 64.62% 25.49%
CMYK 64.62% 0.00% 35.38%
74.51%

Color #17412A in popluar number systems.

HEX 17 41 2A
Decimal 23 65 42
Binary 10111 1000001 101010
Octal 27 101 52

Shades and tints

Shades of #17412A

#17412A
(23,65,42)
#153C27
(21,60,39)
#133724
(19,55,36)
#113221
(17,50,33)
#0F2D1E
(15,45,30)
#0D281B
(13,40,27)
#0B2318
(11,35,24)
#091E15
(9,30,21)
#071912
(7,25,18)
#05140F
(5,20,15)
#030F0C
(3,15,12)
#000000
(0,0,0)

Tints of #17412A

#17412A
(23,65,42)
#2C523D
(44,82,61)
#416350
(65,99,80)
#567463
(86,116,99)
#6B8576
(107,133,118)
#809689
(128,150,137)
#95A79C
(149,167,156)
#AAB8AF
(170,184,175)
#BFC9C2
(191,201,194)
#D4DAD5
(212,218,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17412A color. Also use rgb(23,65,42) instead hex code.

Text Font Color

.myTextColor { color: #17412A; }

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

This text font color is #17412A.

Background Color

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

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

This div background color is #17412A.

Border color

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

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

This div border color is #17412A.

Opacity

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

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

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

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

This text has shadow with #17412A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17412A.

Preview

Color preview on black background

This text has color #17412A on black background.


Color preview on white background

This text has color #17412A on white background.


Black color preview on #17412A background

This text has black color on #17412A background.


White color preview on #17412A background

This text has white color on #17412A background.


Related colors

Complementary color

Complementary color for #hex is #E8BED5.


I love getcolorcode.com

Triadic colors

1 #2A1741 and #412A17 with #17412A are triadic colors.

2 #2A4117 and #41172A with #17412A are triadic colors.