Color Hex Logo

#48430e Color Hex

#48430E
(72,67,14)
0 Favorites   0 Comments

Color spaces of #48430e

RGB 726714
HSL0.150.670.17
HSV55°81°28°
CMYK 0.000.070.81   0.72
XYZ4.75895.42371.2115
Yxy5.42370.41770.4760
Hunter Lab23.2888-4.280313.2179
CIE-Lab27.9093-4.978131.0561

#48430e color RGB value is (72,67,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 00001110
Octal 110 103 16
Decimal 72 67 14
Hex 48 43 E

RGB Percentages of Color #48430e

%47.06
%43.79
%9.15

CMYK Percentages of Color #48430e

%0
%7
%81
%72

Triadic Colors of #48430e

#48430e #0e4843 #430e48

Analogous Colors of #48430e

#48430e #30480e #48260e

Monochromatic Colors of #48430e

#48430e

Complementary Color

#48430e #0e1348

#48430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48430e Color CSS Codes

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

#48430e Text Font Color

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

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


#48430e Background Color

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

This div background color is #48430e


#48430e Border Color

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

This div border color is #48430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48430e


Comments

No comments written yet.

Please login to write comment.