Color Hex Logo

#3c580d Color Hex

#3C580D
(60,88,13)
0 Favorites   0 Comments

Color spaces of #3c580d

RGB 608813
HSL0.230.740.20
HSV82°85°35°
CMYK 0.320.000.85   0.65
XYZ5.42587.96921.6330
Yxy7.96920.36100.5303
Hunter Lab28.2298-15.094216.3311
CIE-Lab33.9187-22.645536.7449

#3c580d color RGB value is (60,88,13).

#3c580d hex color red value is 60, green value is 88 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3c580d hue: 0.23 , saturation: 0.74 and the lightness value of 3c580d is 0.20.

The process color (four color CMYK) of #3c580d color hex is 0.32, 0.00, 0.85, 0.65. Web safe color of #3c580d is #336600. Color #3c580d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01011000 00001101
Octal 74 130 15
Decimal 60 88 13
Hex 3C 58 D

RGB Percentages of Color #3c580d

%37.27
%54.66
%8.07

CMYK Percentages of Color #3c580d

%32
%0
%85
%65

Triadic Colors of #3c580d

#3c580d #0d3c58 #580d3c

Analogous Colors of #3c580d

#3c580d #17580d #584f0d

Monochromatic Colors of #3c580d

#3c580d

Complementary Color

#3c580d #290d58

#3c580d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c580d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c580d Color CSS Codes

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

#3c580d Text Font Color

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

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


#3c580d Background Color

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

This div background color is #3c580d


#3c580d Border Color

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

This div border color is #3c580d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,88,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c580d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c580d;
  -webkit-box-shadow: 1px 1px 3px 2px #3c580d;
  box-shadow:         1px 1px 3px 2px #3c580d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c580d


Comments

No comments written yet.

Please login to write comment.