COLOR #80A375

HEX: #80A375
RGB: (128,163,117)

Color info

#80A375 contains red, green and blue colors in about the same proportion. Web safe color of #80A375 is #669966 (or #696).

RGB color model

#80A375 color RGB value is (128,163,117).

  • red value is 128;
  • green value is 163;
  • blue value is 117.
RGB:
(128,163,117)
(50%,64%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 117 of 255 = 46%

128
163
117

R + G + B ~ 53%. #80A375 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 117 = 408 (100%)
R 128 of 408 ~ 31.37%
G 163 of 408 ~ 39.95%
B 117 of 408 ~ 28.68%

%31.37
%39.95
%28.68

CMYK color model

#80A375 color CMYK value is (21,0,28,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(21,0,28,36)
C21M0Y28K36 
(21%,0%,28%,36%)
(0.21/0.00/0.28/0.36)	

CMYK percentages

%21.47
%0
%28.22
%36.08

Codes

Color #80A375 in popluar color models

80A375
RGB128163117
HSL106°20.00%54.90%
HSB/HSV106°28.22%63.92%
CMYK21.47%0.00%28.22%
36.08%

Color #80A375 in popluar number systems.

HEX80A375
Decimal128163117
Binary10000000101000111110101
Octal200243165

Shades and tints

Shades of #80A375

#80A375
(128,163,117)
#75956B
(117,149,107)
#6A8761
(106,135,97)
#5F7957
(95,121,87)
#546B4D
(84,107,77)
#495D43
(73,93,67)
#3E4F39
(62,79,57)
#33412F
(51,65,47)
#283325
(40,51,37)
#1D251B
(29,37,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #80A375

#80A375
(128,163,117)
#8BAB81
(139,171,129)
#96B38D
(150,179,141)
#A1BB99
(161,187,153)
#ACC3A5
(172,195,165)
#B7CBB1
(183,203,177)
#C2D3BD
(194,211,189)
#CDDBC9
(205,219,201)
#D8E3D5
(216,227,213)
#E3EBE1
(227,235,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A375 color. Also use rgb(128,163,117) instead hex code.

Text Font Color

.myTextColor { color: #80A375; }

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

This text font color is #80A375.


Background Color

.myBgColor { background-color: #80A375; }

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

This div background color is #80A375.


Border color

.myBorderColor { border: 1px solid #80A375; }

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

This div border color is #80A375.


Opacity

.myOpacity80 { color: #80A375; opacity: 0.8; }

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

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

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

This text has shadow with #80A375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A375 on black background.


Color preview on white background

This text has color #80A375 on white background.



Black color preview on #80A375 background

This text has black color on #80A375 background.


White color preview on #80A375 background

This text has white color on #80A375 background.