Color Hex Logo

#3c531b Color Hex

#3C531B
(60,83,27)
0 Favorites   0 Comments

Color spaces of #3c531b

RGB 608327
HSL0.240.510.22
HSV85°67°33°
CMYK 0.280.000.67   0.67
XYZ5.15467.22632.1601
Yxy7.22630.35450.4970
Hunter Lab26.8818-12.815614.0530
CIE-Lab32.3166-19.002829.1625

#3c531b color RGB value is (60,83,27).

#3c531b hex color red value is 60, green value is 83 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #3c531b hue: 0.24 , saturation: 0.51 and the lightness value of 3c531b is 0.22.

The process color (four color CMYK) of #3c531b color hex is 0.28, 0.00, 0.67, 0.67. Web safe color of #3c531b is #336633. Color #3c531b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010011 00011011
Octal 74 123 33
Decimal 60 83 27
Hex 3C 53 1B

RGB Percentages of Color #3c531b

%35.29
%48.82
%15.88

CMYK Percentages of Color #3c531b

%28
%0
%67
%67

Triadic Colors of #3c531b

#3c531b #1b3c53 #531b3c

Analogous Colors of #3c531b

#3c531b #20531b #534e1b

Monochromatic Colors of #3c531b

#3c531b

Complementary Color

#3c531b #321b53

#3c531b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c531b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c531b Color CSS Codes

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

#3c531b Text Font Color

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

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


#3c531b Background Color

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

This div background color is #3c531b


#3c531b Border Color

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

This div border color is #3c531b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c531b


Comments

No comments written yet.

Please login to write comment.