Color Hex Logo

#4e2530 Color Hex

#4E2530
(78,37,48)
0 Favorites   0 Comments

Color spaces of #4e2530

RGB 783748
HSL0.960.360.23
HSV344°53°31°
CMYK 0.000.530.38   0.69
XYZ4.33703.15623.1769
Yxy3.15620.40650.2958
Hunter Lab17.765712.48581.8336
CIE-Lab20.658920.65831.6338

#4e2530 color RGB value is (78,37,48).

#4e2530 hex color red value is 78, green value is 37 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #4e2530 hue: 0.96 , saturation: 0.36 and the lightness value of 4e2530 is 0.23.

The process color (four color CMYK) of #4e2530 color hex is 0.00, 0.53, 0.38, 0.69. Web safe color of #4e2530 is #663333. Color #4e2530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00100101 00110000
Octal 116 45 60
Decimal 78 37 48
Hex 4E 25 30

RGB Percentages of Color #4e2530

%47.85
%22.70
%29.45

CMYK Percentages of Color #4e2530

%0
%53
%38
%69

Triadic Colors of #4e2530

#4e2530 #304e25 #25304e

Analogous Colors of #4e2530

#4e2530 #4e2f25 #4e2545

Monochromatic Colors of #4e2530

#4e2530

Complementary Color

#4e2530 #254e43

#4e2530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e2530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e2530 Color CSS Codes

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

#4e2530 Text Font Color

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

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


#4e2530 Background Color

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

This div background color is #4e2530


#4e2530 Border Color

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

This div border color is #4e2530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e2530


Comments

No comments written yet.

Please login to write comment.