Color Hex Logo

#484030 Color Hex

#484030
(72,64,48)
0 Favorites   0 Comments

Color spaces of #484030

RGB 726448
HSL0.110.200.24
HSV40°33°28°
CMYK 0.000.110.33   0.72
XYZ5.03945.25793.5456
Yxy5.25790.36400.3798
Hunter Lab22.9301-0.89846.8833
CIE-Lab27.45720.522311.0598

#484030 color RGB value is (72,64,48).

#484030 hex color red value is 72, green value is 64 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #484030 hue: 0.11 , saturation: 0.20 and the lightness value of 484030 is 0.24.

The process color (four color CMYK) of #484030 color hex is 0.00, 0.11, 0.33, 0.72. Web safe color of #484030 is #333333. Color #484030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 00110000
Octal 110 100 60
Decimal 72 64 48
Hex 48 40 30

RGB Percentages of Color #484030

%39.13
%34.78
%26.09

CMYK Percentages of Color #484030

%0
%11
%33
%72

Triadic Colors of #484030

#484030 #304840 #403048

Analogous Colors of #484030

#484030 #444830 #483430

Monochromatic Colors of #484030

#484030

Complementary Color

#484030 #303848

#484030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484030 Color CSS Codes

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

#484030 Text Font Color

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

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


#484030 Background Color

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

This div background color is #484030


#484030 Border Color

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

This div border color is #484030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484030


Comments

No comments written yet.

Please login to write comment.