COLOR #173034

HEX: #173034
RGB: (23,48,52)

Color info

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

RGB color model

#173034 color RGB value is (23,48,52).

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

RGB channels and saturation

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

23
48
52

R + G + B ~ 16%. #173034 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 52 = 123 (100%)
R 23 of 123 ~ 18.7%
G 48 of 123 ~ 39.02%
B 52 of 123 ~ 42.28%

%18.7
%39.02
%42.28

CMYK color model

#173034 color CMYK value is (56,8,0,80).

  • cyan value is 55.77%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(56,8,0,80)
C56M8Y0K80 
(56%,8%,0%,80%)
(0.56/0.08/0.00/0.80)	

CMYK percentages

%55.77
%7.69
%0
%79.61

Codes

Color #173034 in popluar color models

173034
RGB234852
HSL188°38.67%14.71%
HSB/HSV188°55.77%20.39%
CMYK55.77%7.69%0.00%
79.61%

Color #173034 in popluar number systems.

HEX173034
Decimal234852
Binary10111110000110100
Octal276064

Shades and tints

Shades of #173034

#173034
(23,48,52)
#152C30
(21,44,48)
#13282C
(19,40,44)
#112428
(17,36,40)
#0F2024
(15,32,36)
#0D1C20
(13,28,32)
#0B181C
(11,24,28)
#091418
(9,20,24)
#071014
(7,16,20)
#050C10
(5,12,16)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #173034

#173034
(23,48,52)
#2C4246
(44,66,70)
#415458
(65,84,88)
#56666A
(86,102,106)
#6B787C
(107,120,124)
#808A8E
(128,138,142)
#959CA0
(149,156,160)
#AAAEB2
(170,174,178)
#BFC0C4
(191,192,196)
#D4D2D6
(212,210,214)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173034; }

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

This text font color is #173034.


Background Color

.myBgColor { background-color: #173034; }

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

This div background color is #173034.


Border color

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

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

This div border color is #173034.


Opacity

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

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

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

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

This text has shadow with #173034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173034 on black background.


Color preview on white background

This text has color #173034 on white background.



Black color preview on #173034 background

This text has black color on #173034 background.


White color preview on #173034 background

This text has white color on #173034 background.