COLOR #005311

HEX: #005311 RGB: (0,83,17)

Color info

#005311 contains mainly green color. Web safe color of #005311 is #006600 (or #060).

RGB color model

#005311 color RGB value is (0,83,17).

RGB: (0,83,17) (0%, 33%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 17 of 255 = 7%

0
83
17

R + G + B ~ 13%. #005311 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 83 + 17 = 100 (100%)
R 0 of 100 ~ 0%
G 83 of 100 ~ 83%
B 17 of 100 ~ 17'%

%83
%17

CMYK color model

#005311 color CMYK value is (100,0,80,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.52%
  • key color value is 67.45%

CMYK: (100,0,80,67)
C100M0Y80K67 (100%, 0%, 80%, 67%)
(1.00 / 0.00 / 0.80 / 0.67)

CMYK percentages

%100
%0
%79.52
%67.45

Codes

Color #005311 in popluar color models

00 53 11
RGB 0 83 17
HSL 132° 100.00% 16.27%
HSB/HSV 132° 100.00% 32.55%
CMYK 100.00% 0.00% 79.52%
67.45%

Color #005311 in popluar number systems.

HEX 00 53 11
Decimal 0 83 17
Binary 0 1010011 10001
Octal 0 123 21

Shades and tints

Shades of #005311

#005311
(0,83,17)
#004C10
(0,76,16)
#00450F
(0,69,15)
#003E0E
(0,62,14)
#00370D
(0,55,13)
#00300C
(0,48,12)
#00290B
(0,41,11)
#00220A
(0,34,10)
#001B09
(0,27,9)
#001408
(0,20,8)
#000D07
(0,13,7)
#000000
(0,0,0)

Tints of #005311

#005311
(0,83,17)
#176226
(23,98,38)
#2E713B
(46,113,59)
#458050
(69,128,80)
#5C8F65
(92,143,101)
#739E7A
(115,158,122)
#8AAD8F
(138,173,143)
#A1BCA4
(161,188,164)
#B8CBB9
(184,203,185)
#CFDACE
(207,218,206)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005311 color. Also use rgb(0,83,17) instead hex code.

Text Font Color

.myTextColor { color: #005311; }

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

This text font color is #005311.

Background Color

.myBgColor { background-color: #005311; }

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

This div background color is #005311.

Border color

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

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

This div border color is #005311.

Opacity

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

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

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

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

This text has shadow with #005311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005311.

Preview

Color preview on black background

This text has color #005311 on black background.


Color preview on white background

This text has color #005311 on white background.


Black color preview on #005311 background

This text has black color on #005311 background.


White color preview on #005311 background

This text has white color on #005311 background.


Related colors

Complementary color

Complementary color for #hex is #FFACEE.


I love getcolorcode.com

Triadic colors

1 #110053 and #531100 with #005311 are triadic colors.

2 #115300 and #530011 with #005311 are triadic colors.