Color Hex Logo

#758253 Color Hex

#758253
(117,130,83)
0 Favorites   0 Comments

Color spaces of #758253

RGB 11713083
HSL0.210.220.42
HSV77°36°51°
CMYK 0.100.000.36   0.49
XYZ16.880120.371711.2261
Yxy20.37170.34820.4202
Hunter Lab45.1350-12.228916.8478
CIE-Lab52.2549-13.153023.8988

#758253 color RGB value is (117,130,83).

#758253 hex color red value is 117, green value is 130 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #758253 hue: 0.21 , saturation: 0.22 and the lightness value of 758253 is 0.42.

The process color (four color CMYK) of #758253 color hex is 0.10, 0.00, 0.36, 0.49. Web safe color of #758253 is #669966. Color #758253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 01010011
Octal 165 202 123
Decimal 117 130 83
Hex 75 82 53

RGB Percentages of Color #758253

%35.45
%39.39
%25.15

CMYK Percentages of Color #758253

%10
%0
%36
%49

Triadic Colors of #758253

#758253 #537582 #825375

Analogous Colors of #758253

#758253 #5e8253 #827853

Monochromatic Colors of #758253

#758253

Complementary Color

#758253 #605382

#758253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758253 Color CSS Codes

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

#758253 Text Font Color

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

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


#758253 Background Color

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

This div background color is #758253


#758253 Border Color

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

This div border color is #758253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758253


Comments

No comments written yet.

Please login to write comment.