COLOR #177373

HEX: #177373
RGB: (23,115,115)

Color info

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

RGB color model

#177373 color RGB value is (23,115,115).

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

RGB channels and saturation

R 23 of 255 = 9%
G 115 of 255 = 45%
B 115 of 255 = 45%

23
115
115

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

Portions of RGB colors in percentages

R + G + B =
23 + 115 + 115 = 253 (100%)
R 23 of 253 ~ 9.09%
G 115 of 253 ~ 45.45%
B 115 of 253 ~ 45.45%

%45.45
%45.45

CMYK color model

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

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(80,0,0,55)
C80M0Y0K55 
(80%,0%,0%,55%)
(0.80/0.00/0.00/0.55)	

CMYK percentages

%80
%0
%0
%54.9

Codes

Color #177373 in popluar color models

177373
RGB23115115
HSL180°66.67%27.06%
HSB/HSV180°80.00%45.10%
CMYK80.00%0.00%0.00%
54.90%

Color #177373 in popluar number systems.

HEX177373
Decimal23115115
Binary1011111100111110011
Octal27163163

Shades and tints

Shades of #177373

#177373
(23,115,115)
#156969
(21,105,105)
#135F5F
(19,95,95)
#115555
(17,85,85)
#0F4B4B
(15,75,75)
#0D4141
(13,65,65)
#0B3737
(11,55,55)
#092D2D
(9,45,45)
#072323
(7,35,35)
#051919
(5,25,25)
#030F0F
(3,15,15)
#000000
(0,0,0)

Tints of #177373

#177373
(23,115,115)
#2C7F7F
(44,127,127)
#418B8B
(65,139,139)
#569797
(86,151,151)
#6BA3A3
(107,163,163)
#80AFAF
(128,175,175)
#95BBBB
(149,187,187)
#AAC7C7
(170,199,199)
#BFD3D3
(191,211,211)
#D4DFDF
(212,223,223)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #177373; }

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

This text font color is #177373.


Background Color

.myBgColor { background-color: #177373; }

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

This div background color is #177373.


Border color

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

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

This div border color is #177373.


Opacity

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

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

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

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

This text has shadow with #177373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177373 on black background.


Color preview on white background

This text has color #177373 on white background.



Black color preview on #177373 background

This text has black color on #177373 background.


White color preview on #177373 background

This text has white color on #177373 background.