Color Hex Logo

#483d08 Color Hex

#483D08
(72,61,8)
0 Favorites   0 Comments

Color spaces of #483d08

RGB 72618
HSL0.140.800.16
HSV50°89°28°
CMYK 0.000.150.89   0.72
XYZ4.38514.73270.9121
Yxy4.73270.43720.4719
Hunter Lab21.7548-2.090712.7425
CIE-Lab25.9592-1.529931.7112

#483d08 color RGB value is (72,61,8).

#483d08 hex color red value is 72, green value is 61 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #483d08 hue: 0.14 , saturation: 0.80 and the lightness value of 483d08 is 0.16.

The process color (four color CMYK) of #483d08 color hex is 0.00, 0.15, 0.89, 0.72. Web safe color of #483d08 is #333300. Color #483d08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 00001000
Octal 110 75 10
Decimal 72 61 8
Hex 48 3D 8

RGB Percentages of Color #483d08

%51.06
%43.26
%5.67

CMYK Percentages of Color #483d08

%0
%15
%89
%72

Triadic Colors of #483d08

#483d08 #08483d #3d0848

Analogous Colors of #483d08

#483d08 #334808 #481d08

Monochromatic Colors of #483d08

#483d08

Complementary Color

#483d08 #081348

#483d08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483d08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483d08 Color CSS Codes

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

#483d08 Text Font Color

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

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


#483d08 Background Color

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

This div background color is #483d08


#483d08 Border Color

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

This div border color is #483d08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483d08


Comments

No comments written yet.

Please login to write comment.