Color Hex Logo

#48431a Color Hex

#48431A
(72,67,26)
0 Favorites   0 Comments

Color spaces of #48431a

RGB 726726
HSL0.150.470.19
HSV53°64°28°
CMYK 0.000.070.64   0.72
XYZ4.86615.46661.7760
Yxy5.46660.40190.4515
Hunter Lab23.3808-3.766211.8629
CIE-Lab28.0248-4.102325.1834

#48431a color RGB value is (72,67,26).

#48431a hex color red value is 72, green value is 67 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #48431a hue: 0.15 , saturation: 0.47 and the lightness value of 48431a is 0.19.

The process color (four color CMYK) of #48431a color hex is 0.00, 0.07, 0.64, 0.72. Web safe color of #48431a is #333333. Color #48431a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 00011010
Octal 110 103 32
Decimal 72 67 26
Hex 48 43 1A

RGB Percentages of Color #48431a

%43.64
%40.61
%15.76

CMYK Percentages of Color #48431a

%0
%7
%64
%72

Triadic Colors of #48431a

#48431a #1a4843 #431a48

Analogous Colors of #48431a

#48431a #36481a #482c1a

Monochromatic Colors of #48431a

#48431a

Complementary Color

#48431a #1a1f48

#48431a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48431a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48431a Color CSS Codes

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

#48431a Text Font Color

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

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


#48431a Background Color

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

This div background color is #48431a


#48431a Border Color

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

This div border color is #48431a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48431a


Comments

No comments written yet.

Please login to write comment.