COLOR #17301B

HEX: #17301B RGB: (23,48,27)

Color info

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

RGB color model

#17301B color RGB value is (23,48,27).

RGB: (23,48,27) (9%, 19%, 11%)

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 27 of 255 = 11%

23
48
27

R + G + B ~ 13%. #17301B is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 48 + 27 = 98 (100%)
R 23 of 98 ~ 23.47%
G 48 of 98 ~ 48.98%
B 27 of 98 ~ 27.55'%

%23.47
%48.98
%27.55

CMYK color model

#17301B color CMYK value is (52,0,44,81).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 81.18%

CMYK: (52,0,44,81)
C52M0Y44K81 (52%, 0%, 44%, 81%)
(0.52 / 0.00 / 0.44 / 0.81)

CMYK percentages

%52.08
%0
%43.75
%81.18

Codes

Color #17301B in popluar color models

17 30 1B
RGB 23 48 27
HSL 130° 35.21% 13.92%
HSB/HSV 130° 52.08% 18.82%
CMYK 52.08% 0.00% 43.75%
81.18%

Color #17301B in popluar number systems.

HEX 17 30 1B
Decimal 23 48 27
Binary 10111 110000 11011
Octal 27 60 33

Shades and tints

Shades of #17301B

#17301B
(23,48,27)
#152C19
(21,44,25)
#132817
(19,40,23)
#112415
(17,36,21)
#0F2013
(15,32,19)
#0D1C11
(13,28,17)
#0B180F
(11,24,15)
#09140D
(9,20,13)
#07100B
(7,16,11)
#050C09
(5,12,9)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #17301B

#17301B
(23,48,27)
#2C422F
(44,66,47)
#415443
(65,84,67)
#566657
(86,102,87)
#6B786B
(107,120,107)
#808A7F
(128,138,127)
#959C93
(149,156,147)
#AAAEA7
(170,174,167)
#BFC0BB
(191,192,187)
#D4D2CF
(212,210,207)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17301B color. Also use rgb(23,48,27) instead hex code.

Text Font Color

.myTextColor { color: #17301B; }

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

This text font color is #17301B.

Background Color

.myBgColor { background-color: #17301B; }

<div style="background-color:#17301B">Inner text</div>

This div background color is #17301B.

Border color

.myBorderColor { border: 1px solid #17301B; }

<div style="border:3px solid #17301B">Div</div>

This div border color is #17301B.

Opacity

.myOpacity80 { color: #17301B; opacity: 0.8; }

<p style="color:#17301B;opacity:0.8;">80%</p>

Text with #17301B 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 #17301B;}

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

This text has shadow with #17301B color.


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

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

This text has shadow with #17301B primary color and red secondary color.


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

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

This text has shadow with #17301B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #17301B.

Preview

Color preview on black background

This text has color #17301B on black background.


Color preview on white background

This text has color #17301B on white background.


Black color preview on #17301B background

This text has black color on #17301B background.


White color preview on #17301B background

This text has white color on #17301B background.


Related colors

Complementary color

Complementary color for #hex is #E8CFE4.


I love getcolorcode.com

Triadic colors

1 #1B1730 and #301B17 with #17301B are triadic colors.

2 #1B3017 and #30171B with #17301B are triadic colors.