Color Hex Logo

#4e826b Color Hex

#4E826B
(78,130,107)
0 Favorites   0 Comments

Color spaces of #4e826b

RGB 78130107
HSL0.430.250.41
HSV153°40°51°
CMYK 0.400.000.18   0.49
XYZ13.778418.646516.7829
Yxy18.64650.28000.3789
Hunter Lab43.1816-18.61197.1835
CIE-Lab50.2710-22.99337.0265

#4e826b color RGB value is (78,130,107).

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

The process color (four color CMYK) of #4e826b color hex is 0.40, 0.00, 0.18, 0.49. Web safe color of #4e826b is #669966. Color #4e826b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000010 01101011
Octal 116 202 153
Decimal 78 130 107
Hex 4E 82 6B

RGB Percentages of Color #4e826b

%24.76
%41.27
%33.97

CMYK Percentages of Color #4e826b

%40
%0
%18
%49

Triadic Colors of #4e826b

#4e826b #6b4e82 #826b4e

Analogous Colors of #4e826b

#4e826b #4e7f82 #4e8251

Monochromatic Colors of #4e826b

#4e826b

Complementary Color

#4e826b #824e65

#4e826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e826b Color CSS Codes

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

#4e826b Text Font Color

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

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


#4e826b Background Color

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

This div background color is #4e826b


#4e826b Border Color

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

This div border color is #4e826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e826b


Comments

No comments written yet.

Please login to write comment.