Color Hex Logo

#46694b Color Hex

#46694B
(70,105,75)
0 Favorites   0 Comments

Color spaces of #46694b

RGB 7010575
HSL0.360.200.34
HSV129°33°41°
CMYK 0.330.000.29   0.59
XYZ8.847411.91328.4898
Yxy11.91320.30250.4073
Hunter Lab34.5155-14.64709.5773
CIE-Lab41.0778-19.423812.9672

#46694b color RGB value is (70,105,75).

#46694b hex color red value is 70, green value is 105 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #46694b hue: 0.36 , saturation: 0.20 and the lightness value of 46694b is 0.34.

The process color (four color CMYK) of #46694b color hex is 0.33, 0.00, 0.29, 0.59. Web safe color of #46694b is #336633. Color #46694b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 01001011
Octal 106 151 113
Decimal 70 105 75
Hex 46 69 4B

RGB Percentages of Color #46694b

%28.00
%42.00
%30.00

CMYK Percentages of Color #46694b

%33
%0
%29
%59

Triadic Colors of #46694b

#46694b #4b4669 #694b46

Analogous Colors of #46694b

#46694b #46695d #536946

Monochromatic Colors of #46694b

#46694b

Complementary Color

#46694b #694664

#46694b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46694b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46694b Color CSS Codes

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

#46694b Text Font Color

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

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


#46694b Background Color

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

This div background color is #46694b


#46694b Border Color

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

This div border color is #46694b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,105,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46694b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46694b;
  -webkit-box-shadow: 1px 1px 3px 2px #46694b;
  box-shadow:         1px 1px 3px 2px #46694b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46694b


Comments

No comments written yet.

Please login to write comment.