Color Hex Logo

#3c480b Color Hex

#3C480B
(60,72,11)
0 Favorites   0 Comments

Color spaces of #3c480b

RGB 607211
HSL0.200.730.16
HSV72°85°28°
CMYK 0.170.000.85   0.72
XYZ4.24125.61961.1778
Yxy5.61960.38420.5091
Hunter Lab23.7057-9.549413.6482
CIE-Lab28.4317-14.170632.3747

#3c480b color RGB value is (60,72,11).

#3c480b hex color red value is 60, green value is 72 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #3c480b hue: 0.20 , saturation: 0.73 and the lightness value of 3c480b is 0.16.

The process color (four color CMYK) of #3c480b color hex is 0.17, 0.00, 0.85, 0.72. Web safe color of #3c480b is #333300. Color #3c480b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01001000 00001011
Octal 74 110 13
Decimal 60 72 11
Hex 3C 48 B

RGB Percentages of Color #3c480b

%41.96
%50.35
%7.69

CMYK Percentages of Color #3c480b

%17
%0
%85
%72

Triadic Colors of #3c480b

#3c480b #0b3c48 #480b3c

Analogous Colors of #3c480b

#3c480b #1e480b #48360b

Monochromatic Colors of #3c480b

#3c480b

Complementary Color

#3c480b #170b48

#3c480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c480b Color CSS Codes

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

#3c480b Text Font Color

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

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


#3c480b Background Color

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

This div background color is #3c480b


#3c480b Border Color

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

This div border color is #3c480b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c480b


Comments

No comments written yet.

Please login to write comment.