COLOR #172813

HEX: #172813
RGB: (23,40,19)

Color info

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

RGB color model

#172813 color RGB value is (23,40,19).

  • red value is 23;
  • green value is 40;
  • blue value is 19.
RGB:
(23,40,19)
(9%,16%,7%)

RGB channels and saturation

R 23 of 255 = 9%
G 40 of 255 = 16%
B 19 of 255 = 7%

23
40
19

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

Portions of RGB colors in percentages

R + G + B =
23 + 40 + 19 = 82 (100%)
R 23 of 82 ~ 28.05%
G 40 of 82 ~ 48.78%
B 19 of 82 ~ 23.17%

%28.05
%48.78
%23.17

CMYK color model

#172813 color CMYK value is (43,0,53,84).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK:
(43,0,53,84)
C43M0Y53K84 
(43%,0%,53%,84%)
(0.43/0.00/0.53/0.84)	

CMYK percentages

%42.5
%0
%52.5
%84.31

Codes

Color #172813 in popluar color models

172813
RGB234019
HSL109°35.59%11.57%
HSB/HSV109°52.50%15.69%
CMYK42.50%0.00%52.50%
84.31%

Color #172813 in popluar number systems.

HEX172813
Decimal234019
Binary1011110100010011
Octal275023

Shades and tints

Shades of #172813

#172813
(23,40,19)
#152512
(21,37,18)
#132211
(19,34,17)
#111F10
(17,31,16)
#0F1C0F
(15,28,15)
#0D190E
(13,25,14)
#0B160D
(11,22,13)
#09130C
(9,19,12)
#07100B
(7,16,11)
#050D0A
(5,13,10)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #172813

#172813
(23,40,19)
#2C3B28
(44,59,40)
#414E3D
(65,78,61)
#566152
(86,97,82)
#6B7467
(107,116,103)
#80877C
(128,135,124)
#959A91
(149,154,145)
#AAADA6
(170,173,166)
#BFC0BB
(191,192,187)
#D4D3D0
(212,211,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172813 color. Also use rgb(23,40,19) instead hex code.

Text Font Color

.myTextColor { color: #172813; }

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

This text font color is #172813.


Background Color

.myBgColor { background-color: #172813; }

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

This div background color is #172813.


Border color

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

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

This div border color is #172813.


Opacity

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

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

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

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

This text has shadow with #172813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172813 on black background.


Color preview on white background

This text has color #172813 on white background.



Black color preview on #172813 background

This text has black color on #172813 background.


White color preview on #172813 background

This text has white color on #172813 background.