Color Hex Logo

#46584b Color Hex

#46584B
(70,88,75)
0 Favorites   0 Comments

Color spaces of #46584b

RGB 708875
HSL0.380.110.31
HSV137°20°35°
CMYK 0.200.000.15   0.65
XYZ7.28558.78957.9692
Yxy8.78950.30300.3656
Hunter Lab29.6471-8.01774.8157
CIE-Lab35.5758-9.91485.2644

#46584b color RGB value is (70,88,75).

#46584b hex color red value is 70, green value is 88 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #46584b hue: 0.38 , saturation: 0.11 and the lightness value of 46584b is 0.31.

The process color (four color CMYK) of #46584b color hex is 0.20, 0.00, 0.15, 0.65. Web safe color of #46584b is #336633. Color #46584b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 01001011
Octal 106 130 113
Decimal 70 88 75
Hex 46 58 4B

RGB Percentages of Color #46584b

%30.04
%37.77
%32.19

CMYK Percentages of Color #46584b

%20
%0
%15
%65

Triadic Colors of #46584b

#46584b #4b4658 #584b46

Analogous Colors of #46584b

#46584b #465854 #4a5846

Monochromatic Colors of #46584b

#46584b

Complementary Color

#46584b #584653

#46584b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46584b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46584b Color CSS Codes

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

#46584b Text Font Color

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

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


#46584b Background Color

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

This div background color is #46584b


#46584b Border Color

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

This div border color is #46584b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46584b


Comments

No comments written yet.

Please login to write comment.