Color Hex Logo

#759453 Color Hex

#759453
(117,148,83)
0 Favorites   0 Comments

Color spaces of #759453

RGB 11714883
HSL0.250.280.45
HSV89°44°58°
CMYK 0.210.000.44   0.42
XYZ19.487425.586312.0952
Yxy25.58630.34090.4476
Hunter Lab50.5829-19.751821.2308
CIE-Lab57.6423-22.591230.8272

#759453 color RGB value is (117,148,83).

#759453 hex color red value is 117, green value is 148 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #759453 hue: 0.25 , saturation: 0.28 and the lightness value of 759453 is 0.45.

The process color (four color CMYK) of #759453 color hex is 0.21, 0.00, 0.44, 0.42. Web safe color of #759453 is #669966. Color #759453 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010100 01010011
Octal 165 224 123
Decimal 117 148 83
Hex 75 94 53

RGB Percentages of Color #759453

%33.62
%42.53
%23.85

CMYK Percentages of Color #759453

%21
%0
%44
%42

Triadic Colors of #759453

#759453 #537594 #945375

Analogous Colors of #759453

#759453 #559453 #949353

Monochromatic Colors of #759453

#759453

Complementary Color

#759453 #725394

#759453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759453 Color CSS Codes

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

#759453 Text Font Color

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

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


#759453 Background Color

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

This div background color is #759453


#759453 Border Color

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

This div border color is #759453


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,148,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759453


Comments

No comments written yet.

Please login to write comment.