Color Hex Logo

#065948 Color Hex

#065948
(6,89,72)
0 Favorites   0 Comments

Color spaces of #065948

RGB 68972
HSL0.470.870.19
HSV168°93°35°
CMYK 0.930.000.19   0.65
XYZ4.81727.65147.3539
Yxy7.65140.24300.3860
Hunter Lab27.6612-17.32123.6002
CIE-Lab33.2461-27.23193.4586

#065948 color RGB value is (6,89,72).

#065948 hex color red value is 6, green value is 89 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #065948 hue: 0.47 , saturation: 0.87 and the lightness value of 065948 is 0.19.

The process color (four color CMYK) of #065948 color hex is 0.93, 0.00, 0.19, 0.65. Web safe color of #065948 is #006633. Color #065948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011001 01001000
Octal 6 131 110
Decimal 6 89 72
Hex 6 59 48

RGB Percentages of Color #065948

%3.59
%53.29
%43.11

CMYK Percentages of Color #065948

%93
%0
%19
%65

Triadic Colors of #065948

#065948 #480659 #594806

Analogous Colors of #065948

#065948 #064059 #06591f

Monochromatic Colors of #065948

#065948

Complementary Color

#065948 #590617

#065948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065948 Color CSS Codes

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

#065948 Text Font Color

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

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


#065948 Background Color

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

This div background color is #065948


#065948 Border Color

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

This div border color is #065948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065948


Comments

No comments written yet.

Please login to write comment.