Color Hex Logo

#483f1a Color Hex

#483F1A
(72,63,26)
0 Favorites   0 Comments

Color spaces of #483f1a

RGB 726326
HSL0.130.470.19
HSV48°64°28°
CMYK 0.000.130.64   0.72
XYZ4.63645.00731.6994
Yxy5.00730.40870.4414
Hunter Lab22.3770-2.175511.1612
CIE-Lab26.7556-1.600023.7351

#483f1a color RGB value is (72,63,26).

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

The process color (four color CMYK) of #483f1a color hex is 0.00, 0.13, 0.64, 0.72. Web safe color of #483f1a is #333333. Color #483f1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111111 00011010
Octal 110 77 32
Decimal 72 63 26
Hex 48 3F 1A

RGB Percentages of Color #483f1a

%44.72
%39.13
%16.15

CMYK Percentages of Color #483f1a

%0
%13
%64
%72

Triadic Colors of #483f1a

#483f1a #1a483f #3f1a48

Analogous Colors of #483f1a

#483f1a #3a481a #48281a

Monochromatic Colors of #483f1a

#483f1a

Complementary Color

#483f1a #1a2348

#483f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#483f1a Color CSS Codes

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

#483f1a Text Font Color

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

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


#483f1a Background Color

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

This div background color is #483f1a


#483f1a Border Color

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

This div border color is #483f1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483f1a


Comments

No comments written yet.

Please login to write comment.