Color Hex Logo

#4d130d Color Hex

#4D130D
(77,19,13)
0 Favorites   0 Comments

Color spaces of #4d130d

RGB 771913
HSL0.020.710.18
HSV83°30°
CMYK 0.000.750.83   0.70
XYZ3.36612.07260.6034
Yxy2.07260.55710.3430
Hunter Lab14.396516.54187.5926
CIE-Lab15.863726.853718.7206

#4d130d color RGB value is (77,19,13).

#4d130d hex color red value is 77, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #4d130d hue: 0.02 , saturation: 0.71 and the lightness value of 4d130d is 0.18.

The process color (four color CMYK) of #4d130d color hex is 0.00, 0.75, 0.83, 0.70. Web safe color of #4d130d is #660000. Color #4d130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010011 00001101
Octal 115 23 15
Decimal 77 19 13
Hex 4D 13 D

RGB Percentages of Color #4d130d

%70.64
%17.43
%11.93

CMYK Percentages of Color #4d130d

%0
%75
%83
%70

Triadic Colors of #4d130d

#4d130d #0d4d13 #130d4d

Analogous Colors of #4d130d

#4d130d #4d330d #4d0d27

Monochromatic Colors of #4d130d

#4d130d

Complementary Color

#4d130d #0d474d

#4d130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d130d Color CSS Codes

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

#4d130d Text Font Color

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

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


#4d130d Background Color

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

This div background color is #4d130d


#4d130d Border Color

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

This div border color is #4d130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d130d


Comments

No comments written yet.

Please login to write comment.