Color Hex Logo

#607258 Color Hex

#607258
(96,114,88)
0 Favorites   0 Comments

Color spaces of #607258

RGB 9611488
HSL0.280.130.40
HSV102°23°45°
CMYK 0.160.000.23   0.55
XYZ12.602615.226011.5072
Yxy15.22600.32040.3871
Hunter Lab39.0205-10.63519.8297
CIE-Lab45.9422-12.029212.2385

#607258 color RGB value is (96,114,88).

#607258 hex color red value is 96, green value is 114 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #607258 hue: 0.28 , saturation: 0.13 and the lightness value of 607258 is 0.40.

The process color (four color CMYK) of #607258 color hex is 0.16, 0.00, 0.23, 0.55. Web safe color of #607258 is #666666. Color #607258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110010 01011000
Octal 140 162 130
Decimal 96 114 88
Hex 60 72 58

RGB Percentages of Color #607258

%32.21
%38.26
%29.53

CMYK Percentages of Color #607258

%16
%0
%23
%55

Triadic Colors of #607258

#607258 #586072 #725860

Analogous Colors of #607258

#607258 #58725d #6d7258

Monochromatic Colors of #607258

#607258

Complementary Color

#607258 #6a5872

#607258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607258 Color CSS Codes

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

#607258 Text Font Color

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

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


#607258 Background Color

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

This div background color is #607258


#607258 Border Color

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

This div border color is #607258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,114,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607258


Comments

No comments written yet.

Please login to write comment.