Color Hex Logo

#4e806b Color Hex

#4E806B
(78,128,107)
1 Favorites   0 Comments

Color spaces of #4e806b

RGB 78128107
HSL0.430.240.40
HSV155°39°50°
CMYK 0.390.000.16   0.50
XYZ13.514918.119616.6950
Yxy18.11960.27960.3749
Hunter Lab42.5671-17.81946.5432
CIE-Lab49.6408-21.96226.1275

#4e806b color RGB value is (78,128,107).

#4e806b hex color red value is 78, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4e806b hue: 0.43 , saturation: 0.24 and the lightness value of 4e806b is 0.40.

The process color (four color CMYK) of #4e806b color hex is 0.39, 0.00, 0.16, 0.50. Web safe color of #4e806b is #669966. Color #4e806b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000000 01101011
Octal 116 200 153
Decimal 78 128 107
Hex 4E 80 6B

RGB Percentages of Color #4e806b

%24.92
%40.89
%34.19

CMYK Percentages of Color #4e806b

%39
%0
%16
%50

Triadic Colors of #4e806b

#4e806b #6b4e80 #806b4e

Analogous Colors of #4e806b

#4e806b #4e7c80 #4e8052

Monochromatic Colors of #4e806b

#4e806b

Complementary Color

#4e806b #804e63

#4e806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e806b Color CSS Codes

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

#4e806b Text Font Color

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

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


#4e806b Background Color

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

This div background color is #4e806b


#4e806b Border Color

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

This div border color is #4e806b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,128,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e806b


Comments

No comments written yet.

Please login to write comment.