Color Hex Logo

#757330 Color Hex

#757330
(117,115,48)
0 Favorites   0 Comments

Color spaces of #757330

RGB 11711548
HSL0.160.420.32
HSV58°59°46°
CMYK 0.000.020.59   0.54
XYZ14.000416.25685.1963
Yxy16.25680.39490.4585
Hunter Lab40.3197-8.578120.5827
CIE-Lab47.3096-8.825436.6094

#757330 color RGB value is (117,115,48).

#757330 hex color red value is 117, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #757330 hue: 0.16 , saturation: 0.42 and the lightness value of 757330 is 0.32.

The process color (four color CMYK) of #757330 color hex is 0.00, 0.02, 0.59, 0.54. Web safe color of #757330 is #666633. Color #757330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 00110000
Octal 165 163 60
Decimal 117 115 48
Hex 75 73 30

RGB Percentages of Color #757330

%41.79
%41.07
%17.14

CMYK Percentages of Color #757330

%0
%2
%59
%54

Triadic Colors of #757330

#757330 #307573 #733075

Analogous Colors of #757330

#757330 #557530 #755130

Monochromatic Colors of #757330

#757330

Complementary Color

#757330 #303275

#757330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757330 Color CSS Codes

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

#757330 Text Font Color

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

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


#757330 Background Color

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

This div background color is #757330


#757330 Border Color

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

This div border color is #757330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757330


Comments

No comments written yet.

Please login to write comment.