Color Hex Logo

#064235 Color Hex

#064235
(6,66,53)
0 Favorites   0 Comments

Color spaces of #064235

RGB 66653
HSL0.460.830.14
HSV167°91°26°
CMYK 0.910.000.20   0.74
XYZ2.66594.19224.0368
Yxy4.19220.24470.3848
Hunter Lab20.4749-12.58972.6429
CIE-Lab24.2969-21.77712.7882

#064235 color RGB value is (6,66,53).

#064235 hex color red value is 6, green value is 66 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #064235 hue: 0.46 , saturation: 0.83 and the lightness value of 064235 is 0.14.

The process color (four color CMYK) of #064235 color hex is 0.91, 0.00, 0.20, 0.74. Web safe color of #064235 is #003333. Color #064235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 00110101
Octal 6 102 65
Decimal 6 66 53
Hex 6 42 35

RGB Percentages of Color #064235

%4.80
%52.80
%42.40

CMYK Percentages of Color #064235

%91
%0
%20
%74

Triadic Colors of #064235

#064235 #350642 #423506

Analogous Colors of #064235

#064235 #063142 #064217

Monochromatic Colors of #064235

#064235

Complementary Color

#064235 #420613

#064235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064235 Color CSS Codes

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

#064235 Text Font Color

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

This sample text font color is #064235
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.


#064235 Background Color

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

This div background color is #064235


#064235 Border Color

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

This div border color is #064235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064235


Comments

No comments written yet.

Please login to write comment.