Color Hex Logo

#39693d Color Hex

#39693D
(57,105,61)
0 Favorites   0 Comments

Color spaces of #39693d

RGB 5710561
HSL0.350.300.32
HSV125°46°41°
CMYK 0.460.000.42   0.59
XYZ7.581211.30996.1983
Yxy11.30990.30220.4508
Hunter Lab33.6302-18.613912.6135
CIE-Lab40.0976-26.569819.7832

#39693d color RGB value is (57,105,61).

#39693d hex color red value is 57, green value is 105 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #39693d hue: 0.35 , saturation: 0.30 and the lightness value of 39693d is 0.32.

The process color (four color CMYK) of #39693d color hex is 0.46, 0.00, 0.42, 0.59. Web safe color of #39693d is #336633. Color #39693d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101001 00111101
Octal 71 151 75
Decimal 57 105 61
Hex 39 69 3D

RGB Percentages of Color #39693d

%25.56
%47.09
%27.35

CMYK Percentages of Color #39693d

%46
%0
%42
%59

Triadic Colors of #39693d

#39693d #3d3969 #693d39

Analogous Colors of #39693d

#39693d #396955 #4d6939

Monochromatic Colors of #39693d

#39693d

Complementary Color

#39693d #693965

#39693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39693d Color CSS Codes

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

#39693d Text Font Color

<p style="color:#39693d">Text here</p>

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


#39693d Background Color

<div style="background-color:#39693d">
Div content here</div>

This div background color is #39693d


#39693d Border Color

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

This div border color is #39693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39693d


Comments

No comments written yet.

Please login to write comment.