Color Hex Logo

#3a682e Color Hex

#3A682E
(58,104,46)
0 Favorites   0 Comments

Color spaces of #3a682e

RGB 5810446
HSL0.300.390.29
HSV108°56°41°
CMYK 0.440.000.56   0.59
XYZ7.188410.99744.3286
Yxy10.99740.31930.4885
Hunter Lab33.1623-19.341715.4746
CIE-Lab39.5761-28.105227.5620

#3a682e color RGB value is (58,104,46).

#3a682e hex color red value is 58, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3a682e hue: 0.30 , saturation: 0.39 and the lightness value of 3a682e is 0.29.

The process color (four color CMYK) of #3a682e color hex is 0.44, 0.00, 0.56, 0.59. Web safe color of #3a682e is #336633. Color #3a682e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101000 00101110
Octal 72 150 56
Decimal 58 104 46
Hex 3A 68 2E

RGB Percentages of Color #3a682e

%27.88
%50.00
%22.12

CMYK Percentages of Color #3a682e

%44
%0
%56
%59

Triadic Colors of #3a682e

#3a682e #2e3a68 #682e3a

Analogous Colors of #3a682e

#3a682e #2e683f #57682e

Monochromatic Colors of #3a682e

#3a682e

Complementary Color

#3a682e #5c2e68

#3a682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a682e Color CSS Codes

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

#3a682e Text Font Color

<p style="color:#3a682e">Text here</p>

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


#3a682e Background Color

<div style="background-color:#3a682e">
Div content here</div>

This div background color is #3a682e


#3a682e Border Color

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

This div border color is #3a682e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,104,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a682e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a682e;
  -webkit-box-shadow: 1px 1px 3px 2px #3a682e;
  box-shadow:         1px 1px 3px 2px #3a682e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a682e


Comments

No comments written yet.

Please login to write comment.