Color Hex Logo

#4d211e Color Hex

#4D211E
(77,33,30)
0 Favorites   0 Comments

Color spaces of #4d211e

RGB 773330
HSL0.010.440.21
HSV61°30°
CMYK 0.000.570.61   0.70
XYZ3.83882.75921.5586
Yxy2.75920.47060.3383
Hunter Lab16.610812.18286.0644
CIE-Lab19.052520.461011.8743

#4d211e color RGB value is (77,33,30).

#4d211e hex color red value is 77, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #4d211e hue: 0.01 , saturation: 0.44 and the lightness value of 4d211e is 0.21.

The process color (four color CMYK) of #4d211e color hex is 0.00, 0.57, 0.61, 0.70. Web safe color of #4d211e is #663333. Color #4d211e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100001 00011110
Octal 115 41 36
Decimal 77 33 30
Hex 4D 21 1E

RGB Percentages of Color #4d211e

%55.00
%23.57
%21.43

CMYK Percentages of Color #4d211e

%0
%57
%61
%70

Triadic Colors of #4d211e

#4d211e #1e4d21 #211e4d

Analogous Colors of #4d211e

#4d211e #4d391e #4d1e33

Monochromatic Colors of #4d211e

#4d211e

Complementary Color

#4d211e #1e4a4d

#4d211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d211e Color CSS Codes

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

#4d211e Text Font Color

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

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


#4d211e Background Color

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

This div background color is #4d211e


#4d211e Border Color

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

This div border color is #4d211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d211e


Comments

No comments written yet.

Please login to write comment.