COLOR #173119

HEX: #173119
RGB: (23,49,25)

Color info

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

RGB color model

#173119 color RGB value is (23,49,25).

  • red value is 23;
  • green value is 49;
  • blue value is 25.
RGB:
(23,49,25)
(9%,19%,10%)

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 25 of 255 = 10%

23
49
25

R + G + B ~ 13%. #173119 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 25 = 97 (100%)
R 23 of 97 ~ 23.71%
G 49 of 97 ~ 50.52%
B 25 of 97 ~ 25.77%

%23.71
%50.52
%25.77

CMYK color model

#173119 color CMYK value is (53,0,49,81).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(53,0,49,81)
C53M0Y49K81 
(53%,0%,49%,81%)
(0.53/0.00/0.49/0.81)	

CMYK percentages

%53.06
%0
%48.98
%80.78

Codes

Color #173119 in popluar color models

173119
RGB234925
HSL125°36.11%14.12%
HSB/HSV125°53.06%19.22%
CMYK53.06%0.00%48.98%
80.78%

Color #173119 in popluar number systems.

HEX173119
Decimal234925
Binary1011111000111001
Octal276131

Shades and tints

Shades of #173119

#173119
(23,49,25)
#152D17
(21,45,23)
#132915
(19,41,21)
#112513
(17,37,19)
#0F2111
(15,33,17)
#0D1D0F
(13,29,15)
#0B190D
(11,25,13)
#09150B
(9,21,11)
#071109
(7,17,9)
#050D07
(5,13,7)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #173119

#173119
(23,49,25)
#2C432D
(44,67,45)
#415541
(65,85,65)
#566755
(86,103,85)
#6B7969
(107,121,105)
#808B7D
(128,139,125)
#959D91
(149,157,145)
#AAAFA5
(170,175,165)
#BFC1B9
(191,193,185)
#D4D3CD
(212,211,205)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173119 color. Also use rgb(23,49,25) instead hex code.

Text Font Color

.myTextColor { color: #173119; }

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

This text font color is #173119.


Background Color

.myBgColor { background-color: #173119; }

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

This div background color is #173119.


Border color

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

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

This div border color is #173119.


Opacity

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

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

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

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

This text has shadow with #173119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173119 on black background.


Color preview on white background

This text has color #173119 on white background.



Black color preview on #173119 background

This text has black color on #173119 background.


White color preview on #173119 background

This text has white color on #173119 background.