Color Hex Logo

#484310 Color Hex

#484310
(72,67,16)
0 Favorites   0 Comments

Color spaces of #484310

RGB 726716
HSL0.150.640.17
HSV55°78°28°
CMYK 0.000.070.78   0.72
XYZ4.77325.42941.2866
Yxy5.42940.41550.4726
Hunter Lab23.3011-4.211313.0370
CIE-Lab27.9247-4.860030.1784

#484310 color RGB value is (72,67,16).

#484310 hex color red value is 72, green value is 67 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #484310 hue: 0.15 , saturation: 0.64 and the lightness value of 484310 is 0.17.

The process color (four color CMYK) of #484310 color hex is 0.00, 0.07, 0.78, 0.72. Web safe color of #484310 is #333300. Color #484310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 00010000
Octal 110 103 20
Decimal 72 67 16
Hex 48 43 10

RGB Percentages of Color #484310

%46.45
%43.23
%10.32

CMYK Percentages of Color #484310

%0
%7
%78
%72

Triadic Colors of #484310

#484310 #104843 #431048

Analogous Colors of #484310

#484310 #314810 #482710

Monochromatic Colors of #484310

#484310

Complementary Color

#484310 #101548

#484310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484310 Color CSS Codes

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

#484310 Text Font Color

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

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


#484310 Background Color

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

This div background color is #484310


#484310 Border Color

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

This div border color is #484310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,67,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484310


Comments

No comments written yet.

Please login to write comment.