Color Hex Logo

#484c0f Color Hex

#484C0F
(72,76,15)
0 Favorites   0 Comments

Color spaces of #484c0f

RGB 727615
HSL0.180.670.18
HSV64°80°30°
CMYK 0.050.000.80   0.70
XYZ5.34326.58111.4406
Yxy6.58110.39980.4924
Hunter Lab25.6537-7.715514.6281
CIE-Lab30.8336-10.329733.4443

#484c0f color RGB value is (72,76,15).

#484c0f hex color red value is 72, green value is 76 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #484c0f hue: 0.18 , saturation: 0.67 and the lightness value of 484c0f is 0.18.

The process color (four color CMYK) of #484c0f color hex is 0.05, 0.00, 0.80, 0.70. Web safe color of #484c0f is #333300. Color #484c0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 00001111
Octal 110 114 17
Decimal 72 76 15
Hex 48 4C F

RGB Percentages of Color #484c0f

%44.17
%46.63
%9.20

CMYK Percentages of Color #484c0f

%5
%0
%80
%70

Triadic Colors of #484c0f

#484c0f #0f484c #4c0f48

Analogous Colors of #484c0f

#484c0f #2a4c0f #4c320f

Monochromatic Colors of #484c0f

#484c0f

Complementary Color

#484c0f #130f4c

#484c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#484c0f Color CSS Codes

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

#484c0f Text Font Color

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

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


#484c0f Background Color

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

This div background color is #484c0f


#484c0f Border Color

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

This div border color is #484c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,76,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #484c0f;
  box-shadow:         1px 1px 3px 2px #484c0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484c0f


Comments

No comments written yet.

Please login to write comment.