COLOR #17521C

HEX: #17521C RGB: (23,82,28)

Color info

#17521C contains red, green and blue colors in about the same proportion. Web safe color of #17521C is #006633 (or #063).

RGB color model

#17521C color RGB value is (23,82,28).

RGB: (23,82,28) (9%, 32%, 11%)

RGB channels and saturation

R 23 of 255 = 9%
G 82 of 255 = 32%
B 28 of 255 = 11%

23
82
28

R + G + B ~ 17%. #17521C is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 82 + 28 = 133 (100%)
R 23 of 133 ~ 17.29%
G 82 of 133 ~ 61.65%
B 28 of 133 ~ 21.05'%

%17.29
%61.65
%21.05

CMYK color model

#17521C color CMYK value is (72,0,66,68).

  • cyan value is 71.95%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 67.84%

CMYK: (72,0,66,68)
C72M0Y66K68 (72%, 0%, 66%, 68%)
(0.72 / 0.00 / 0.66 / 0.68)

CMYK percentages

%71.95
%0
%65.85
%67.84

Codes

Color #17521C in popluar color models

17 52 1C
RGB 23 82 28
HSL 125° 56.19% 20.59%
HSB/HSV 125° 71.95% 32.16%
CMYK 71.95% 0.00% 65.85%
67.84%

Color #17521C in popluar number systems.

HEX 17 52 1C
Decimal 23 82 28
Binary 10111 1010010 11100
Octal 27 122 34

Shades and tints

Shades of #17521C

#17521C
(23,82,28)
#154B1A
(21,75,26)
#134418
(19,68,24)
#113D16
(17,61,22)
#0F3614
(15,54,20)
#0D2F12
(13,47,18)
#0B2810
(11,40,16)
#09210E
(9,33,14)
#071A0C
(7,26,12)
#05130A
(5,19,10)
#030C08
(3,12,8)
#000000
(0,0,0)

Tints of #17521C

#17521C
(23,82,28)
#2C6130
(44,97,48)
#417044
(65,112,68)
#567F58
(86,127,88)
#6B8E6C
(107,142,108)
#809D80
(128,157,128)
#95AC94
(149,172,148)
#AABBA8
(170,187,168)
#BFCABC
(191,202,188)
#D4D9D0
(212,217,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17521C color. Also use rgb(23,82,28) instead hex code.

Text Font Color

.myTextColor { color: #17521C; }

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

This text font color is #17521C.

Background Color

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

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

This div background color is #17521C.

Border color

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

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

This div border color is #17521C.

Opacity

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

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

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

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

This text has shadow with #17521C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17521C.

Preview

Color preview on black background

This text has color #17521C on black background.


Color preview on white background

This text has color #17521C on white background.


Black color preview on #17521C background

This text has black color on #17521C background.


White color preview on #17521C background

This text has white color on #17521C background.


Related colors

Complementary color

Complementary color for #hex is #E8ADE3.


I love getcolorcode.com

Triadic colors

1 #1C1752 and #521C17 with #17521C are triadic colors.

2 #1C5217 and #52171C with #17521C are triadic colors.