Color Hex Logo

#5e634b Color Hex

#5E634B
(94,99,75)
0 Favorites   0 Comments

Color spaces of #5e634b

RGB 949975
HSL0.200.140.34
HSV73°24°39°
CMYK 0.050.000.24   0.61
XYZ10.347911.81148.3910
Yxy11.81140.33870.3866
Hunter Lab34.3677-6.39839.5815
CIE-Lab40.9148-6.573513.0188

#5e634b color RGB value is (94,99,75).

#5e634b hex color red value is 94, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5e634b hue: 0.20 , saturation: 0.14 and the lightness value of 5e634b is 0.34.

The process color (four color CMYK) of #5e634b color hex is 0.05, 0.00, 0.24, 0.61. Web safe color of #5e634b is #666633. Color #5e634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100011 01001011
Octal 136 143 113
Decimal 94 99 75
Hex 5E 63 4B

RGB Percentages of Color #5e634b

%35.07
%36.94
%27.99

CMYK Percentages of Color #5e634b

%5
%0
%24
%61

Triadic Colors of #5e634b

#5e634b #4b5e63 #634b5e

Analogous Colors of #5e634b

#5e634b #52634b #635c4b

Monochromatic Colors of #5e634b

#5e634b

Complementary Color

#5e634b #504b63

#5e634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e634b Color CSS Codes

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

#5e634b Text Font Color

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

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


#5e634b Background Color

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

This div background color is #5e634b


#5e634b Border Color

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

This div border color is #5e634b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,99,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e634b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e634b;
  -webkit-box-shadow: 1px 1px 3px 2px #5e634b;
  box-shadow:         1px 1px 3px 2px #5e634b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,99,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e634b


Comments

No comments written yet.

Please login to write comment.