COLOR #173234

HEX: #173234
RGB: (23,50,52)

Color info

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

RGB color model

#173234 color RGB value is (23,50,52).

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

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 52 of 255 = 20%

23
50
52

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

Portions of RGB colors in percentages

R + G + B =
23 + 50 + 52 = 125 (100%)
R 23 of 125 ~ 18.4%
G 50 of 125 ~ 40%
B 52 of 125 ~ 41.6%

%18.4
%40
%41.6

CMYK color model

#173234 color CMYK value is (56,4,0,80).

  • cyan value is 55.77%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(56,4,0,80)
C56M4Y0K80 
(56%,4%,0%,80%)
(0.56/0.04/0.00/0.80)	

CMYK percentages

%55.77
%3.85
%0
%79.61

Codes

Color #173234 in popluar color models

173234
RGB235052
HSL184°38.67%14.71%
HSB/HSV184°55.77%20.39%
CMYK55.77%3.85%0.00%
79.61%

Color #173234 in popluar number systems.

HEX173234
Decimal235052
Binary10111110010110100
Octal276264

Shades and tints

Shades of #173234

#173234
(23,50,52)
#152E30
(21,46,48)
#132A2C
(19,42,44)
#112628
(17,38,40)
#0F2224
(15,34,36)
#0D1E20
(13,30,32)
#0B1A1C
(11,26,28)
#091618
(9,22,24)
#071214
(7,18,20)
#050E10
(5,14,16)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #173234

#173234
(23,50,52)
#2C4446
(44,68,70)
#415658
(65,86,88)
#56686A
(86,104,106)
#6B7A7C
(107,122,124)
#808C8E
(128,140,142)
#959EA0
(149,158,160)
#AAB0B2
(170,176,178)
#BFC2C4
(191,194,196)
#D4D4D6
(212,212,214)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173234; }

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

This text font color is #173234.


Background Color

.myBgColor { background-color: #173234; }

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

This div background color is #173234.


Border color

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

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

This div border color is #173234.


Opacity

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

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

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

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

This text has shadow with #173234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173234 on black background.


Color preview on white background

This text has color #173234 on white background.



Black color preview on #173234 background

This text has black color on #173234 background.


White color preview on #173234 background

This text has white color on #173234 background.