Color Hex Logo

#46654b Color Hex

#46654B
(70,101,75)
0 Favorites   0 Comments

Color spaces of #46654b

RGB 7010175
HSL0.360.180.34
HSV130°31°40°
CMYK 0.310.000.26   0.60
XYZ8.449511.11758.3572
Yxy11.11750.30260.3981
Hunter Lab33.3429-13.11608.4794
CIE-Lab39.7777-17.268911.1727

#46654b color RGB value is (70,101,75).

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

The process color (four color CMYK) of #46654b color hex is 0.31, 0.00, 0.26, 0.60. Web safe color of #46654b is #336633. Color #46654b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 01001011
Octal 106 145 113
Decimal 70 101 75
Hex 46 65 4B

RGB Percentages of Color #46654b

%28.46
%41.06
%30.49

CMYK Percentages of Color #46654b

%31
%0
%26
%60

Triadic Colors of #46654b

#46654b #4b4665 #654b46

Analogous Colors of #46654b

#46654b #46655b #516546

Monochromatic Colors of #46654b

#46654b

Complementary Color

#46654b #654660

#46654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46654b Color CSS Codes

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

#46654b Text Font Color

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

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


#46654b Background Color

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

This div background color is #46654b


#46654b Border Color

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

This div border color is #46654b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,101,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 #46654b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46654b


Comments

No comments written yet.

Please login to write comment.