COLOR #177775

HEX: #177775
RGB: (23,119,117)

Color info

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

RGB color model

#177775 color RGB value is (23,119,117).

  • red value is 23;
  • green value is 119;
  • blue value is 117.
RGB:
(23,119,117)
(9%,47%,46%)

RGB channels and saturation

R 23 of 255 = 9%
G 119 of 255 = 47%
B 117 of 255 = 46%

23
119
117

R + G + B ~ 34%. #177775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 119 + 117 = 259 (100%)
R 23 of 259 ~ 8.88%
G 119 of 259 ~ 45.95%
B 117 of 259 ~ 45.17%

%45.95
%45.17

CMYK color model

#177775 color CMYK value is (81,0,2,53).

  • cyan value is 80.67%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(81,0,2,53)
C81M0Y2K53 
(81%,0%,2%,53%)
(0.81/0.00/0.02/0.53)	

CMYK percentages

%80.67
%0
%1.68
%53.33

Codes

Color #177775 in popluar color models

177775
RGB23119117
HSL179°67.61%27.84%
HSB/HSV179°80.67%46.67%
CMYK80.67%0.00%1.68%
53.33%

Color #177775 in popluar number systems.

HEX177775
Decimal23119117
Binary1011111101111110101
Octal27167165

Shades and tints

Shades of #177775

#177775
(23,119,117)
#156D6B
(21,109,107)
#136361
(19,99,97)
#115957
(17,89,87)
#0F4F4D
(15,79,77)
#0D4543
(13,69,67)
#0B3B39
(11,59,57)
#09312F
(9,49,47)
#072725
(7,39,37)
#051D1B
(5,29,27)
#031311
(3,19,17)
#000000
(0,0,0)

Tints of #177775

#177775
(23,119,117)
#2C8381
(44,131,129)
#418F8D
(65,143,141)
#569B99
(86,155,153)
#6BA7A5
(107,167,165)
#80B3B1
(128,179,177)
#95BFBD
(149,191,189)
#AACBC9
(170,203,201)
#BFD7D5
(191,215,213)
#D4E3E1
(212,227,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177775 color. Also use rgb(23,119,117) instead hex code.

Text Font Color

.myTextColor { color: #177775; }

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

This text font color is #177775.


Background Color

.myBgColor { background-color: #177775; }

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

This div background color is #177775.


Border color

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

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

This div border color is #177775.


Opacity

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

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

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

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

This text has shadow with #177775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177775 on black background.


Color preview on white background

This text has color #177775 on white background.



Black color preview on #177775 background

This text has black color on #177775 background.


White color preview on #177775 background

This text has white color on #177775 background.