Color Hex Logo

#3a693e Color Hex

#3A693E
(58,105,62)
0 Favorites   0 Comments

Color spaces of #3a693e

RGB 5810562
HSL0.350.290.32
HSV125°45°41°
CMYK 0.450.000.41   0.59
XYZ7.666011.35056.3443
Yxy11.35050.30230.4476
Hunter Lab33.6905-18.342212.4184
CIE-Lab40.1646-26.059319.2994

#3a693e color RGB value is (58,105,62).

#3a693e hex color red value is 58, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3a693e hue: 0.35 , saturation: 0.29 and the lightness value of 3a693e is 0.32.

The process color (four color CMYK) of #3a693e color hex is 0.45, 0.00, 0.41, 0.59. Web safe color of #3a693e is #336633. Color #3a693e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101001 00111110
Octal 72 151 76
Decimal 58 105 62
Hex 3A 69 3E

RGB Percentages of Color #3a693e

%25.78
%46.67
%27.56

CMYK Percentages of Color #3a693e

%45
%0
%41
%59

Triadic Colors of #3a693e

#3a693e #3e3a69 #693e3a

Analogous Colors of #3a693e

#3a693e #3a6956 #4e693a

Monochromatic Colors of #3a693e

#3a693e

Complementary Color

#3a693e #693a65

#3a693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a693e Color CSS Codes

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

#3a693e Text Font Color

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

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


#3a693e Background Color

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

This div background color is #3a693e


#3a693e Border Color

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

This div border color is #3a693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a693e


Comments

No comments written yet.

Please login to write comment.