COLOR #087D33

HEX: #087D33 RGB: (8,125,51)

Color info

#087D33 contains mainly green color. Web safe color of #087D33 is #006633 (or #063).

RGB color model

#087D33 color RGB value is (8,125,51).

RGB: (8,125,51) (3%, 49%, 20%)

RGB channels and saturation

R 8 of 255 = 3%
G 125 of 255 = 49%
B 51 of 255 = 20%

8
125
51

R + G + B ~ 24%. #087D33 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 125 + 51 = 184 (100%)
R 8 of 184 ~ 4.35%
G 125 of 184 ~ 67.93%
B 51 of 184 ~ 27.72'%

%67.93
%27.72

CMYK color model

#087D33 color CMYK value is (94,0,59,51).

  • cyan value is 93.60%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 50.98%

CMYK: (94,0,59,51)
C94M0Y59K51 (94%, 0%, 59%, 51%)
(0.94 / 0.00 / 0.59 / 0.51)

CMYK percentages

%93.6
%0
%59.2
%50.98

Codes

Color #087D33 in popluar color models

08 7D 33
RGB 8 125 51
HSL 142° 87.97% 26.08%
HSB/HSV 142° 93.60% 49.02%
CMYK 93.60% 0.00% 59.20%
50.98%

Color #087D33 in popluar number systems.

HEX 08 7D 33
Decimal 8 125 51
Binary 1000 1111101 110011
Octal 10 175 63

Shades and tints

Shades of #087D33

#087D33
(8,125,51)
#08722F
(8,114,47)
#08672B
(8,103,43)
#085C27
(8,92,39)
#085123
(8,81,35)
#08461F
(8,70,31)
#083B1B
(8,59,27)
#083017
(8,48,23)
#082513
(8,37,19)
#081A0F
(8,26,15)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #087D33

#087D33
(8,125,51)
#1E8845
(30,136,69)
#349357
(52,147,87)
#4A9E69
(74,158,105)
#60A97B
(96,169,123)
#76B48D
(118,180,141)
#8CBF9F
(140,191,159)
#A2CAB1
(162,202,177)
#B8D5C3
(184,213,195)
#CEE0D5
(206,224,213)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087D33 color. Also use rgb(8,125,51) instead hex code.

Text Font Color

.myTextColor { color: #087D33; }

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

This text font color is #087D33.

Background Color

.myBgColor { background-color: #087D33; }

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

This div background color is #087D33.

Border color

.myBorderColor { border: 1px solid #087D33; }

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

This div border color is #087D33.

Opacity

.myOpacity80 { color: #087D33; opacity: 0.8; }

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

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

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

This text has shadow with #087D33 color.


.textShadow {text-shadow: 3px 3px 1px #087D33', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #087D33; -webkit-box-shadow: 1px 1px 3px 2px #087D33; box-shadow:1px 1px 3px 2px #087D33;">
Div content here
</div>

This div box has shadow with color #087D33.

Preview

Color preview on black background

This text has color #087D33 on black background.


Color preview on white background

This text has color #087D33 on white background.


Black color preview on #087D33 background

This text has black color on #087D33 background.


White color preview on #087D33 background

This text has white color on #087D33 background.


Related colors

Complementary color

Complementary color for #hex is #F782CC.


I love getcolorcode.com

Triadic colors

1 #33087D and #7D3308 with #087D33 are triadic colors.

2 #337D08 and #7D0833 with #087D33 are triadic colors.