COLOR #176149

HEX: #176149
RGB: (23,97,73)

Color info

#176149 contains mainly green and blue colors. Web safe color of #176149 is #006633 (or #063).

RGB color model

#176149 color RGB value is (23,97,73).

  • red value is 23;
  • green value is 97;
  • blue value is 73.
RGB:
(23,97,73)
(9%,38%,29%)

RGB channels and saturation

R 23 of 255 = 9%
G 97 of 255 = 38%
B 73 of 255 = 29%

23
97
73

R + G + B ~ 25%. #176149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 97 + 73 = 193 (100%)
R 23 of 193 ~ 11.92%
G 97 of 193 ~ 50.26%
B 73 of 193 ~ 37.82%

%11.92
%50.26
%37.82

CMYK color model

#176149 color CMYK value is (76,0,25,62).

  • cyan value is 76.29%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(76,0,25,62)
C76M0Y25K62 
(76%,0%,25%,62%)
(0.76/0.00/0.25/0.62)	

CMYK percentages

%76.29
%0
%24.74
%61.96

Codes

Color #176149 in popluar color models

176149
RGB239773
HSL161°61.67%23.53%
HSB/HSV161°76.29%38.04%
CMYK76.29%0.00%24.74%
61.96%

Color #176149 in popluar number systems.

HEX176149
Decimal239773
Binary1011111000011001001
Octal27141111

Shades and tints

Shades of #176149

#176149
(23,97,73)
#155943
(21,89,67)
#13513D
(19,81,61)
#114937
(17,73,55)
#0F4131
(15,65,49)
#0D392B
(13,57,43)
#0B3125
(11,49,37)
#09291F
(9,41,31)
#072119
(7,33,25)
#051913
(5,25,19)
#03110D
(3,17,13)
#000000
(0,0,0)

Tints of #176149

#176149
(23,97,73)
#2C6F59
(44,111,89)
#417D69
(65,125,105)
#568B79
(86,139,121)
#6B9989
(107,153,137)
#80A799
(128,167,153)
#95B5A9
(149,181,169)
#AAC3B9
(170,195,185)
#BFD1C9
(191,209,201)
#D4DFD9
(212,223,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #176149; }

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

This text font color is #176149.


Background Color

.myBgColor { background-color: #176149; }

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

This div background color is #176149.


Border color

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

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

This div border color is #176149.


Opacity

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

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

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

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

This text has shadow with #176149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176149 on black background.


Color preview on white background

This text has color #176149 on white background.



Black color preview on #176149 background

This text has black color on #176149 background.


White color preview on #176149 background

This text has white color on #176149 background.