COLOR #064825

HEX: #064825 RGB: (6,72,37)

Color info

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

RGB color model

#064825 color RGB value is (6,72,37).

RGB: (6,72,37) (2%, 28%, 15%)

RGB channels and saturation

R 6 of 255 = 2%
G 72 of 255 = 28%
B 37 of 255 = 15%

6
72
37

R + G + B ~ 15%. #064825 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 72 + 37 = 115 (100%)
R 6 of 115 ~ 5.22%
G 72 of 115 ~ 62.61%
B 37 of 115 ~ 32.17'%

%62.61
%32.17

CMYK color model

#064825 color CMYK value is (92,0,49,72).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 48.61%
  • key color value is 71.76%

CMYK: (92,0,49,72)
C92M0Y49K72 (92%, 0%, 49%, 72%)
(0.92 / 0.00 / 0.49 / 0.72)

CMYK percentages

%91.67
%0
%48.61
%71.76

Codes

Color #064825 in popluar color models

06 48 25
RGB 6 72 37
HSL 148° 84.62% 15.29%
HSB/HSV 148° 91.67% 28.24%
CMYK 91.67% 0.00% 48.61%
71.76%

Color #064825 in popluar number systems.

HEX 06 48 25
Decimal 6 72 37
Binary 110 1001000 100101
Octal 6 110 45

Shades and tints

Shades of #064825

#064825
(6,72,37)
#064222
(6,66,34)
#063C1F
(6,60,31)
#06361C
(6,54,28)
#063019
(6,48,25)
#062A16
(6,42,22)
#062413
(6,36,19)
#061E10
(6,30,16)
#06180D
(6,24,13)
#06120A
(6,18,10)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #064825

#064825
(6,72,37)
#1C5838
(28,88,56)
#32684B
(50,104,75)
#48785E
(72,120,94)
#5E8871
(94,136,113)
#749884
(116,152,132)
#8AA897
(138,168,151)
#A0B8AA
(160,184,170)
#B6C8BD
(182,200,189)
#CCD8D0
(204,216,208)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064825 color. Also use rgb(6,72,37) instead hex code.

Text Font Color

.myTextColor { color: #064825; }

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

This text font color is #064825.

Background Color

.myBgColor { background-color: #064825; }

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

This div background color is #064825.

Border color

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

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

This div border color is #064825.

Opacity

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

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

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

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

This text has shadow with #064825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064825.

Preview

Color preview on black background

This text has color #064825 on black background.


Color preview on white background

This text has color #064825 on white background.


Black color preview on #064825 background

This text has black color on #064825 background.


White color preview on #064825 background

This text has white color on #064825 background.


Related colors

Complementary color

Complementary color for #hex is #F9B7DA.


I love getcolorcode.com

Triadic colors

1 #250648 and #482506 with #064825 are triadic colors.

2 #254806 and #480625 with #064825 are triadic colors.