Color Hex Logo

#4e601e Color Hex

#4E601E
(78,96,30)
0 Favorites   0 Comments

Color spaces of #4e601e

RGB 789630
HSL0.210.520.25
HSV76°69°38°
CMYK 0.190.000.69   0.62
XYZ7.559110.07922.7754
Yxy10.07920.37030.4937
Hunter Lab31.7478-13.058017.0403
CIE-Lab37.9842-17.669734.2164

#4e601e color RGB value is (78,96,30).

#4e601e hex color red value is 78, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #4e601e hue: 0.21 , saturation: 0.52 and the lightness value of 4e601e is 0.25.

The process color (four color CMYK) of #4e601e color hex is 0.19, 0.00, 0.69, 0.62. Web safe color of #4e601e is #666633. Color #4e601e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100000 00011110
Octal 116 140 36
Decimal 78 96 30
Hex 4E 60 1E

RGB Percentages of Color #4e601e

%38.24
%47.06
%14.71

CMYK Percentages of Color #4e601e

%19
%0
%69
%62

Triadic Colors of #4e601e

#4e601e #1e4e60 #601e4e

Analogous Colors of #4e601e

#4e601e #2d601e #60511e

Monochromatic Colors of #4e601e

#4e601e

Complementary Color

#4e601e #301e60

#4e601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e601e Color CSS Codes

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

#4e601e Text Font Color

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

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


#4e601e Background Color

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

This div background color is #4e601e


#4e601e Border Color

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

This div border color is #4e601e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,96,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e601e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e601e;
  -webkit-box-shadow: 1px 1px 3px 2px #4e601e;
  box-shadow:         1px 1px 3px 2px #4e601e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e601e


Comments

No comments written yet.

Please login to write comment.