COLOR #17330C

HEX: #17330C
RGB: (23,51,12)

Color info

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

RGB color model

#17330C color RGB value is (23,51,12).

  • red value is 23;
  • green value is 51;
  • blue value is 12.
RGB:
(23,51,12)
(9%,20%,5%)

RGB channels and saturation

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

23
51
12

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

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 12 = 86 (100%)
R 23 of 86 ~ 26.74%
G 51 of 86 ~ 59.3%
B 12 of 86 ~ 13.95%

%26.74
%59.3
%13.95

CMYK color model

#17330C color CMYK value is (55,0,76,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 80.00%
CMYK:
(55,0,76,80)
C55M0Y76K80 
(55%,0%,76%,80%)
(0.55/0.00/0.76/0.80)	

CMYK percentages

%54.9
%0
%76.47
%80

Codes

Color #17330C in popluar color models

17330C
RGB235112
HSL103°61.90%12.35%
HSB/HSV103°76.47%20.00%
CMYK54.90%0.00%76.47%
80.00%

Color #17330C in popluar number systems.

HEX17330C
Decimal235112
Binary101111100111100
Octal276314

Shades and tints

Shades of #17330C

#17330C
(23,51,12)
#152F0B
(21,47,11)
#132B0A
(19,43,10)
#112709
(17,39,9)
#0F2308
(15,35,8)
#0D1F07
(13,31,7)
#0B1B06
(11,27,6)
#091705
(9,23,5)
#071304
(7,19,4)
#050F03
(5,15,3)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #17330C

#17330C
(23,51,12)
#2C4522
(44,69,34)
#415738
(65,87,56)
#56694E
(86,105,78)
#6B7B64
(107,123,100)
#808D7A
(128,141,122)
#959F90
(149,159,144)
#AAB1A6
(170,177,166)
#BFC3BC
(191,195,188)
#D4D5D2
(212,213,210)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17330C; }

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

This text font color is #17330C.


Background Color

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

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

This div background color is #17330C.


Border color

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

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

This div border color is #17330C.


Opacity

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

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

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

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

This text has shadow with #17330C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17330C on black background.


Color preview on white background

This text has color #17330C on white background.



Black color preview on #17330C background

This text has black color on #17330C background.


White color preview on #17330C background

This text has white color on #17330C background.