COLOR #173413

HEX: #173413
RGB: (23,52,19)

Color info

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

RGB color model

#173413 color RGB value is (23,52,19).

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

RGB channels and saturation

R 23 of 255 = 9%
G 52 of 255 = 20%
B 19 of 255 = 7%

23
52
19

R + G + B ~ 12%. #173413 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 52 + 19 = 94 (100%)
R 23 of 94 ~ 24.47%
G 52 of 94 ~ 55.32%
B 19 of 94 ~ 20.21%

%24.47
%55.32
%20.21

CMYK color model

#173413 color CMYK value is (56,0,63,80).

  • cyan value is 55.77%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 79.61%
CMYK:
(56,0,63,80)
C56M0Y63K80 
(56%,0%,63%,80%)
(0.56/0.00/0.63/0.80)	

CMYK percentages

%55.77
%0
%63.46
%79.61

Codes

Color #173413 in popluar color models

173413
RGB235219
HSL113°46.48%13.92%
HSB/HSV113°63.46%20.39%
CMYK55.77%0.00%63.46%
79.61%

Color #173413 in popluar number systems.

HEX173413
Decimal235219
Binary1011111010010011
Octal276423

Shades and tints

Shades of #173413

#173413
(23,52,19)
#153012
(21,48,18)
#132C11
(19,44,17)
#112810
(17,40,16)
#0F240F
(15,36,15)
#0D200E
(13,32,14)
#0B1C0D
(11,28,13)
#09180C
(9,24,12)
#07140B
(7,20,11)
#05100A
(5,16,10)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #173413

#173413
(23,52,19)
#2C4628
(44,70,40)
#41583D
(65,88,61)
#566A52
(86,106,82)
#6B7C67
(107,124,103)
#808E7C
(128,142,124)
#95A091
(149,160,145)
#AAB2A6
(170,178,166)
#BFC4BB
(191,196,187)
#D4D6D0
(212,214,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173413; }

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

This text font color is #173413.


Background Color

.myBgColor { background-color: #173413; }

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

This div background color is #173413.


Border color

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

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

This div border color is #173413.


Opacity

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

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

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

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

This text has shadow with #173413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173413 on black background.


Color preview on white background

This text has color #173413 on white background.



Black color preview on #173413 background

This text has black color on #173413 background.


White color preview on #173413 background

This text has white color on #173413 background.