COLOR #177072

HEX: #177072
RGB: (23,112,114)

Color info

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

RGB color model

#177072 color RGB value is (23,112,114).

  • red value is 23;
  • green value is 112;
  • blue value is 114.
RGB:
(23,112,114)
(9%,44%,45%)

RGB channels and saturation

R 23 of 255 = 9%
G 112 of 255 = 44%
B 114 of 255 = 45%

23
112
114

R + G + B ~ 33%. #177072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 112 + 114 = 249 (100%)
R 23 of 249 ~ 9.24%
G 112 of 249 ~ 44.98%
B 114 of 249 ~ 45.78%

%44.98
%45.78

CMYK color model

#177072 color CMYK value is (80,2,0,55).

  • cyan value is 79.82%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(80,2,0,55)
C80M2Y0K55 
(80%,2%,0%,55%)
(0.80/0.02/0.00/0.55)	

CMYK percentages

%79.82
%1.75
%0
%55.29

Codes

Color #177072 in popluar color models

177072
RGB23112114
HSL181°66.42%26.86%
HSB/HSV181°79.82%44.71%
CMYK79.82%1.75%0.00%
55.29%

Color #177072 in popluar number systems.

HEX177072
Decimal23112114
Binary1011111100001110010
Octal27160162

Shades and tints

Shades of #177072

#177072
(23,112,114)
#156668
(21,102,104)
#135C5E
(19,92,94)
#115254
(17,82,84)
#0F484A
(15,72,74)
#0D3E40
(13,62,64)
#0B3436
(11,52,54)
#092A2C
(9,42,44)
#072022
(7,32,34)
#051618
(5,22,24)
#030C0E
(3,12,14)
#000000
(0,0,0)

Tints of #177072

#177072
(23,112,114)
#2C7D7E
(44,125,126)
#418A8A
(65,138,138)
#569796
(86,151,150)
#6BA4A2
(107,164,162)
#80B1AE
(128,177,174)
#95BEBA
(149,190,186)
#AACBC6
(170,203,198)
#BFD8D2
(191,216,210)
#D4E5DE
(212,229,222)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177072 color. Also use rgb(23,112,114) instead hex code.

Text Font Color

.myTextColor { color: #177072; }

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

This text font color is #177072.


Background Color

.myBgColor { background-color: #177072; }

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

This div background color is #177072.


Border color

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

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

This div border color is #177072.


Opacity

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

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

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

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

This text has shadow with #177072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177072 on black background.


Color preview on white background

This text has color #177072 on white background.



Black color preview on #177072 background

This text has black color on #177072 background.


White color preview on #177072 background

This text has white color on #177072 background.