Color Hex Logo

#4d3013 Color Hex

#4D3013
(77,48,19)
0 Favorites   0 Comments

Color spaces of #4d3013

RGB 774819
HSL0.080.600.19
HSV30°75°30°
CMYK 0.000.380.75   0.70
XYZ4.23513.73871.1145
Yxy3.73870.46600.4114
Hunter Lab19.33575.259310.1176
CIE-Lab22.788110.070423.4513

#4d3013 color RGB value is (77,48,19).

#4d3013 hex color red value is 77, green value is 48 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #4d3013 hue: 0.08 , saturation: 0.60 and the lightness value of 4d3013 is 0.19.

The process color (four color CMYK) of #4d3013 color hex is 0.00, 0.38, 0.75, 0.70. Web safe color of #4d3013 is #663300. Color #4d3013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110000 00010011
Octal 115 60 23
Decimal 77 48 19
Hex 4D 30 13

RGB Percentages of Color #4d3013

%53.47
%33.33
%13.19

CMYK Percentages of Color #4d3013

%0
%38
%75
%70

Triadic Colors of #4d3013

#4d3013 #134d30 #30134d

Analogous Colors of #4d3013

#4d3013 #4d4d13 #4d1313

Monochromatic Colors of #4d3013

#4d3013

Complementary Color

#4d3013 #13304d

#4d3013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3013 Color CSS Codes

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

#4d3013 Text Font Color

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

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


#4d3013 Background Color

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

This div background color is #4d3013


#4d3013 Border Color

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

This div border color is #4d3013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3013


Comments

No comments written yet.

Please login to write comment.