Color Hex Logo

#46823c Color Hex

#46823C
(70,130,60)
0 Favorites   0 Comments

Color spaces of #46823c

RGB 7013060
HSL0.310.370.37
HSV111°54°51°
CMYK 0.460.000.54   0.49
XYZ11.324017.59367.0740
Yxy17.59360.31460.4888
Hunter Lab41.9447-25.212819.3620
CIE-Lab48.9994-34.138631.6663

#46823c color RGB value is (70,130,60).

#46823c hex color red value is 70, green value is 130 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46823c hue: 0.31 , saturation: 0.37 and the lightness value of 46823c is 0.37.

The process color (four color CMYK) of #46823c color hex is 0.46, 0.00, 0.54, 0.49. Web safe color of #46823c is #339933. Color #46823c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000010 00111100
Octal 106 202 74
Decimal 70 130 60
Hex 46 82 3C

RGB Percentages of Color #46823c

%26.92
%50.00
%23.08

CMYK Percentages of Color #46823c

%46
%0
%54
%49

Triadic Colors of #46823c

#46823c #3c4682 #823c46

Analogous Colors of #46823c

#46823c #3c8255 #69823c

Monochromatic Colors of #46823c

#46823c

Complementary Color

#46823c #783c82

#46823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46823c Color CSS Codes

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

#46823c Text Font Color

<p style="color:#46823c">Text here</p>

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


#46823c Background Color

<div style="background-color:#46823c">
Div content here</div>

This div background color is #46823c


#46823c Border Color

<div style="border:3px solid #46823c">
Div here</div>

This div border color is #46823c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,130,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46823c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46823c;
  -webkit-box-shadow: 1px 1px 3px 2px #46823c;
  box-shadow:         1px 1px 3px 2px #46823c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46823c


Comments

No comments written yet.

Please login to write comment.