Color Hex Logo

#3e503d Color Hex

#3E503D
(62,80,61)
0 Favorites   0 Comments

Color spaces of #3e503d

RGB 628061
HSL0.320.130.28
HSV117°24°31°
CMYK 0.230.000.24   0.69
XYZ5.69767.09845.4847
Yxy7.09840.31170.3883
Hunter Lab26.6428-8.45256.4445
CIE-Lab32.0299-11.34178.9470

#3e503d color RGB value is (62,80,61).

#3e503d hex color red value is 62, green value is 80 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #3e503d hue: 0.32 , saturation: 0.13 and the lightness value of 3e503d is 0.28.

The process color (four color CMYK) of #3e503d color hex is 0.23, 0.00, 0.24, 0.69. Web safe color of #3e503d is #336633. Color #3e503d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01010000 00111101
Octal 76 120 75
Decimal 62 80 61
Hex 3E 50 3D

RGB Percentages of Color #3e503d

%30.54
%39.41
%30.05

CMYK Percentages of Color #3e503d

%23
%0
%24
%69

Triadic Colors of #3e503d

#3e503d #3d3e50 #503d3e

Analogous Colors of #3e503d

#3e503d #3d5046 #48503d

Monochromatic Colors of #3e503d

#3e503d

Complementary Color

#3e503d #4f3d50

#3e503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e503d Color CSS Codes

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

#3e503d Text Font Color

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

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


#3e503d Background Color

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

This div background color is #3e503d


#3e503d Border Color

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

This div border color is #3e503d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,80,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 #3e503d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e503d


Comments

No comments written yet.

Please login to write comment.