Color Hex Logo

#4d382b Color Hex

#4D382B
(77,56,43)
0 Favorites   0 Comments

Color spaces of #4d382b

RGB 775643
HSL0.060.280.24
HSV23°44°30°
CMYK 0.000.270.44   0.70
XYZ4.91084.58052.9108
Yxy4.58050.39600.3693
Hunter Lab21.40213.50396.9177
CIE-Lab25.50457.327511.7578

#4d382b color RGB value is (77,56,43).

#4d382b hex color red value is 77, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4d382b hue: 0.06 , saturation: 0.28 and the lightness value of 4d382b is 0.24.

The process color (four color CMYK) of #4d382b color hex is 0.00, 0.27, 0.44, 0.70. Web safe color of #4d382b is #663333. Color #4d382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111000 00101011
Octal 115 70 53
Decimal 77 56 43
Hex 4D 38 2B

RGB Percentages of Color #4d382b

%43.75
%31.82
%24.43

CMYK Percentages of Color #4d382b

%0
%27
%44
%70

Triadic Colors of #4d382b

#4d382b #2b4d38 #382b4d

Analogous Colors of #4d382b

#4d382b #4d492b #4d2b2f

Monochromatic Colors of #4d382b

#4d382b

Complementary Color

#4d382b #2b404d

#4d382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d382b Color CSS Codes

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

#4d382b Text Font Color

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

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


#4d382b Background Color

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

This div background color is #4d382b


#4d382b Border Color

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

This div border color is #4d382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d382b


Comments

No comments written yet.

Please login to write comment.