Color Hex Logo

#46831b Color Hex

#46831B
(70,131,27)
0 Favorites   0 Comments

Color spaces of #46831b

RGB 7013127
HSL0.260.660.31
HSV95°79°51°
CMYK 0.470.000.79   0.49
XYZ10.839917.61383.8654
Yxy17.61380.33540.5450
Hunter Lab41.9688-27.341623.9174
CIE-Lab49.0243-37.802946.3792

#46831b color RGB value is (70,131,27).

#46831b hex color red value is 70, green value is 131 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #46831b hue: 0.26 , saturation: 0.66 and the lightness value of 46831b is 0.31.

The process color (four color CMYK) of #46831b color hex is 0.47, 0.00, 0.79, 0.49. Web safe color of #46831b is #339933. Color #46831b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 00011011
Octal 106 203 33
Decimal 70 131 27
Hex 46 83 1B

RGB Percentages of Color #46831b

%30.70
%57.46
%11.84

CMYK Percentages of Color #46831b

%47
%0
%79
%49

Triadic Colors of #46831b

#46831b #1b4683 #831b46

Analogous Colors of #46831b

#46831b #1b8324 #7a831b

Monochromatic Colors of #46831b

#46831b

Complementary Color

#46831b #581b83

#46831b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46831b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46831b Color CSS Codes

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

#46831b Text Font Color

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

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


#46831b Background Color

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

This div background color is #46831b


#46831b Border Color

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

This div border color is #46831b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46831b


Comments

No comments written yet.

Please login to write comment.