Color Hex Logo

#75651e Color Hex

#75651E
(117,101,30)
0 Favorites   0 Comments

Color spaces of #75651e

RGB 11710130
HSL0.140.590.29
HSV49°74°46°
CMYK 0.000.140.74   0.54
XYZ12.224113.18303.1286
Yxy13.18300.42840.4620
Hunter Lab36.3084-3.443420.3070
CIE-Lab43.0377-2.088240.5315

#75651e color RGB value is (117,101,30).

#75651e hex color red value is 117, green value is 101 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #75651e hue: 0.14 , saturation: 0.59 and the lightness value of 75651e is 0.29.

The process color (four color CMYK) of #75651e color hex is 0.00, 0.14, 0.74, 0.54. Web safe color of #75651e is #666633. Color #75651e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 00011110
Octal 165 145 36
Decimal 117 101 30
Hex 75 65 1E

RGB Percentages of Color #75651e

%47.18
%40.73
%12.10

CMYK Percentages of Color #75651e

%0
%14
%74
%54

Triadic Colors of #75651e

#75651e #1e7565 #651e75

Analogous Colors of #75651e

#75651e #5a751e #753a1e

Monochromatic Colors of #75651e

#75651e

Complementary Color

#75651e #1e2e75

#75651e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75651e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75651e Color CSS Codes

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

#75651e Text Font Color

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

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


#75651e Background Color

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

This div background color is #75651e


#75651e Border Color

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

This div border color is #75651e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,101,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75651e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75651e;
  -webkit-box-shadow: 1px 1px 3px 2px #75651e;
  box-shadow:         1px 1px 3px 2px #75651e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75651e


Comments

No comments written yet.

Please login to write comment.