COLOR #005427

HEX: #005427
RGB: (0,84,39)

Color info

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

RGB color model

#005427 color RGB value is (0,84,39).

  • red value is 0;
  • green value is 84;
  • blue value is 39.
RGB:
(0,84,39)
(0%,33%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 39 of 255 = 15%

0
84
39

R + G + B ~ 16%. #005427 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 39 = 123 (100%)
R 0 of 123 ~ 0%
G 84 of 123 ~ 68.29%
B 39 of 123 ~ 31.71%

%68.29
%31.71

CMYK color model

#005427 color CMYK value is (100,0,54,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 67.06%
CMYK:
(100,0,54,67)
C100M0Y54K67 
(100%,0%,54%,67%)
(1.00/0.00/0.54/0.67)	

CMYK percentages

%100
%0
%53.57
%67.06

Codes

Color #005427 in popluar color models

005427
RGB08439
HSL148°100.00%16.47%
HSB/HSV148°100.00%32.94%
CMYK100.00%0.00%53.57%
67.06%

Color #005427 in popluar number systems.

HEX005427
Decimal08439
Binary01010100100111
Octal012447

Shades and tints

Shades of #005427

#005427
(0,84,39)
#004D24
(0,77,36)
#004621
(0,70,33)
#003F1E
(0,63,30)
#00381B
(0,56,27)
#003118
(0,49,24)
#002A15
(0,42,21)
#002312
(0,35,18)
#001C0F
(0,28,15)
#00150C
(0,21,12)
#000E09
(0,14,9)
#000000
(0,0,0)

Tints of #005427

#005427
(0,84,39)
#17633A
(23,99,58)
#2E724D
(46,114,77)
#458160
(69,129,96)
#5C9073
(92,144,115)
#739F86
(115,159,134)
#8AAE99
(138,174,153)
#A1BDAC
(161,189,172)
#B8CCBF
(184,204,191)
#CFDBD2
(207,219,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005427 color. Also use rgb(0,84,39) instead hex code.

Text Font Color

.myTextColor { color: #005427; }

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

This text font color is #005427.


Background Color

.myBgColor { background-color: #005427; }

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

This div background color is #005427.


Border color

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

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

This div border color is #005427.


Opacity

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

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

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

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

This text has shadow with #005427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005427 on black background.


Color preview on white background

This text has color #005427 on white background.



Black color preview on #005427 background

This text has black color on #005427 background.


White color preview on #005427 background

This text has white color on #005427 background.