COLOR #173126

HEX: #173126
RGB: (23,49,38)

Color info

#173126 contains red, green and blue colors in about the same proportion. Web safe color of #173126 is #003333 (or #033).

RGB color model

#173126 color RGB value is (23,49,38).

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

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 38 of 255 = 15%

23
49
38

R + G + B ~ 14%. #173126 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 38 = 110 (100%)
R 23 of 110 ~ 20.91%
G 49 of 110 ~ 44.55%
B 38 of 110 ~ 34.55%

%20.91
%44.55
%34.55

CMYK color model

#173126 color CMYK value is (53,0,22,81).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(53,0,22,81)
C53M0Y22K81 
(53%,0%,22%,81%)
(0.53/0.00/0.22/0.81)	

CMYK percentages

%53.06
%0
%22.45
%80.78

Codes

Color #173126 in popluar color models

173126
RGB234938
HSL155°36.11%14.12%
HSB/HSV155°53.06%19.22%
CMYK53.06%0.00%22.45%
80.78%

Color #173126 in popluar number systems.

HEX173126
Decimal234938
Binary10111110001100110
Octal276146

Shades and tints

Shades of #173126

#173126
(23,49,38)
#152D23
(21,45,35)
#132920
(19,41,32)
#11251D
(17,37,29)
#0F211A
(15,33,26)
#0D1D17
(13,29,23)
#0B1914
(11,25,20)
#091511
(9,21,17)
#07110E
(7,17,14)
#050D0B
(5,13,11)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #173126

#173126
(23,49,38)
#2C4339
(44,67,57)
#41554C
(65,85,76)
#56675F
(86,103,95)
#6B7972
(107,121,114)
#808B85
(128,139,133)
#959D98
(149,157,152)
#AAAFAB
(170,175,171)
#BFC1BE
(191,193,190)
#D4D3D1
(212,211,209)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173126; }

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

This text font color is #173126.


Background Color

.myBgColor { background-color: #173126; }

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

This div background color is #173126.


Border color

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

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

This div border color is #173126.


Opacity

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

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

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

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

This text has shadow with #173126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173126 on black background.


Color preview on white background

This text has color #173126 on white background.



Black color preview on #173126 background

This text has black color on #173126 background.


White color preview on #173126 background

This text has white color on #173126 background.