Color Hex Logo

#3a693a Color Hex

#3A693A
(58,105,58)
0 Favorites   0 Comments

Color spaces of #3a693a

RGB 5810558
HSL0.330.290.32
HSV120°45°41°
CMYK 0.450.000.45   0.59
XYZ7.560211.30825.7872
Yxy11.30820.30660.4586
Hunter Lab33.6277-18.717913.3358
CIE-Lab40.0948-26.756621.5183

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101001 00111010
Octal 72 151 72
Decimal 58 105 58
Hex 3A 69 3A

RGB Percentages of Color #3a693a

%26.24
%47.51
%26.24

CMYK Percentages of Color #3a693a

%45
%0
%45
%59

Triadic Colors of #3a693a

#3a693a #3a3a69 #693a3a

Analogous Colors of #3a693a

#3a693a #3a6952 #52693a

Monochromatic Colors of #3a693a

#3a693a

Complementary Color

#3a693a #693a69

#3a693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a693a Color CSS Codes

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

#3a693a Text Font Color

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

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


#3a693a Background Color

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

This div background color is #3a693a


#3a693a Border Color

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

This div border color is #3a693a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a693a


Comments

No comments written yet.

Please login to write comment.