COLOR #174E4B

HEX: #174E4B
RGB: (23,78,75)

Color info

#174E4B contains red, green and blue colors in about the same proportion. Web safe color of #174E4B is #006633 (or #063).

RGB color model

#174E4B color RGB value is (23,78,75).

  • red value is 23;
  • green value is 78;
  • blue value is 75.
RGB:
(23,78,75)
(9%,31%,29%)

RGB channels and saturation

R 23 of 255 = 9%
G 78 of 255 = 31%
B 75 of 255 = 29%

23
78
75

R + G + B ~ 23%. #174E4B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 78 + 75 = 176 (100%)
R 23 of 176 ~ 13.07%
G 78 of 176 ~ 44.32%
B 75 of 176 ~ 42.61%

%13.07
%44.32
%42.61

CMYK color model

#174E4B color CMYK value is (71,0,4,69).

  • cyan value is 70.51%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 69.41%
CMYK:
(71,0,4,69)
C71M0Y4K69 
(71%,0%,4%,69%)
(0.71/0.00/0.04/0.69)	

CMYK percentages

%70.51
%0
%3.85
%69.41

Codes

Color #174E4B in popluar color models

174E4B
RGB237875
HSL177°54.46%19.80%
HSB/HSV177°70.51%30.59%
CMYK70.51%0.00%3.85%
69.41%

Color #174E4B in popluar number systems.

HEX174E4B
Decimal237875
Binary1011110011101001011
Octal27116113

Shades and tints

Shades of #174E4B

#174E4B
(23,78,75)
#154745
(21,71,69)
#13403F
(19,64,63)
#113939
(17,57,57)
#0F3233
(15,50,51)
#0D2B2D
(13,43,45)
#0B2427
(11,36,39)
#091D21
(9,29,33)
#07161B
(7,22,27)
#050F15
(5,15,21)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #174E4B

#174E4B
(23,78,75)
#2C5E5B
(44,94,91)
#416E6B
(65,110,107)
#567E7B
(86,126,123)
#6B8E8B
(107,142,139)
#809E9B
(128,158,155)
#95AEAB
(149,174,171)
#AABEBB
(170,190,187)
#BFCECB
(191,206,203)
#D4DEDB
(212,222,219)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174E4B color. Also use rgb(23,78,75) instead hex code.

Text Font Color

.myTextColor { color: #174E4B; }

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

This text font color is #174E4B.


Background Color

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

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

This div background color is #174E4B.


Border color

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

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

This div border color is #174E4B.


Opacity

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

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

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

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

This text has shadow with #174E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174E4B on black background.


Color preview on white background

This text has color #174E4B on white background.



Black color preview on #174E4B background

This text has black color on #174E4B background.


White color preview on #174E4B background

This text has white color on #174E4B background.