Color Hex Logo

#606348 Color Hex

#606348
(96,99,72)
0 Favorites   0 Comments

Color spaces of #606348

RGB 969972
HSL0.190.160.34
HSV67°27°39°
CMYK 0.030.000.27   0.61
XYZ10.455411.87847.8726
Yxy11.87840.34610.3932
Hunter Lab34.4651-6.163710.5824
CIE-Lab41.0222-6.212614.9941

#606348 color RGB value is (96,99,72).

#606348 hex color red value is 96, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #606348 hue: 0.19 , saturation: 0.16 and the lightness value of 606348 is 0.34.

The process color (four color CMYK) of #606348 color hex is 0.03, 0.00, 0.27, 0.61. Web safe color of #606348 is #666633. Color #606348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 01001000
Octal 140 143 110
Decimal 96 99 72
Hex 60 63 48

RGB Percentages of Color #606348

%35.96
%37.08
%26.97

CMYK Percentages of Color #606348

%3
%0
%27
%61

Triadic Colors of #606348

#606348 #486063 #634860

Analogous Colors of #606348

#606348 #536348 #635948

Monochromatic Colors of #606348

#606348

Complementary Color

#606348 #4b4863

#606348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606348 Color CSS Codes

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

#606348 Text Font Color

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

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


#606348 Background Color

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

This div background color is #606348


#606348 Border Color

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

This div border color is #606348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,99,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 #606348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606348


Comments

No comments written yet.

Please login to write comment.