Color Hex Logo

#4d301d Color Hex

#4D301D
(77,48,29)
0 Favorites   0 Comments

Color spaces of #4d301d

RGB 774829
HSL0.070.450.21
HSV24°62°30°
CMYK 0.000.380.62   0.70
XYZ4.33933.78041.6634
Yxy3.78040.44360.3864
Hunter Lab19.44335.81158.5379
CIE-Lab22.931710.893217.4978

#4d301d color RGB value is (77,48,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110000 00011101
Octal 115 60 35
Decimal 77 48 29
Hex 4D 30 1D

RGB Percentages of Color #4d301d

%50.00
%31.17
%18.83

CMYK Percentages of Color #4d301d

%0
%38
%62
%70

Triadic Colors of #4d301d

#4d301d #1d4d30 #301d4d

Analogous Colors of #4d301d

#4d301d #4d481d #4d1d22

Monochromatic Colors of #4d301d

#4d301d

Complementary Color

#4d301d #1d3a4d

#4d301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d301d Color CSS Codes

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

#4d301d Text Font Color

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

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


#4d301d Background Color

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

This div background color is #4d301d


#4d301d Border Color

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

This div border color is #4d301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d301d


Comments

No comments written yet.

Please login to write comment.