COLOR #005338

HEX: #005338
RGB: (0,83,56)

Color info

#005338 contains only green and blue colors. Web safe color of #005338 is #006633 (or #063).

RGB color model

#005338 color RGB value is (0,83,56).

  • red value is 0;
  • green value is 83;
  • blue value is 56.
RGB:
(0,83,56)
(0%,33%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 56 of 255 = 22%

0
83
56

R + G + B ~ 18%. #005338 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 83 + 56 = 139 (100%)
R 0 of 139 ~ 0%
G 83 of 139 ~ 59.71%
B 56 of 139 ~ 40.29%

%59.71
%40.29

CMYK color model

#005338 color CMYK value is (100,0,33,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(100,0,33,67)
C100M0Y33K67 
(100%,0%,33%,67%)
(1.00/0.00/0.33/0.67)	

CMYK percentages

%100
%0
%32.53
%67.45

Codes

Color #005338 in popluar color models

005338
RGB08356
HSL160°100.00%16.27%
HSB/HSV160°100.00%32.55%
CMYK100.00%0.00%32.53%
67.45%

Color #005338 in popluar number systems.

HEX005338
Decimal08356
Binary01010011111000
Octal012370

Shades and tints

Shades of #005338

#005338
(0,83,56)
#004C33
(0,76,51)
#00452E
(0,69,46)
#003E29
(0,62,41)
#003724
(0,55,36)
#00301F
(0,48,31)
#00291A
(0,41,26)
#002215
(0,34,21)
#001B10
(0,27,16)
#00140B
(0,20,11)
#000D06
(0,13,6)
#000000
(0,0,0)

Tints of #005338

#005338
(0,83,56)
#17624A
(23,98,74)
#2E715C
(46,113,92)
#45806E
(69,128,110)
#5C8F80
(92,143,128)
#739E92
(115,158,146)
#8AADA4
(138,173,164)
#A1BCB6
(161,188,182)
#B8CBC8
(184,203,200)
#CFDADA
(207,218,218)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005338; }

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

This text font color is #005338.


Background Color

.myBgColor { background-color: #005338; }

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

This div background color is #005338.


Border color

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

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

This div border color is #005338.


Opacity

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

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

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

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

This text has shadow with #005338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005338 on black background.


Color preview on white background

This text has color #005338 on white background.



Black color preview on #005338 background

This text has black color on #005338 background.


White color preview on #005338 background

This text has white color on #005338 background.