Color Hex Logo

#483719 Color Hex

#483719
(72,55,25)
0 Favorites   0 Comments

Color spaces of #483719

RGB 725525
HSL0.110.480.19
HSV38°65°28°
CMYK 0.000.240.65   0.72
XYZ4.21414.18031.5045
Yxy4.18030.42570.4223
Hunter Lab20.44581.01079.9492
CIE-Lab24.25883.437821.4191

#483719 color RGB value is (72,55,25).

#483719 hex color red value is 72, green value is 55 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #483719 hue: 0.11 , saturation: 0.48 and the lightness value of 483719 is 0.19.

The process color (four color CMYK) of #483719 color hex is 0.00, 0.24, 0.65, 0.72. Web safe color of #483719 is #333300. Color #483719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 00011001
Octal 110 67 31
Decimal 72 55 25
Hex 48 37 19

RGB Percentages of Color #483719

%47.37
%36.18
%16.45

CMYK Percentages of Color #483719

%0
%24
%65
%72

Triadic Colors of #483719

#483719 #194837 #371948

Analogous Colors of #483719

#483719 #424819 #482019

Monochromatic Colors of #483719

#483719

Complementary Color

#483719 #192a48

#483719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483719 Color CSS Codes

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

#483719 Text Font Color

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

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


#483719 Background Color

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

This div background color is #483719


#483719 Border Color

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

This div border color is #483719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483719


Comments

No comments written yet.

Please login to write comment.