Color Hex Logo

#4d3812 Color Hex

#4D3812
(77,56,18)
0 Favorites   0 Comments

Color spaces of #4d3812

RGB 775618
HSL0.110.620.19
HSV39°77°30°
CMYK 0.000.270.77   0.70
XYZ4.58394.44981.1896
Yxy4.44980.44840.4353
Hunter Lab21.09451.873111.4226
CIE-Lab25.10604.818126.4934

#4d3812 color RGB value is (77,56,18).

#4d3812 hex color red value is 77, green value is 56 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #4d3812 hue: 0.11 , saturation: 0.62 and the lightness value of 4d3812 is 0.19.

The process color (four color CMYK) of #4d3812 color hex is 0.00, 0.27, 0.77, 0.70. Web safe color of #4d3812 is #663300. Color #4d3812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111000 00010010
Octal 115 70 22
Decimal 77 56 18
Hex 4D 38 12

RGB Percentages of Color #4d3812

%50.99
%37.09
%11.92

CMYK Percentages of Color #4d3812

%0
%27
%77
%70

Triadic Colors of #4d3812

#4d3812 #124d38 #38124d

Analogous Colors of #4d3812

#4d3812 #454d12 #4d1b12

Monochromatic Colors of #4d3812

#4d3812

Complementary Color

#4d3812 #12274d

#4d3812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3812 Color CSS Codes

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

#4d3812 Text Font Color

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

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


#4d3812 Background Color

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

This div background color is #4d3812


#4d3812 Border Color

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

This div border color is #4d3812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3812


Comments

No comments written yet.

Please login to write comment.