Color Hex Logo

#4d3510 Color Hex

#4D3510
(77,53,16)
0 Favorites   0 Comments

Color spaces of #4d3510

RGB 775316
HSL0.100.660.18
HSV36°79°30°
CMYK 0.000.310.79   0.70
XYZ4.42724.16141.0601
Yxy4.16140.45880.4313
Hunter Lab20.39953.039811.1985
CIE-Lab24.19806.633726.6006

#4d3510 color RGB value is (77,53,16).

#4d3510 hex color red value is 77, green value is 53 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #4d3510 hue: 0.10 , saturation: 0.66 and the lightness value of 4d3510 is 0.18.

The process color (four color CMYK) of #4d3510 color hex is 0.00, 0.31, 0.79, 0.70. Web safe color of #4d3510 is #663300. Color #4d3510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110101 00010000
Octal 115 65 20
Decimal 77 53 16
Hex 4D 35 10

RGB Percentages of Color #4d3510

%52.74
%36.30
%10.96

CMYK Percentages of Color #4d3510

%0
%31
%79
%70

Triadic Colors of #4d3510

#4d3510 #104d35 #35104d

Analogous Colors of #4d3510

#4d3510 #464d10 #4d1710

Monochromatic Colors of #4d3510

#4d3510

Complementary Color

#4d3510 #10284d

#4d3510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3510 Color CSS Codes

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

#4d3510 Text Font Color

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

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


#4d3510 Background Color

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

This div background color is #4d3510


#4d3510 Border Color

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

This div border color is #4d3510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3510

#4d3510 Color Palettes


Comments

No comments written yet.

Please login to write comment.