Color Hex Logo

#46836f Color Hex

#46836F
(70,131,111)
0 Favorites   0 Comments

Color spaces of #46836f

RGB 70131111
HSL0.450.300.39
HSV160°47°51°
CMYK 0.470.000.15   0.49
XYZ13.511318.682417.9329
Yxy18.68240.26950.3727
Hunter Lab43.2231-19.84245.6573
CIE-Lab50.3135-24.88494.7043

#46836f color RGB value is (70,131,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 01101111
Octal 106 203 157
Decimal 70 131 111
Hex 46 83 6F

RGB Percentages of Color #46836f

%22.44
%41.99
%35.58

CMYK Percentages of Color #46836f

%47
%0
%15
%49

Triadic Colors of #46836f

#46836f #6f4683 #836f46

Analogous Colors of #46836f

#46836f #467983 #468351

Monochromatic Colors of #46836f

#46836f

Complementary Color

#46836f #83465a

#46836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46836f Color CSS Codes

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

#46836f Text Font Color

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

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


#46836f Background Color

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

This div background color is #46836f


#46836f Border Color

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

This div border color is #46836f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46836f


Comments

No comments written yet.

Please login to write comment.