COLOR #173008

HEX: #173008
RGB: (23,48,8)

Color info

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

RGB color model

#173008 color RGB value is (23,48,8).

  • red value is 23;
  • green value is 48;
  • blue value is 8.
RGB:
(23,48,8)
(9%,19%,3%)

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 8 of 255 = 3%

23
48
8

R + G + B ~ 10%. #173008 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 8 = 79 (100%)
R 23 of 79 ~ 29.11%
G 48 of 79 ~ 60.76%
B 8 of 79 ~ 10.13%

%29.11
%60.76
%10.13

CMYK color model

#173008 color CMYK value is (52,0,83,81).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 81.18%
CMYK:
(52,0,83,81)
C52M0Y83K81 
(52%,0%,83%,81%)
(0.52/0.00/0.83/0.81)	

CMYK percentages

%52.08
%0
%83.33
%81.18

Codes

Color #173008 in popluar color models

173008
RGB23488
HSL98°71.43%10.98%
HSB/HSV98°83.33%18.82%
CMYK52.08%0.00%83.33%
81.18%

Color #173008 in popluar number systems.

HEX173008
Decimal23488
Binary101111100001000
Octal276010

Shades and tints

Shades of #173008

#173008
(23,48,8)
#152C08
(21,44,8)
#132808
(19,40,8)
#112408
(17,36,8)
#0F2008
(15,32,8)
#0D1C08
(13,28,8)
#0B1808
(11,24,8)
#091408
(9,20,8)
#071008
(7,16,8)
#050C08
(5,12,8)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #173008

#173008
(23,48,8)
#2C421E
(44,66,30)
#415434
(65,84,52)
#56664A
(86,102,74)
#6B7860
(107,120,96)
#808A76
(128,138,118)
#959C8C
(149,156,140)
#AAAEA2
(170,174,162)
#BFC0B8
(191,192,184)
#D4D2CE
(212,210,206)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173008; }

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

This text font color is #173008.


Background Color

.myBgColor { background-color: #173008; }

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

This div background color is #173008.


Border color

.myBorderColor { border: 1px solid #173008; }

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

This div border color is #173008.


Opacity

.myOpacity80 { color: #173008; opacity: 0.8; }

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

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

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

This text has shadow with #173008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173008 on black background.


Color preview on white background

This text has color #173008 on white background.



Black color preview on #173008 background

This text has black color on #173008 background.


White color preview on #173008 background

This text has white color on #173008 background.