Color Hex Logo

#064530 Color Hex

#064530
(6,69,48)
0 Favorites   0 Comments

Color spaces of #064530

RGB 66948
HSL0.440.840.15
HSV160°91°27°
CMYK 0.910.000.30   0.73
XYZ2.73674.50843.5223
Yxy4.50840.25420.4187
Hunter Lab21.2330-14.15105.0276
CIE-Lab25.2856-24.70567.4558

#064530 color RGB value is (6,69,48).

#064530 hex color red value is 6, green value is 69 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #064530 hue: 0.44 , saturation: 0.84 and the lightness value of 064530 is 0.15.

The process color (four color CMYK) of #064530 color hex is 0.91, 0.00, 0.30, 0.73. Web safe color of #064530 is #003333. Color #064530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000101 00110000
Octal 6 105 60
Decimal 6 69 48
Hex 6 45 30

RGB Percentages of Color #064530

%4.88
%56.10
%39.02

CMYK Percentages of Color #064530

%91
%0
%30
%73

Triadic Colors of #064530

#064530 #300645 #453006

Analogous Colors of #064530

#064530 #063b45 #064511

Monochromatic Colors of #064530

#064530

Complementary Color

#064530 #45061b

#064530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064530 Color CSS Codes

.mybgcolor {background-color:#064530; } 
.myforecolor {color:#064530; }
.mybordercolor {border:3px solid #064530; }

#064530 Text Font Color

<p style="color:#064530">Text here</p>

This sample text font color is #064530
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#064530 Background Color

<div style="background-color:#064530">
Div content here</div>

This div background color is #064530


#064530 Border Color

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

This div border color is #064530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,69,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064530;
  -webkit-box-shadow: 1px 1px 3px 2px #064530;
  box-shadow:         1px 1px 3px 2px #064530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,69,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #064530">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #064530;
  -webkit-box-shadow: 1px 1px 3px 2px #064530;
  box-shadow:         1px 1px 3px 2px #064530;">
Div content here</div>

This div box has shadow with color #064530


Comments

No comments written yet.

Please login to write comment.