COLOR #175255

HEX: #175255 RGB: (23,82,85)

Color info

#175255 contains mainly green and blue colors. Web safe color of #175255 is #006666 (or #066).

RGB color model

#175255 color RGB value is (23,82,85).

RGB: (23,82,85) (9%, 32%, 33%)

RGB channels and saturation

R 23 of 255 = 9%
G 82 of 255 = 32%
B 85 of 255 = 33%

23
82
85

R + G + B ~ 25%. #175255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 82 + 85 = 190 (100%)
R 23 of 190 ~ 12.11%
G 82 of 190 ~ 43.16%
B 85 of 190 ~ 44.74'%

%12.11
%43.16
%44.74

CMYK color model

#175255 color CMYK value is (73,4,0,67).

  • cyan value is 72.94%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (73,4,0,67)
C73M4Y0K67 (73%, 4%, 0%, 67%)
(0.73 / 0.04 / 0.00 / 0.67)

CMYK percentages

%72.94
%3.53
%0
%66.67

Codes

Color #175255 in popluar color models

17 52 55
RGB 23 82 85
HSL 183° 57.41% 21.18%
HSB/HSV 183° 72.94% 33.33%
CMYK 72.94% 3.53% 0.00%
66.67%

Color #175255 in popluar number systems.

HEX 17 52 55
Decimal 23 82 85
Binary 10111 1010010 1010101
Octal 27 122 125

Shades and tints

Shades of #175255

#175255
(23,82,85)
#154B4E
(21,75,78)
#134447
(19,68,71)
#113D40
(17,61,64)
#0F3639
(15,54,57)
#0D2F32
(13,47,50)
#0B282B
(11,40,43)
#092124
(9,33,36)
#071A1D
(7,26,29)
#051316
(5,19,22)
#030C0F
(3,12,15)
#000000
(0,0,0)

Tints of #175255

#175255
(23,82,85)
#2C6164
(44,97,100)
#417073
(65,112,115)
#567F82
(86,127,130)
#6B8E91
(107,142,145)
#809DA0
(128,157,160)
#95ACAF
(149,172,175)
#AABBBE
(170,187,190)
#BFCACD
(191,202,205)
#D4D9DC
(212,217,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #175255; }

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

This text font color is #175255.

Background Color

.myBgColor { background-color: #175255; }

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

This div background color is #175255.

Border color

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

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

This div border color is #175255.

Opacity

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

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

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

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

This text has shadow with #175255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #175255.

Preview

Color preview on black background

This text has color #175255 on black background.


Color preview on white background

This text has color #175255 on white background.


Black color preview on #175255 background

This text has black color on #175255 background.


White color preview on #175255 background

This text has white color on #175255 background.


Related colors

Complementary color

Complementary color for #hex is #E8ADAA.


I love getcolorcode.com

Triadic colors

1 #551752 and #525517 with #175255 are triadic colors.

2 #555217 and #521755 with #175255 are triadic colors.