Color Hex Logo

#4d531a Color Hex

#4D531A
(77,83,26)
0 Favorites   0 Comments

Color spaces of #4d531a

RGB 778326
HSL0.180.520.21
HSV66°69°33°
CMYK 0.070.000.69   0.67
XYZ6.34037.83892.1562
Yxy7.83890.38810.4799
Hunter Lab27.9980-8.574315.0326
CIE-Lab33.6451-11.206531.4856

#4d531a color RGB value is (77,83,26).

#4d531a hex color red value is 77, green value is 83 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #4d531a hue: 0.18 , saturation: 0.52 and the lightness value of 4d531a is 0.21.

The process color (four color CMYK) of #4d531a color hex is 0.07, 0.00, 0.69, 0.67. Web safe color of #4d531a is #666633. Color #4d531a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010011 00011010
Octal 115 123 32
Decimal 77 83 26
Hex 4D 53 1A

RGB Percentages of Color #4d531a

%41.40
%44.62
%13.98

CMYK Percentages of Color #4d531a

%7
%0
%69
%67

Triadic Colors of #4d531a

#4d531a #1a4d53 #531a4d

Analogous Colors of #4d531a

#4d531a #31531a #533d1a

Monochromatic Colors of #4d531a

#4d531a

Complementary Color

#4d531a #201a53

#4d531a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d531a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d531a Color CSS Codes

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

#4d531a Text Font Color

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

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


#4d531a Background Color

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

This div background color is #4d531a


#4d531a Border Color

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

This div border color is #4d531a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,83,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d531a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d531a;
  -webkit-box-shadow: 1px 1px 3px 2px #4d531a;
  box-shadow:         1px 1px 3px 2px #4d531a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,83,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d531a


Comments

No comments written yet.

Please login to write comment.