color codes Logo

#4e863d color codes

#4E863D
(78,134,61)
0 Favorites   0 Comments

Color spaces of #4e863d

RGB 7813461
HSL0.290.370.38
HSV106°54°53°
CMYK 0.420.000.54   0.47
XYZ12.509319.00687.4243
Yxy19.00680.32120.4881
Hunter Lab43.5968-25.077120.4210
CIE-Lab50.6952-33.146833.2842

#4e863d color RGB value is (78,134,61).

#4e863d hex color red value is 78, green value is 134 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4e863d hue: 0.29 , saturation: 0.37 and the lightness value of 4e863d is 0.38.

The process color (four color CMYK) of #4e863d color code is 0.42, 0.00, 0.54, 0.47. Web safe color of #4e863d is #669933. Color #4e863d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000110 00111101
Octal 116 206 75
Decimal 78 134 61
Hex 4E 86 3D

RGB Percentages of Color #4e863d

%28.57
%49.08
%22.34

CMYK Percentages of Color #4e863d

%42
%0
%54
%47

Triadic Colors of #4e863d

#4e863d #3d4e86 #863d4e

Analogous Colors of #4e863d

#4e863d #3d8651 #73863d

Monochromatic Colors of #4e863d

#4e863d

Complementary Color

#4e863d #753d86

#4e863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e863d Color CSS Codes

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

#4e863d Text Font Color

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

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


#4e863d Background Color

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

This div background color is #4e863d


#4e863d Border Color

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

This div border color is #4e863d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e863d


Comments

No comments written yet.

Please login to write comment.