Color Hex Logo

#486c6b Color Hex

#486C6B
(72,108,107)
0 Favorites   0 Comments

Color spaces of #486c6b

RGB 72108107
HSL0.500.200.35
HSV178°33°42°
CMYK 0.330.000.01   0.58
XYZ10.688913.164415.8875
Yxy13.16440.26900.3313
Hunter Lab36.2828-10.9088-0.5640
CIE-Lab43.0099-13.0100-3.5507

#486c6b color RGB value is (72,108,107).

#486c6b hex color red value is 72, green value is 108 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #486c6b hue: 0.50 , saturation: 0.20 and the lightness value of 486c6b is 0.35.

The process color (four color CMYK) of #486c6b color hex is 0.33, 0.00, 0.01, 0.58. Web safe color of #486c6b is #336666. Color #486c6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 01101011
Octal 110 154 153
Decimal 72 108 107
Hex 48 6C 6B

RGB Percentages of Color #486c6b

%25.09
%37.63
%37.28

CMYK Percentages of Color #486c6b

%33
%0
%1
%58

Triadic Colors of #486c6b

#486c6b #6b486c #6c6b48

Analogous Colors of #486c6b

#486c6b #485b6c #486c59

Monochromatic Colors of #486c6b

#486c6b

Complementary Color

#486c6b #6c4849

#486c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c6b Color CSS Codes

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

#486c6b Text Font Color

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

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


#486c6b Background Color

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

This div background color is #486c6b


#486c6b Border Color

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

This div border color is #486c6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,108,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486c6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486c6b;
  -webkit-box-shadow: 1px 1px 3px 2px #486c6b;
  box-shadow:         1px 1px 3px 2px #486c6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c6b


Comments

No comments written yet.

Please login to write comment.