COLOR #176350

HEX: #176350
RGB: (23,99,80)

Color info

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

RGB color model

#176350 color RGB value is (23,99,80).

  • red value is 23;
  • green value is 99;
  • blue value is 80.
RGB:
(23,99,80)
(9%,39%,31%)

RGB channels and saturation

R 23 of 255 = 9%
G 99 of 255 = 39%
B 80 of 255 = 31%

23
99
80

R + G + B ~ 26%. #176350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 99 + 80 = 202 (100%)
R 23 of 202 ~ 11.39%
G 99 of 202 ~ 49.01%
B 80 of 202 ~ 39.6%

%11.39
%49.01
%39.6

CMYK color model

#176350 color CMYK value is (77,0,19,61).

  • cyan value is 76.77%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(77,0,19,61)
C77M0Y19K61 
(77%,0%,19%,61%)
(0.77/0.00/0.19/0.61)	

CMYK percentages

%76.77
%0
%19.19
%61.18

Codes

Color #176350 in popluar color models

176350
RGB239980
HSL165°62.30%23.92%
HSB/HSV165°76.77%38.82%
CMYK76.77%0.00%19.19%
61.18%

Color #176350 in popluar number systems.

HEX176350
Decimal239980
Binary1011111000111010000
Octal27143120

Shades and tints

Shades of #176350

#176350
(23,99,80)
#155A49
(21,90,73)
#135142
(19,81,66)
#11483B
(17,72,59)
#0F3F34
(15,63,52)
#0D362D
(13,54,45)
#0B2D26
(11,45,38)
#09241F
(9,36,31)
#071B18
(7,27,24)
#051211
(5,18,17)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #176350

#176350
(23,99,80)
#2C715F
(44,113,95)
#417F6E
(65,127,110)
#568D7D
(86,141,125)
#6B9B8C
(107,155,140)
#80A99B
(128,169,155)
#95B7AA
(149,183,170)
#AAC5B9
(170,197,185)
#BFD3C8
(191,211,200)
#D4E1D7
(212,225,215)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #176350; }

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

This text font color is #176350.


Background Color

.myBgColor { background-color: #176350; }

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

This div background color is #176350.


Border color

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

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

This div border color is #176350.


Opacity

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

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

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

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

This text has shadow with #176350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176350 on black background.


Color preview on white background

This text has color #176350 on white background.



Black color preview on #176350 background

This text has black color on #176350 background.


White color preview on #176350 background

This text has white color on #176350 background.