COLOR #005423

HEX: #005423 RGB: (0,84,35)

Color info

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

RGB color model

#005423 color RGB value is (0,84,35).

RGB: (0,84,35) (0%, 33%, 14%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 35 of 255 = 14%

0
84
35

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

Portions of RGB colors in percentages

R + G + B = 0 + 84 + 35 = 119 (100%)
R 0 of 119 ~ 0%
G 84 of 119 ~ 70.59%
B 35 of 119 ~ 29.41'%

%70.59
%29.41

CMYK color model

#005423 color CMYK value is (100,0,58,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 67.06%

CMYK: (100,0,58,67)
C100M0Y58K67 (100%, 0%, 58%, 67%)
(1.00 / 0.00 / 0.58 / 0.67)

CMYK percentages

%100
%0
%58.33
%67.06

Codes

Color #005423 in popluar color models

00 54 23
RGB 0 84 35
HSL 145° 100.00% 16.47%
HSB/HSV 145° 100.00% 32.94%
CMYK 100.00% 0.00% 58.33%
67.06%

Color #005423 in popluar number systems.

HEX 00 54 23
Decimal 0 84 35
Binary 0 1010100 100011
Octal 0 124 43

Shades and tints

Shades of #005423

#005423
(0,84,35)
#004D20
(0,77,32)
#00461D
(0,70,29)
#003F1A
(0,63,26)
#003817
(0,56,23)
#003114
(0,49,20)
#002A11
(0,42,17)
#00230E
(0,35,14)
#001C0B
(0,28,11)
#001508
(0,21,8)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #005423

#005423
(0,84,35)
#176337
(23,99,55)
#2E724B
(46,114,75)
#45815F
(69,129,95)
#5C9073
(92,144,115)
#739F87
(115,159,135)
#8AAE9B
(138,174,155)
#A1BDAF
(161,189,175)
#B8CCC3
(184,204,195)
#CFDBD7
(207,219,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005423; }

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

This text font color is #005423.

Background Color

.myBgColor { background-color: #005423; }

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

This div background color is #005423.

Border color

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

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

This div border color is #005423.

Opacity

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

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

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

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

This text has shadow with #005423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005423.

Preview

Color preview on black background

This text has color #005423 on black background.


Color preview on white background

This text has color #005423 on white background.


Black color preview on #005423 background

This text has black color on #005423 background.


White color preview on #005423 background

This text has white color on #005423 background.


Related colors

Complementary color

Complementary color for #hex is #FFABDC.


I love getcolorcode.com

Triadic colors

1 #230054 and #542300 with #005423 are triadic colors.

2 #235400 and #540023 with #005423 are triadic colors.