COLOR #173C02

HEX: #173C02
RGB: (23,60,2)

Color info

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

RGB color model

#173C02 color RGB value is (23,60,2).

  • red value is 23;
  • green value is 60;
  • blue value is 2.
RGB:
(23,60,2)
(9%,24%,1%)

RGB channels and saturation

R 23 of 255 = 9%
G 60 of 255 = 24%
B 2 of 255 = 1%

23
60
2

R + G + B ~ 11%. #173C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 60 + 2 = 85 (100%)
R 23 of 85 ~ 27.06%
G 60 of 85 ~ 70.59%
B 2 of 85 ~ 2.35%

%27.06
%70.59

CMYK color model

#173C02 color CMYK value is (62,0,97,76).

  • cyan value is 61.67%
  • magenta value is 0.00%
  • yellow value is 96.67%
  • key color value is 76.47%
CMYK:
(62,0,97,76)
C62M0Y97K76 
(62%,0%,97%,76%)
(0.62/0.00/0.97/0.76)	

CMYK percentages

%61.67
%0
%96.67
%76.47

Codes

Color #173C02 in popluar color models

173C02
RGB23602
HSL98°93.55%12.16%
HSB/HSV98°96.67%23.53%
CMYK61.67%0.00%96.67%
76.47%

Color #173C02 in popluar number systems.

HEX173C02
Decimal23602
Binary1011111110010
Octal27742

Shades and tints

Shades of #173C02

#173C02
(23,60,2)
#153702
(21,55,2)
#133202
(19,50,2)
#112D02
(17,45,2)
#0F2802
(15,40,2)
#0D2302
(13,35,2)
#0B1E02
(11,30,2)
#091902
(9,25,2)
#071402
(7,20,2)
#050F02
(5,15,2)
#030A02
(3,10,2)
#000000
(0,0,0)

Tints of #173C02

#173C02
(23,60,2)
#2C4D19
(44,77,25)
#415E30
(65,94,48)
#566F47
(86,111,71)
#6B805E
(107,128,94)
#809175
(128,145,117)
#95A28C
(149,162,140)
#AAB3A3
(170,179,163)
#BFC4BA
(191,196,186)
#D4D5D1
(212,213,209)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173C02 color. Also use rgb(23,60,2) instead hex code.

Text Font Color

.myTextColor { color: #173C02; }

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

This text font color is #173C02.


Background Color

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

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

This div background color is #173C02.


Border color

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

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

This div border color is #173C02.


Opacity

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

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

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

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

This text has shadow with #173C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173C02 on black background.


Color preview on white background

This text has color #173C02 on white background.



Black color preview on #173C02 background

This text has black color on #173C02 background.


White color preview on #173C02 background

This text has white color on #173C02 background.