Color Hex Logo

#3c560b Color Hex

#3C560B
(60,86,11)
0 Favorites   0 Comments

Color spaces of #3c560b

RGB 608611
HSL0.220.770.19
HSV81°87°34°
CMYK 0.300.000.87   0.66
XYZ5.25177.64041.5146
Yxy7.64040.36450.5303
Hunter Lab27.6413-14.458116.1001
CIE-Lab33.2225-21.726236.7666

#3c560b color RGB value is (60,86,11).

#3c560b hex color red value is 60, green value is 86 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #3c560b hue: 0.22 , saturation: 0.77 and the lightness value of 3c560b is 0.19.

The process color (four color CMYK) of #3c560b color hex is 0.30, 0.00, 0.87, 0.66. Web safe color of #3c560b is #336600. Color #3c560b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010110 00001011
Octal 74 126 13
Decimal 60 86 11
Hex 3C 56 B

RGB Percentages of Color #3c560b

%38.22
%54.78
%7.01

CMYK Percentages of Color #3c560b

%30
%0
%87
%66

Triadic Colors of #3c560b

#3c560b #0b3c56 #560b3c

Analogous Colors of #3c560b

#3c560b #17560b #564a0b

Monochromatic Colors of #3c560b

#3c560b

Complementary Color

#3c560b #250b56

#3c560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c560b Color CSS Codes

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

#3c560b Text Font Color

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

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


#3c560b Background Color

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

This div background color is #3c560b


#3c560b Border Color

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

This div border color is #3c560b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c560b


Comments

No comments written yet.

Please login to write comment.