Color Hex Logo

#4d1d12 Color Hex

#4D1D12
(77,29,18)
0 Favorites   0 Comments

Color spaces of #4d1d12

RGB 772918
HSL0.030.620.19
HSV11°77°30°
CMYK 0.000.620.77   0.70
XYZ3.60912.50020.8646
Yxy2.50020.51750.3585
Hunter Lab15.812013.07177.8264
CIE-Lab17.919521.852318.5290

#4d1d12 color RGB value is (77,29,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00011101 00010010
Octal 115 35 22
Decimal 77 29 18
Hex 4D 1D 12

RGB Percentages of Color #4d1d12

%62.10
%23.39
%14.52

CMYK Percentages of Color #4d1d12

%0
%62
%77
%70

Triadic Colors of #4d1d12

#4d1d12 #124d1d #1d124d

Analogous Colors of #4d1d12

#4d1d12 #4d3b12 #4d1224

Monochromatic Colors of #4d1d12

#4d1d12

Complementary Color

#4d1d12 #12424d

#4d1d12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d1d12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d1d12 Color CSS Codes

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

#4d1d12 Text Font Color

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

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


#4d1d12 Background Color

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

This div background color is #4d1d12


#4d1d12 Border Color

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

This div border color is #4d1d12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,29,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 #4d1d12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d1d12


Comments

No comments written yet.

Please login to write comment.