COLOR #08774C

HEX: #08774C
RGB: (8,119,76)

Color info

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

RGB color model

#08774C color RGB value is (8,119,76).

  • red value is 8;
  • green value is 119;
  • blue value is 76.
RGB:
(8,119,76)
(3%,47%,30%)

RGB channels and saturation

R 8 of 255 = 3%
G 119 of 255 = 47%
B 76 of 255 = 30%

8
119
76

R + G + B ~ 27%. #08774C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 119 + 76 = 203 (100%)
R 8 of 203 ~ 3.94%
G 119 of 203 ~ 58.62%
B 76 of 203 ~ 37.44%

%58.62
%37.44

CMYK color model

#08774C color CMYK value is (93,0,36,53).

  • cyan value is 93.28%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(93,0,36,53)
C93M0Y36K53 
(93%,0%,36%,53%)
(0.93/0.00/0.36/0.53)	

CMYK percentages

%93.28
%0
%36.13
%53.33

Codes

Color #08774C in popluar color models

08774C
RGB811976
HSL157°87.40%24.90%
HSB/HSV157°93.28%46.67%
CMYK93.28%0.00%36.13%
53.33%

Color #08774C in popluar number systems.

HEX08774C
Decimal811976
Binary100011101111001100
Octal10167114

Shades and tints

Shades of #08774C

#08774C
(8,119,76)
#086D46
(8,109,70)
#086340
(8,99,64)
#08593A
(8,89,58)
#084F34
(8,79,52)
#08452E
(8,69,46)
#083B28
(8,59,40)
#083122
(8,49,34)
#08271C
(8,39,28)
#081D16
(8,29,22)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #08774C

#08774C
(8,119,76)
#1E835C
(30,131,92)
#348F6C
(52,143,108)
#4A9B7C
(74,155,124)
#60A78C
(96,167,140)
#76B39C
(118,179,156)
#8CBFAC
(140,191,172)
#A2CBBC
(162,203,188)
#B8D7CC
(184,215,204)
#CEE3DC
(206,227,220)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08774C color. Also use rgb(8,119,76) instead hex code.

Text Font Color

.myTextColor { color: #08774C; }

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

This text font color is #08774C.


Background Color

.myBgColor { background-color: #08774C; }

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

This div background color is #08774C.


Border color

.myBorderColor { border: 1px solid #08774C; }

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

This div border color is #08774C.


Opacity

.myOpacity80 { color: #08774C; opacity: 0.8; }

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

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

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

This text has shadow with #08774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08774C on black background.


Color preview on white background

This text has color #08774C on white background.



Black color preview on #08774C background

This text has black color on #08774C background.


White color preview on #08774C background

This text has white color on #08774C background.