Color Hex Logo

#46503a Color Hex

#46503A
(70,80,58)
0 Favorites   0 Comments

Color spaces of #46503a

RGB 708058
HSL0.240.160.27
HSV87°28°31°
CMYK 0.130.000.28   0.69
XYZ6.15827.34495.0961
Yxy7.34490.33110.3949
Hunter Lab27.1015-6.86757.8223
CIE-Lab32.5795-8.573811.6820

#46503a color RGB value is (70,80,58).

#46503a hex color red value is 70, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #46503a hue: 0.24 , saturation: 0.16 and the lightness value of 46503a is 0.27.

The process color (four color CMYK) of #46503a color hex is 0.13, 0.00, 0.28, 0.69. Web safe color of #46503a is #336633. Color #46503a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010000 00111010
Octal 106 120 72
Decimal 70 80 58
Hex 46 50 3A

RGB Percentages of Color #46503a

%33.65
%38.46
%27.88

CMYK Percentages of Color #46503a

%13
%0
%28
%69

Triadic Colors of #46503a

#46503a #3a4650 #503a46

Analogous Colors of #46503a

#46503a #3b503a #504f3a

Monochromatic Colors of #46503a

#46503a

Complementary Color

#46503a #443a50

#46503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46503a Color CSS Codes

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

#46503a Text Font Color

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

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


#46503a Background Color

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

This div background color is #46503a


#46503a Border Color

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

This div border color is #46503a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,80,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46503a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46503a;
  -webkit-box-shadow: 1px 1px 3px 2px #46503a;
  box-shadow:         1px 1px 3px 2px #46503a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,80,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46503a


Comments

No comments written yet.

Please login to write comment.