COLOR #084732

HEX: #084732
RGB: (8,71,50)

Color info

#084732 contains mainly green and blue colors. Web safe color of #084732 is #003333 (or #033).

RGB color model

#084732 color RGB value is (8,71,50).

  • red value is 8;
  • green value is 71;
  • blue value is 50.
RGB:
(8,71,50)
(3%,28%,20%)

RGB channels and saturation

R 8 of 255 = 3%
G 71 of 255 = 28%
B 50 of 255 = 20%

8
71
50

R + G + B ~ 17%. #084732 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 71 + 50 = 129 (100%)
R 8 of 129 ~ 6.2%
G 71 of 129 ~ 55.04%
B 50 of 129 ~ 38.76%

%55.04
%38.76

CMYK color model

#084732 color CMYK value is (89,0,30,72).

  • cyan value is 88.73%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(89,0,30,72)
C89M0Y30K72 
(89%,0%,30%,72%)
(0.89/0.00/0.30/0.72)	

CMYK percentages

%88.73
%0
%29.58
%72.16

Codes

Color #084732 in popluar color models

084732
RGB87150
HSL160°79.75%15.49%
HSB/HSV160°88.73%27.84%
CMYK88.73%0.00%29.58%
72.16%

Color #084732 in popluar number systems.

HEX084732
Decimal87150
Binary10001000111110010
Octal1010762

Shades and tints

Shades of #084732

#084732
(8,71,50)
#08412E
(8,65,46)
#083B2A
(8,59,42)
#083526
(8,53,38)
#082F22
(8,47,34)
#08291E
(8,41,30)
#08231A
(8,35,26)
#081D16
(8,29,22)
#081712
(8,23,18)
#08110E
(8,17,14)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #084732

#084732
(8,71,50)
#1E5744
(30,87,68)
#346756
(52,103,86)
#4A7768
(74,119,104)
#60877A
(96,135,122)
#76978C
(118,151,140)
#8CA79E
(140,167,158)
#A2B7B0
(162,183,176)
#B8C7C2
(184,199,194)
#CED7D4
(206,215,212)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084732 color. Also use rgb(8,71,50) instead hex code.

Text Font Color

.myTextColor { color: #084732; }

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

This text font color is #084732.


Background Color

.myBgColor { background-color: #084732; }

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

This div background color is #084732.


Border color

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

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

This div border color is #084732.


Opacity

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

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

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

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

This text has shadow with #084732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084732 on black background.


Color preview on white background

This text has color #084732 on white background.



Black color preview on #084732 background

This text has black color on #084732 background.


White color preview on #084732 background

This text has white color on #084732 background.