Color Hex Logo

#483f13 Color Hex

#483F13
(72,63,19)
0 Favorites   0 Comments

Color spaces of #483f13

RGB 726319
HSL0.140.580.18
HSV50°74°28°
CMYK 0.000.130.74   0.72
XYZ4.56754.97971.3365
Yxy4.97970.41970.4575
Hunter Lab22.3152-2.516212.0697
CIE-Lab26.6769-2.170327.4455

#483f13 color RGB value is (72,63,19).

#483f13 hex color red value is 72, green value is 63 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #483f13 hue: 0.14 , saturation: 0.58 and the lightness value of 483f13 is 0.18.

The process color (four color CMYK) of #483f13 color hex is 0.00, 0.13, 0.74, 0.72. Web safe color of #483f13 is #333300. Color #483f13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111111 00010011
Octal 110 77 23
Decimal 72 63 19
Hex 48 3F 13

RGB Percentages of Color #483f13

%46.75
%40.91
%12.34

CMYK Percentages of Color #483f13

%0
%13
%74
%72

Triadic Colors of #483f13

#483f13 #13483f #3f1348

Analogous Colors of #483f13

#483f13 #374813 #482513

Monochromatic Colors of #483f13

#483f13

Complementary Color

#483f13 #131c48

#483f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483f13 Color CSS Codes

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

#483f13 Text Font Color

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

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


#483f13 Background Color

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

This div background color is #483f13


#483f13 Border Color

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

This div border color is #483f13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483f13


Comments

No comments written yet.

Please login to write comment.