COLOR #064830

HEX: #064830
RGB: (6,72,48)

Color info

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

RGB color model

#064830 color RGB value is (6,72,48).

  • red value is 6;
  • green value is 72;
  • blue value is 48.
RGB:
(6,72,48)
(2%,28%,19%)

RGB channels and saturation

R 6 of 255 = 2%
G 72 of 255 = 28%
B 48 of 255 = 19%

6
72
48

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

Portions of RGB colors in percentages

R + G + B =
6 + 72 + 48 = 126 (100%)
R 6 of 126 ~ 4.76%
G 72 of 126 ~ 57.14%
B 48 of 126 ~ 38.1%

%57.14
%38.1

CMYK color model

#064830 color CMYK value is (92,0,33,72).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(92,0,33,72)
C92M0Y33K72 
(92%,0%,33%,72%)
(0.92/0.00/0.33/0.72)	

CMYK percentages

%91.67
%0
%33.33
%71.76

Codes

Color #064830 in popluar color models

064830
RGB67248
HSL158°84.62%15.29%
HSB/HSV158°91.67%28.24%
CMYK91.67%0.00%33.33%
71.76%

Color #064830 in popluar number systems.

HEX064830
Decimal67248
Binary1101001000110000
Octal611060

Shades and tints

Shades of #064830

#064830
(6,72,48)
#06422C
(6,66,44)
#063C28
(6,60,40)
#063624
(6,54,36)
#063020
(6,48,32)
#062A1C
(6,42,28)
#062418
(6,36,24)
#061E14
(6,30,20)
#061810
(6,24,16)
#06120C
(6,18,12)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #064830

#064830
(6,72,48)
#1C5842
(28,88,66)
#326854
(50,104,84)
#487866
(72,120,102)
#5E8878
(94,136,120)
#74988A
(116,152,138)
#8AA89C
(138,168,156)
#A0B8AE
(160,184,174)
#B6C8C0
(182,200,192)
#CCD8D2
(204,216,210)
#E2E8E4
(226,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064830; }

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

This text font color is #064830.


Background Color

.myBgColor { background-color: #064830; }

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

This div background color is #064830.


Border color

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

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

This div border color is #064830.


Opacity

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

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

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

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

This text has shadow with #064830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064830 on black background.


Color preview on white background

This text has color #064830 on white background.



Black color preview on #064830 background

This text has black color on #064830 background.


White color preview on #064830 background

This text has white color on #064830 background.