COLOR #173F12

HEX: #173F12
RGB: (23,63,18)

Color info

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

RGB color model

#173F12 color RGB value is (23,63,18).

  • red value is 23;
  • green value is 63;
  • blue value is 18.
RGB:
(23,63,18)
(9%,25%,7%)

RGB channels and saturation

R 23 of 255 = 9%
G 63 of 255 = 25%
B 18 of 255 = 7%

23
63
18

R + G + B ~ 14%. #173F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 63 + 18 = 104 (100%)
R 23 of 104 ~ 22.12%
G 63 of 104 ~ 60.58%
B 18 of 104 ~ 17.31%

%22.12
%60.58
%17.31

CMYK color model

#173F12 color CMYK value is (63,0,71,75).

  • cyan value is 63.49%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 75.29%
CMYK:
(63,0,71,75)
C63M0Y71K75 
(63%,0%,71%,75%)
(0.63/0.00/0.71/0.75)	

CMYK percentages

%63.49
%0
%71.43
%75.29

Codes

Color #173F12 in popluar color models

173F12
RGB236318
HSL113°55.56%15.88%
HSB/HSV113°71.43%24.71%
CMYK63.49%0.00%71.43%
75.29%

Color #173F12 in popluar number systems.

HEX173F12
Decimal236318
Binary1011111111110010
Octal277722

Shades and tints

Shades of #173F12

#173F12
(23,63,18)
#153A11
(21,58,17)
#133510
(19,53,16)
#11300F
(17,48,15)
#0F2B0E
(15,43,14)
#0D260D
(13,38,13)
#0B210C
(11,33,12)
#091C0B
(9,28,11)
#07170A
(7,23,10)
#051209
(5,18,9)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #173F12

#173F12
(23,63,18)
#2C5027
(44,80,39)
#41613C
(65,97,60)
#567251
(86,114,81)
#6B8366
(107,131,102)
#80947B
(128,148,123)
#95A590
(149,165,144)
#AAB6A5
(170,182,165)
#BFC7BA
(191,199,186)
#D4D8CF
(212,216,207)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173F12 color. Also use rgb(23,63,18) instead hex code.

Text Font Color

.myTextColor { color: #173F12; }

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

This text font color is #173F12.


Background Color

.myBgColor { background-color: #173F12; }

<div style="background-color:#173F12">Inner text</div>

This div background color is #173F12.


Border color

.myBorderColor { border: 1px solid #173F12; }

<div style="border:3px solid #173F12">Div</div>

This div border color is #173F12.


Opacity

.myOpacity80 { color: #173F12; opacity: 0.8; }

<p style="color:#173F12;opacity:0.8;">80%</p>

Text with #173F12 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 #173F12;}

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

This text has shadow with #173F12 color.

.textShadow {text-shadow: 3px 3px 1px #173F12, 3px 3px 1px red;}

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

This text has shadow with #173F12 primary color and red secondary color.


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

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

This text has shadow with #173F12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173F12 on black background.


Color preview on white background

This text has color #173F12 on white background.



Black color preview on #173F12 background

This text has black color on #173F12 background.


White color preview on #173F12 background

This text has white color on #173F12 background.