COLOR #046825

HEX: #046825
RGB: (4,104,37)

Color info

#046825 contains mainly green color. Web safe color of #046825 is #006633 (or #063).

RGB color model

#046825 color RGB value is (4,104,37).

  • red value is 4;
  • green value is 104;
  • blue value is 37.
RGB:
(4,104,37)
(2%,41%,15%)

RGB channels and saturation

R 4 of 255 = 2%
G 104 of 255 = 41%
B 37 of 255 = 15%

4
104
37

R + G + B ~ 19%. #046825 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 104 + 37 = 145 (100%)
R 4 of 145 ~ 2.76%
G 104 of 145 ~ 71.72%
B 37 of 145 ~ 25.52%

%71.72
%25.52

CMYK color model

#046825 color CMYK value is (96,0,64,59).

  • cyan value is 96.15%
  • magenta value is 0.00%
  • yellow value is 64.42%
  • key color value is 59.22%
CMYK:
(96,0,64,59)
C96M0Y64K59 
(96%,0%,64%,59%)
(0.96/0.00/0.64/0.59)	

CMYK percentages

%96.15
%0
%64.42
%59.22

Codes

Color #046825 in popluar color models

046825
RGB410437
HSL140°92.59%21.18%
HSB/HSV140°96.15%40.78%
CMYK96.15%0.00%64.42%
59.22%

Color #046825 in popluar number systems.

HEX046825
Decimal410437
Binary1001101000100101
Octal415045

Shades and tints

Shades of #046825

#046825
(4,104,37)
#045F22
(4,95,34)
#04561F
(4,86,31)
#044D1C
(4,77,28)
#044419
(4,68,25)
#043B16
(4,59,22)
#043213
(4,50,19)
#042910
(4,41,16)
#04200D
(4,32,13)
#04170A
(4,23,10)
#040E07
(4,14,7)
#000000
(0,0,0)

Tints of #046825

#046825
(4,104,37)
#1A7538
(26,117,56)
#30824B
(48,130,75)
#468F5E
(70,143,94)
#5C9C71
(92,156,113)
#72A984
(114,169,132)
#88B697
(136,182,151)
#9EC3AA
(158,195,170)
#B4D0BD
(180,208,189)
#CADDD0
(202,221,208)
#E0EAE3
(224,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046825 color. Also use rgb(4,104,37) instead hex code.

Text Font Color

.myTextColor { color: #046825; }

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

This text font color is #046825.


Background Color

.myBgColor { background-color: #046825; }

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

This div background color is #046825.


Border color

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

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

This div border color is #046825.


Opacity

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

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

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

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

This text has shadow with #046825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046825 on black background.


Color preview on white background

This text has color #046825 on white background.



Black color preview on #046825 background

This text has black color on #046825 background.


White color preview on #046825 background

This text has white color on #046825 background.