COLOR #083E02

HEX: #083E02 RGB: (8,62,2)

Color info

#083E02 contains mainly red and green colors. Web safe color of #083E02 is #003300 (or #030).

RGB color model

#083E02 color RGB value is (8,62,2).

RGB: (8,62,2) (3%, 24%, 1%)

RGB channels and saturation

R 8 of 255 = 3%
G 62 of 255 = 24%
B 2 of 255 = 1%

8
62
2

R + G + B ~ 9%. #083E02 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 62 + 2 = 72 (100%)
R 8 of 72 ~ 11.11%
G 62 of 72 ~ 86.11%
B 2 of 72 ~ 2.78'%

%11.11
%86.11

CMYK color model

#083E02 color CMYK value is (87,0,97,76).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 75.69%

CMYK: (87,0,97,76)
C87M0Y97K76 (87%, 0%, 97%, 76%)
(0.87 / 0.00 / 0.97 / 0.76)

CMYK percentages

%87.1
%0
%96.77
%75.69

Codes

Color #083E02 in popluar color models

08 3E 02
RGB 8 62 2
HSL 114° 93.75% 12.55%
HSB/HSV 114° 96.77% 24.31%
CMYK 87.10% 0.00% 96.77%
75.69%

Color #083E02 in popluar number systems.

HEX 08 3E 02
Decimal 8 62 2
Binary 1000 111110 10
Octal 10 76 2

Shades and tints

Shades of #083E02

#083E02
(8,62,2)
#083902
(8,57,2)
#083402
(8,52,2)
#082F02
(8,47,2)
#082A02
(8,42,2)
#082502
(8,37,2)
#082002
(8,32,2)
#081B02
(8,27,2)
#081602
(8,22,2)
#081102
(8,17,2)
#080C02
(8,12,2)
#000000
(0,0,0)

Tints of #083E02

#083E02
(8,62,2)
#1E4F19
(30,79,25)
#346030
(52,96,48)
#4A7147
(74,113,71)
#60825E
(96,130,94)
#769375
(118,147,117)
#8CA48C
(140,164,140)
#A2B5A3
(162,181,163)
#B8C6BA
(184,198,186)
#CED7D1
(206,215,209)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083E02 color. Also use rgb(8,62,2) instead hex code.

Text Font Color

.myTextColor { color: #083E02; }

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

This text font color is #083E02.

Background Color

.myBgColor { background-color: #083E02; }

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

This div background color is #083E02.

Border color

.myBorderColor { border: 1px solid #083E02; }

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

This div border color is #083E02.

Opacity

.myOpacity80 { color: #083E02; opacity: 0.8; }

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

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

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

This text has shadow with #083E02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083E02.

Preview

Color preview on black background

This text has color #083E02 on black background.


Color preview on white background

This text has color #083E02 on white background.


Black color preview on #083E02 background

This text has black color on #083E02 background.


White color preview on #083E02 background

This text has white color on #083E02 background.


Related colors

Complementary color

Complementary color for #hex is #F7C1FD.


I love getcolorcode.com

Triadic colors

1 #02083E and #3E0208 with #083E02 are triadic colors.

2 #023E08 and #3E0802 with #083E02 are triadic colors.