Color Hex Logo

#758648 Color Hex

#758648
(117,134,72)
0 Favorites   0 Comments

Color spaces of #758648

RGB 11713472
HSL0.210.300.40
HSV76°46°53°
CMYK 0.130.000.46   0.47
XYZ17.030921.30009.3446
Yxy21.30000.35720.4468
Hunter Lab46.1519-14.896120.3016
CIE-Lab53.2763-16.721131.2226

#758648 color RGB value is (117,134,72).

#758648 hex color red value is 117, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #758648 hue: 0.21 , saturation: 0.30 and the lightness value of 758648 is 0.40.

The process color (four color CMYK) of #758648 color hex is 0.13, 0.00, 0.46, 0.47. Web safe color of #758648 is #669933. Color #758648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 01001000
Octal 165 206 110
Decimal 117 134 72
Hex 75 86 48

RGB Percentages of Color #758648

%36.22
%41.49
%22.29

CMYK Percentages of Color #758648

%13
%0
%46
%47

Triadic Colors of #758648

#758648 #487586 #864875

Analogous Colors of #758648

#758648 #568648 #867848

Monochromatic Colors of #758648

#758648

Complementary Color

#758648 #594886

#758648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758648 Color CSS Codes

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

#758648 Text Font Color

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

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


#758648 Background Color

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

This div background color is #758648


#758648 Border Color

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

This div border color is #758648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758648


Comments

No comments written yet.

Please login to write comment.