Color Hex Logo

#46836b Color Hex

#46836B
(70,131,107)
0 Favorites   0 Comments

Color spaces of #46836b

RGB 70131107
HSL0.430.300.39
HSV156°47°51°
CMYK 0.470.000.18   0.49
XYZ13.295918.596216.7986
Yxy18.59620.27310.3819
Hunter Lab43.1233-20.43027.0900
CIE-Lab50.2114-25.83876.8902

#46836b color RGB value is (70,131,107).

#46836b hex color red value is 70, green value is 131 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46836b hue: 0.43 , saturation: 0.30 and the lightness value of 46836b is 0.39.

The process color (four color CMYK) of #46836b color hex is 0.47, 0.00, 0.18, 0.49. Web safe color of #46836b is #339966. Color #46836b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 01101011
Octal 106 203 153
Decimal 70 131 107
Hex 46 83 6B

RGB Percentages of Color #46836b

%22.73
%42.53
%34.74

CMYK Percentages of Color #46836b

%47
%0
%18
%49

Triadic Colors of #46836b

#46836b #6b4683 #836b46

Analogous Colors of #46836b

#46836b #467d83 #46834d

Monochromatic Colors of #46836b

#46836b

Complementary Color

#46836b #83465e

#46836b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46836b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46836b Color CSS Codes

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

#46836b Text Font Color

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

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


#46836b Background Color

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

This div background color is #46836b


#46836b Border Color

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

This div border color is #46836b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46836b


Comments

No comments written yet.

Please login to write comment.