Color Hex Logo

#4d301e Color Hex

#4D301E
(77,48,30)
0 Favorites   0 Comments

Color spaces of #4d301e

RGB 774830
HSL0.060.440.21
HSV23°61°30°
CMYK 0.000.380.61   0.70
XYZ4.35193.78541.7296
Yxy3.78540.44110.3836
Hunter Lab19.45615.87838.3485
CIE-Lab22.948910.992016.8775

#4d301e color RGB value is (77,48,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110000 00011110
Octal 115 60 36
Decimal 77 48 30
Hex 4D 30 1E

RGB Percentages of Color #4d301e

%49.68
%30.97
%19.35

CMYK Percentages of Color #4d301e

%0
%38
%61
%70

Triadic Colors of #4d301e

#4d301e #1e4d30 #301e4d

Analogous Colors of #4d301e

#4d301e #4d481e #4d1e24

Monochromatic Colors of #4d301e

#4d301e

Complementary Color

#4d301e #1e3b4d

#4d301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d301e Color CSS Codes

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

#4d301e Text Font Color

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

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


#4d301e Background Color

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

This div background color is #4d301e


#4d301e Border Color

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

This div border color is #4d301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d301e


Comments

No comments written yet.

Please login to write comment.