Color Hex Logo

#485443 Color Hex

#485443
(72,84,67)
0 Favorites   0 Comments

Color spaces of #485443

RGB 728467
HSL0.280.110.30
HSV102°20°33°
CMYK 0.140.000.20   0.67
XYZ6.85598.12366.5169
Yxy8.12360.31890.3779
Hunter Lab28.5019-6.94176.3948
CIE-Lab34.2390-8.41228.3859

#485443 color RGB value is (72,84,67).

#485443 hex color red value is 72, green value is 84 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #485443 hue: 0.28 , saturation: 0.11 and the lightness value of 485443 is 0.30.

The process color (four color CMYK) of #485443 color hex is 0.14, 0.00, 0.20, 0.67. Web safe color of #485443 is #336633. Color #485443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 01000011
Octal 110 124 103
Decimal 72 84 67
Hex 48 54 43

RGB Percentages of Color #485443

%32.29
%37.67
%30.04

CMYK Percentages of Color #485443

%14
%0
%20
%67

Triadic Colors of #485443

#485443 #434854 #544348

Analogous Colors of #485443

#485443 #435447 #515443

Monochromatic Colors of #485443

#485443

Complementary Color

#485443 #4f4354

#485443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485443 Color CSS Codes

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

#485443 Text Font Color

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

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


#485443 Background Color

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

This div background color is #485443


#485443 Border Color

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

This div border color is #485443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485443


Comments

No comments written yet.

Please login to write comment.