Color Hex Logo

#4d300f Color Hex

#4D300F
(77,48,15)
0 Favorites   0 Comments

Color spaces of #4d300f

RGB 774815
HSL0.090.670.18
HSV32°81°30°
CMYK 0.000.380.81   0.70
XYZ4.20373.72620.9496
Yxy3.72620.47340.4196
Hunter Lab19.30345.091110.5957
CIE-Lab22.74489.817825.6326

#4d300f color RGB value is (77,48,15).

#4d300f hex color red value is 77, green value is 48 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #4d300f hue: 0.09 , saturation: 0.67 and the lightness value of 4d300f is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110000 00001111
Octal 115 60 17
Decimal 77 48 15
Hex 4D 30 F

RGB Percentages of Color #4d300f

%55.00
%34.29
%10.71

CMYK Percentages of Color #4d300f

%0
%38
%81
%70

Triadic Colors of #4d300f

#4d300f #0f4d30 #300f4d

Analogous Colors of #4d300f

#4d300f #4b4d0f #4d110f

Monochromatic Colors of #4d300f

#4d300f

Complementary Color

#4d300f #0f2c4d

#4d300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d300f Color CSS Codes

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

#4d300f Text Font Color

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

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


#4d300f Background Color

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

This div background color is #4d300f


#4d300f Border Color

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

This div border color is #4d300f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d300f


Comments

No comments written yet.

Please login to write comment.