COLOR #17330D

HEX: #17330D RGB: (23,51,13)

Color info

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

RGB color model

#17330D color RGB value is (23,51,13).

RGB: (23,51,13) (9%, 20%, 5%)

RGB channels and saturation

R 23 of 255 = 9%
G 51 of 255 = 20%
B 13 of 255 = 5%

23
51
13

R + G + B ~ 11%. #17330D is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 51 + 13 = 87 (100%)
R 23 of 87 ~ 26.44%
G 51 of 87 ~ 58.62%
B 13 of 87 ~ 14.94'%

%26.44
%58.62
%14.94

CMYK color model

#17330D color CMYK value is (55,0,75,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 80.00%

CMYK: (55,0,75,80)
C55M0Y75K80 (55%, 0%, 75%, 80%)
(0.55 / 0.00 / 0.75 / 0.80)

CMYK percentages

%54.9
%0
%74.51
%80

Codes

Color #17330D in popluar color models

17 33 0D
RGB 23 51 13
HSL 104° 59.38% 12.55%
HSB/HSV 104° 74.51% 20.00%
CMYK 54.90% 0.00% 74.51%
80.00%

Color #17330D in popluar number systems.

HEX 17 33 0D
Decimal 23 51 13
Binary 10111 110011 1101
Octal 27 63 15

Shades and tints

Shades of #17330D

#17330D
(23,51,13)
#152F0C
(21,47,12)
#132B0B
(19,43,11)
#11270A
(17,39,10)
#0F2309
(15,35,9)
#0D1F08
(13,31,8)
#0B1B07
(11,27,7)
#091706
(9,23,6)
#071305
(7,19,5)
#050F04
(5,15,4)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #17330D

#17330D
(23,51,13)
#2C4523
(44,69,35)
#415739
(65,87,57)
#56694F
(86,105,79)
#6B7B65
(107,123,101)
#808D7B
(128,141,123)
#959F91
(149,159,145)
#AAB1A7
(170,177,167)
#BFC3BD
(191,195,189)
#D4D5D3
(212,213,211)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17330D color. Also use rgb(23,51,13) instead hex code.

Text Font Color

.myTextColor { color: #17330D; }

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

This text font color is #17330D.

Background Color

.myBgColor { background-color: #17330D; }

<div style="background-color:#17330D">Inner text</div>

This div background color is #17330D.

Border color

.myBorderColor { border: 1px solid #17330D; }

<div style="border:3px solid #17330D">Div</div>

This div border color is #17330D.

Opacity

.myOpacity80 { color: #17330D; opacity: 0.8; }

<p style="color:#17330D;opacity:0.8;">80%</p>

Text with #17330D 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 #17330D;}

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

This text has shadow with #17330D color.


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

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

This text has shadow with #17330D primary color and red secondary color.


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

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

This text has shadow with #17330D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #17330D.

Preview

Color preview on black background

This text has color #17330D on black background.


Color preview on white background

This text has color #17330D on white background.


Black color preview on #17330D background

This text has black color on #17330D background.


White color preview on #17330D background

This text has white color on #17330D background.


Related colors

Complementary color

Complementary color for #hex is #E8CCF2.


I love getcolorcode.com

Triadic colors

1 #0D1733 and #330D17 with #17330D are triadic colors.

2 #0D3317 and #33170D with #17330D are triadic colors.