COLOR #17352F

HEX: #17352F RGB: (23,53,47)

Color info

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

RGB color model

#17352F color RGB value is (23,53,47).

RGB: (23,53,47) (9%, 21%, 18%)

RGB channels and saturation

R 23 of 255 = 9%
G 53 of 255 = 21%
B 47 of 255 = 18%

23
53
47

R + G + B ~ 16%. #17352F is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 53 + 47 = 123 (100%)
R 23 of 123 ~ 18.7%
G 53 of 123 ~ 43.09%
B 47 of 123 ~ 38.21'%

%18.7
%43.09
%38.21

CMYK color model

#17352F color CMYK value is (57,0,11,79).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%

CMYK: (57,0,11,79)
C57M0Y11K79 (57%, 0%, 11%, 79%)
(0.57 / 0.00 / 0.11 / 0.79)

CMYK percentages

%56.6
%0
%11.32
%79.22

Codes

Color #17352F in popluar color models

17 35 2F
RGB 23 53 47
HSL 168° 39.47% 14.90%
HSB/HSV 168° 56.60% 20.78%
CMYK 56.60% 0.00% 11.32%
79.22%

Color #17352F in popluar number systems.

HEX 17 35 2F
Decimal 23 53 47
Binary 10111 110101 101111
Octal 27 65 57

Shades and tints

Shades of #17352F

#17352F
(23,53,47)
#15312B
(21,49,43)
#132D27
(19,45,39)
#112923
(17,41,35)
#0F251F
(15,37,31)
#0D211B
(13,33,27)
#0B1D17
(11,29,23)
#091913
(9,25,19)
#07150F
(7,21,15)
#05110B
(5,17,11)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #17352F

#17352F
(23,53,47)
#2C4741
(44,71,65)
#415953
(65,89,83)
#566B65
(86,107,101)
#6B7D77
(107,125,119)
#808F89
(128,143,137)
#95A19B
(149,161,155)
#AAB3AD
(170,179,173)
#BFC5BF
(191,197,191)
#D4D7D1
(212,215,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17352F color. Also use rgb(23,53,47) instead hex code.

Text Font Color

.myTextColor { color: #17352F; }

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

This text font color is #17352F.

Background Color

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

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

This div background color is #17352F.

Border color

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

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

This div border color is #17352F.

Opacity

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

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

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

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

This text has shadow with #17352F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17352F.

Preview

Color preview on black background

This text has color #17352F on black background.


Color preview on white background

This text has color #17352F on white background.


Black color preview on #17352F background

This text has black color on #17352F background.


White color preview on #17352F background

This text has white color on #17352F background.


Related colors

Complementary color

Complementary color for #hex is #E8CAD0.


I love getcolorcode.com

Triadic colors

1 #2F1735 and #352F17 with #17352F are triadic colors.

2 #2F3517 and #35172F with #17352F are triadic colors.