Color Hex Logo

#9e753d Color Hex

#9E753D
(158,117,61)
0 Favorites   0 Comments

Color spaces of #9e753d

RGB 15811761
HSL0.100.440.43
HSV35°61°62°
CMYK 0.000.260.61   0.38
XYZ21.304120.32867.2158
Yxy20.32860.43610.4162
Hunter Lab45.08725.440022.0723
CIE-Lab52.20679.728936.6625

#9e753d color RGB value is (158,117,61).

#9e753d hex color red value is 158, green value is 117 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9e753d hue: 0.10 , saturation: 0.44 and the lightness value of 9e753d is 0.43.

The process color (four color CMYK) of #9e753d color hex is 0.00, 0.26, 0.61, 0.38. Web safe color of #9e753d is #996633. Color #9e753d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110101 00111101
Octal 236 165 75
Decimal 158 117 61
Hex 9E 75 3D

RGB Percentages of Color #9e753d

%47.02
%34.82
%18.15

CMYK Percentages of Color #9e753d

%0
%26
%61
%38

Triadic Colors of #9e753d

#9e753d #3d9e75 #753d9e

Analogous Colors of #9e753d

#9e753d #979e3d #9e443d

Monochromatic Colors of #9e753d

#9e753d

Complementary Color

#9e753d #3d669e

#9e753d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e753d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e753d Color CSS Codes

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

#9e753d Text Font Color

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

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


#9e753d Background Color

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

This div background color is #9e753d


#9e753d Border Color

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

This div border color is #9e753d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,117,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e753d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e753d;
  -webkit-box-shadow: 1px 1px 3px 2px #9e753d;
  box-shadow:         1px 1px 3px 2px #9e753d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e753d


Comments

No comments written yet.

Please login to write comment.