COLOR #004625

HEX: #004625 RGB: (0,70,37)

Color info

#004625 contains only green and blue colors. Web safe color of #004625 is #003333 (or #033).

RGB color model

#004625 color RGB value is (0,70,37).

RGB: (0,70,37) (0%, 27%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 37 of 255 = 15%

0
70
37

R + G + B ~ 14%. #004625 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 70 + 37 = 107 (100%)
R 0 of 107 ~ 0%
G 70 of 107 ~ 65.42%
B 37 of 107 ~ 34.58'%

%65.42
%34.58

CMYK color model

#004625 color CMYK value is (100,0,47,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK: (100,0,47,73) C100M0Y47K73 (100%,0%,47%,73%) (1.00/0.00/0.47/0.73) 

CMYK percentages

%100
%0
%47.14
%72.55

Codes

Color #004625 in popluar color models

00 46 25
RGB 0 70 37
HSL 152° 100.00% 13.73%
HSB/HSV 152° 100.00% 27.45%
CMYK 100.00% 0.00% 47.14%
72.55%

Color #004625 in popluar number systems.

HEX 00 46 25
Decimal 0 70 37
Binary 0 1000110 100101
Octal 0 106 45

Shades and tints

Shades of #004625

#004625
(0,70,37)
#004022
(0,64,34)
#003A1F
(0,58,31)
#00341C
(0,52,28)
#002E19
(0,46,25)
#002816
(0,40,22)
#002213
(0,34,19)
#001C10
(0,28,16)
#00160D
(0,22,13)
#00100A
(0,16,10)
#000A07
(0,10,7)
#000000
(0,0,0)

Tints of #004625

#004625
(0,70,37)
#175638
(23,86,56)
#2E664B
(46,102,75)
#45765E
(69,118,94)
#5C8671
(92,134,113)
#739684
(115,150,132)
#8AA697
(138,166,151)
#A1B6AA
(161,182,170)
#B8C6BD
(184,198,189)
#CFD6D0
(207,214,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004625 color. Also use rgb(0,70,37) instead hex code.

Text Font Color

.myTextColor { color: #004625; }

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

This text font color is #004625.

Background Color

.myBgColor { background-color: #004625; }

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

This div background color is #004625.

Border color

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

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

This div border color is #004625.

Opacity

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

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

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

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

This text has shadow with #004625 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004625.

Preview

Color preview on black background

This text has color #004625 on black background.


Color preview on white background

This text has color #004625 on white background.


Black color preview on #004625 background

This text has black color on #004625 background.


White color preview on #004625 background

This text has white color on #004625 background.


Related colors

Complementary color

Complementary color for #hex is #FFB9DA.


I love getcolorcode.com

Triadic colors

1 #250046 and #462500 with #004625 are triadic colors.

2 #254600 and #460025 with #004625 are triadic colors.