Color Hex Logo

#3e603f Color Hex

#3E603F
(62,96,63)
0 Favorites   0 Comments

Color spaces of #3e603f

RGB 629663
HSL0.340.220.31
HSV122°35°38°
CMYK 0.350.000.34   0.62
XYZ7.06679.74886.2119
Yxy9.74880.30690.4234
Hunter Lab31.2231-14.240610.0603
CIE-Lab37.3878-19.872815.0548

#3e603f color RGB value is (62,96,63).

#3e603f hex color red value is 62, green value is 96 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3e603f hue: 0.34 , saturation: 0.22 and the lightness value of 3e603f is 0.31.

The process color (four color CMYK) of #3e603f color hex is 0.35, 0.00, 0.34, 0.62. Web safe color of #3e603f is #336633. Color #3e603f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100000 00111111
Octal 76 140 77
Decimal 62 96 63
Hex 3E 60 3F

RGB Percentages of Color #3e603f

%28.05
%43.44
%28.51

CMYK Percentages of Color #3e603f

%35
%0
%34
%62

Triadic Colors of #3e603f

#3e603f #3f3e60 #603f3e

Analogous Colors of #3e603f

#3e603f #3e6050 #4e603e

Monochromatic Colors of #3e603f

#3e603f

Complementary Color

#3e603f #603e5f

#3e603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e603f Color CSS Codes

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

#3e603f Text Font Color

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

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


#3e603f Background Color

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

This div background color is #3e603f


#3e603f Border Color

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

This div border color is #3e603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e603f


Comments

No comments written yet.

Please login to write comment.