COLOR #173055

HEX: #173055
RGB: (23,48,85)

Color info

#173055 contains mainly green and blue colors. Web safe color of #173055 is #003366 (or #036).

RGB color model

#173055 color RGB value is (23,48,85).

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

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 85 of 255 = 33%

23
48
85

R + G + B ~ 20%. #173055 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 85 = 156 (100%)
R 23 of 156 ~ 14.74%
G 48 of 156 ~ 30.77%
B 85 of 156 ~ 54.49%

%14.74
%30.77
%54.49

CMYK color model

#173055 color CMYK value is (73,44,0,67).

  • cyan value is 72.94%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(73,44,0,67)
C73M44Y0K67 
(73%,44%,0%,67%)
(0.73/0.44/0.00/0.67)	

CMYK percentages

%72.94
%43.53
%0
%66.67

Codes

Color #173055 in popluar color models

173055
RGB234885
HSL216°57.41%21.18%
HSB/HSV216°72.94%33.33%
CMYK72.94%43.53%0.00%
66.67%

Color #173055 in popluar number systems.

HEX173055
Decimal234885
Binary101111100001010101
Octal2760125

Shades and tints

Shades of #173055

#173055
(23,48,85)
#152C4E
(21,44,78)
#132847
(19,40,71)
#112440
(17,36,64)
#0F2039
(15,32,57)
#0D1C32
(13,28,50)
#0B182B
(11,24,43)
#091424
(9,20,36)
#07101D
(7,16,29)
#050C16
(5,12,22)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #173055

#173055
(23,48,85)
#2C4264
(44,66,100)
#415473
(65,84,115)
#566682
(86,102,130)
#6B7891
(107,120,145)
#808AA0
(128,138,160)
#959CAF
(149,156,175)
#AAAEBE
(170,174,190)
#BFC0CD
(191,192,205)
#D4D2DC
(212,210,220)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173055; }

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

This text font color is #173055.


Background Color

.myBgColor { background-color: #173055; }

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

This div background color is #173055.


Border color

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

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

This div border color is #173055.


Opacity

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

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

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

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

This text has shadow with #173055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173055 on black background.


Color preview on white background

This text has color #173055 on white background.



Black color preview on #173055 background

This text has black color on #173055 background.


White color preview on #173055 background

This text has white color on #173055 background.