COLOR #177A14

HEX: #177A14
RGB: (23,122,20)

Color info

#177A14 contains mainly green color. Web safe color of #177A14 is #006600 (or #060).

RGB color model

#177A14 color RGB value is (23,122,20).

  • red value is 23;
  • green value is 122;
  • blue value is 20.
RGB:
(23,122,20)
(9%,48%,8%)

RGB channels and saturation

R 23 of 255 = 9%
G 122 of 255 = 48%
B 20 of 255 = 8%

23
122
20

R + G + B ~ 22%. #177A14 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 122 + 20 = 165 (100%)
R 23 of 165 ~ 13.94%
G 122 of 165 ~ 73.94%
B 20 of 165 ~ 12.12%

%13.94
%73.94
%12.12

CMYK color model

#177A14 color CMYK value is (81,0,84,52).

  • cyan value is 81.15%
  • magenta value is 0.00%
  • yellow value is 83.61%
  • key color value is 52.16%
CMYK:
(81,0,84,52)
C81M0Y84K52 
(81%,0%,84%,52%)
(0.81/0.00/0.84/0.52)	

CMYK percentages

%81.15
%0
%83.61
%52.16

Codes

Color #177A14 in popluar color models

177A14
RGB2312220
HSL118°71.83%27.84%
HSB/HSV118°83.61%47.84%
CMYK81.15%0.00%83.61%
52.16%

Color #177A14 in popluar number systems.

HEX177A14
Decimal2312220
Binary10111111101010100
Octal2717224

Shades and tints

Shades of #177A14

#177A14
(23,122,20)
#156F13
(21,111,19)
#136412
(19,100,18)
#115911
(17,89,17)
#0F4E10
(15,78,16)
#0D430F
(13,67,15)
#0B380E
(11,56,14)
#092D0D
(9,45,13)
#07220C
(7,34,12)
#05170B
(5,23,11)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #177A14

#177A14
(23,122,20)
#2C8629
(44,134,41)
#41923E
(65,146,62)
#569E53
(86,158,83)
#6BAA68
(107,170,104)
#80B67D
(128,182,125)
#95C292
(149,194,146)
#AACEA7
(170,206,167)
#BFDABC
(191,218,188)
#D4E6D1
(212,230,209)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177A14 color. Also use rgb(23,122,20) instead hex code.

Text Font Color

.myTextColor { color: #177A14; }

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

This text font color is #177A14.


Background Color

.myBgColor { background-color: #177A14; }

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

This div background color is #177A14.


Border color

.myBorderColor { border: 1px solid #177A14; }

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

This div border color is #177A14.


Opacity

.myOpacity80 { color: #177A14; opacity: 0.8; }

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

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

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

This text has shadow with #177A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177A14 on black background.


Color preview on white background

This text has color #177A14 on white background.



Black color preview on #177A14 background

This text has black color on #177A14 background.


White color preview on #177A14 background

This text has white color on #177A14 background.