COLOR #174F52

HEX: #174F52
RGB: (23,79,82)

Color info

#174F52 contains red, green and blue colors in about the same proportion. Web safe color of #174F52 is #006666 (or #066).

RGB color model

#174F52 color RGB value is (23,79,82).

  • red value is 23;
  • green value is 79;
  • blue value is 82.
RGB:
(23,79,82)
(9%,31%,32%)

RGB channels and saturation

R 23 of 255 = 9%
G 79 of 255 = 31%
B 82 of 255 = 32%

23
79
82

R + G + B ~ 24%. #174F52 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 79 + 82 = 184 (100%)
R 23 of 184 ~ 12.5%
G 79 of 184 ~ 42.93%
B 82 of 184 ~ 44.57%

%12.5
%42.93
%44.57

CMYK color model

#174F52 color CMYK value is (72,4,0,68).

  • cyan value is 71.95%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(72,4,0,68)
C72M4Y0K68 
(72%,4%,0%,68%)
(0.72/0.04/0.00/0.68)	

CMYK percentages

%71.95
%3.66
%0
%67.84

Codes

Color #174F52 in popluar color models

174F52
RGB237982
HSL183°56.19%20.59%
HSB/HSV183°71.95%32.16%
CMYK71.95%3.66%0.00%
67.84%

Color #174F52 in popluar number systems.

HEX174F52
Decimal237982
Binary1011110011111010010
Octal27117122

Shades and tints

Shades of #174F52

#174F52
(23,79,82)
#15484B
(21,72,75)
#134144
(19,65,68)
#113A3D
(17,58,61)
#0F3336
(15,51,54)
#0D2C2F
(13,44,47)
#0B2528
(11,37,40)
#091E21
(9,30,33)
#07171A
(7,23,26)
#051013
(5,16,19)
#03090C
(3,9,12)
#000000
(0,0,0)

Tints of #174F52

#174F52
(23,79,82)
#2C5F61
(44,95,97)
#416F70
(65,111,112)
#567F7F
(86,127,127)
#6B8F8E
(107,143,142)
#809F9D
(128,159,157)
#95AFAC
(149,175,172)
#AABFBB
(170,191,187)
#BFCFCA
(191,207,202)
#D4DFD9
(212,223,217)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #174F52; }

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

This text font color is #174F52.


Background Color

.myBgColor { background-color: #174F52; }

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

This div background color is #174F52.


Border color

.myBorderColor { border: 1px solid #174F52; }

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

This div border color is #174F52.


Opacity

.myOpacity80 { color: #174F52; opacity: 0.8; }

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

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

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

This text has shadow with #174F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174F52 on black background.


Color preview on white background

This text has color #174F52 on white background.



Black color preview on #174F52 background

This text has black color on #174F52 background.


White color preview on #174F52 background

This text has white color on #174F52 background.