Color Hex Logo

#4e334b Color Hex

#4E334B
(78,51,75)
0 Favorites   0 Comments

Color spaces of #4e334b

RGB 785175
HSL0.850.210.25
HSV307°35°31°
CMYK 0.000.350.04   0.69
XYZ5.59574.49547.2294
Yxy4.49540.32310.2595
Hunter Lab21.202410.0054-5.3745
CIE-Lab25.245916.7260-9.8725

#4e334b color RGB value is (78,51,75).

#4e334b hex color red value is 78, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #4e334b hue: 0.85 , saturation: 0.21 and the lightness value of 4e334b is 0.25.

The process color (four color CMYK) of #4e334b color hex is 0.00, 0.35, 0.04, 0.69. Web safe color of #4e334b is #663333. Color #4e334b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110011 01001011
Octal 116 63 113
Decimal 78 51 75
Hex 4E 33 4B

RGB Percentages of Color #4e334b

%38.24
%25.00
%36.76

CMYK Percentages of Color #4e334b

%0
%35
%4
%69

Triadic Colors of #4e334b

#4e334b #4b4e33 #334b4e

Analogous Colors of #4e334b

#4e334b #4e333e #44334e

Monochromatic Colors of #4e334b

#4e334b

Complementary Color

#4e334b #334e36

#4e334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e334b Color CSS Codes

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

#4e334b Text Font Color

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

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


#4e334b Background Color

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

This div background color is #4e334b


#4e334b Border Color

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

This div border color is #4e334b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,51,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e334b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e334b;
  -webkit-box-shadow: 1px 1px 3px 2px #4e334b;
  box-shadow:         1px 1px 3px 2px #4e334b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,51,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e334b


Comments

No comments written yet.

Please login to write comment.