Color Hex Logo

#4d353a Color Hex

#4D353A
(77,53,58)
0 Favorites   0 Comments

Color spaces of #4d353a

RGB 775358
HSL0.970.180.25
HSV348°31°30°
CMYK 0.000.310.25   0.70
XYZ5.09744.42954.5893
Yxy4.42950.36110.3138
Hunter Lab21.04646.40131.8039
CIE-Lab25.043411.64491.1618

#4d353a color RGB value is (77,53,58).

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

The process color (four color CMYK) of #4d353a color hex is 0.00, 0.31, 0.25, 0.70. Web safe color of #4d353a is #663333. Color #4d353a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110101 00111010
Octal 115 65 72
Decimal 77 53 58
Hex 4D 35 3A

RGB Percentages of Color #4d353a

%40.96
%28.19
%30.85

CMYK Percentages of Color #4d353a

%0
%31
%25
%70

Triadic Colors of #4d353a

#4d353a #3a4d35 #353a4d

Analogous Colors of #4d353a

#4d353a #4d3c35 #4d3546

Monochromatic Colors of #4d353a

#4d353a

Complementary Color

#4d353a #354d48

#4d353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d353a Color CSS Codes

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

#4d353a Text Font Color

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

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


#4d353a Background Color

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

This div background color is #4d353a


#4d353a Border Color

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

This div border color is #4d353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d353a


Comments

No comments written yet.

Please login to write comment.