Color Hex Logo

#486453 Color Hex

#486453
(72,100,83)
0 Favorites   0 Comments

Color spaces of #486453

RGB 7210083
HSL0.400.160.34
HSV144°28°39°
CMYK 0.280.000.17   0.61
XYZ8.791011.11669.8660
Yxy11.11660.29530.3734
Hunter Lab33.3416-11.28365.7948
CIE-Lab39.7762-14.29576.3353

#486453 color RGB value is (72,100,83).

#486453 hex color red value is 72, green value is 100 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #486453 hue: 0.40 , saturation: 0.16 and the lightness value of 486453 is 0.34.

The process color (four color CMYK) of #486453 color hex is 0.28, 0.00, 0.17, 0.61. Web safe color of #486453 is #336666. Color #486453 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100100 01010011
Octal 110 144 123
Decimal 72 100 83
Hex 48 64 53

RGB Percentages of Color #486453

%28.24
%39.22
%32.55

CMYK Percentages of Color #486453

%28
%0
%17
%61

Triadic Colors of #486453

#486453 #534864 #645348

Analogous Colors of #486453

#486453 #486461 #4b6448

Monochromatic Colors of #486453

#486453

Complementary Color

#486453 #644859

#486453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486453 Color CSS Codes

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

#486453 Text Font Color

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

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


#486453 Background Color

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

This div background color is #486453


#486453 Border Color

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

This div border color is #486453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486453

#486453 Color Palettes


Comments

No comments written yet.

Please login to write comment.