Color Hex Logo

#46683b Color Hex

#46683B
(70,104,59)
0 Favorites   0 Comments

Color spaces of #46683b

RGB 7010459
HSL0.290.280.32
HSV105°43°41°
CMYK 0.330.000.43   0.59
XYZ8.265511.51855.9253
Yxy11.51850.32150.4480
Hunter Lab33.9389-15.921113.4060
CIE-Lab40.4404-21.757221.5207

#46683b color RGB value is (70,104,59).

#46683b hex color red value is 70, green value is 104 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #46683b hue: 0.29 , saturation: 0.28 and the lightness value of 46683b is 0.32.

The process color (four color CMYK) of #46683b color hex is 0.33, 0.00, 0.43, 0.59. Web safe color of #46683b is #336633. Color #46683b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101000 00111011
Octal 106 150 73
Decimal 70 104 59
Hex 46 68 3B

RGB Percentages of Color #46683b

%30.04
%44.64
%25.32

CMYK Percentages of Color #46683b

%33
%0
%43
%59

Triadic Colors of #46683b

#46683b #3b4668 #683b46

Analogous Colors of #46683b

#46683b #3b6847 #5d683b

Monochromatic Colors of #46683b

#46683b

Complementary Color

#46683b #5d3b68

#46683b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46683b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46683b Color CSS Codes

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

#46683b Text Font Color

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

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


#46683b Background Color

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

This div background color is #46683b


#46683b Border Color

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

This div border color is #46683b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46683b


Comments

No comments written yet.

Please login to write comment.