Color Hex Logo

#3c523a Color Hex

#3C523A
(60,82,58)
0 Favorites   0 Comments

Color spaces of #3c523a

RGB 608258
HSL0.320.170.27
HSV115°29°32°
CMYK 0.270.000.29   0.68
XYZ5.64457.30075.1147
Yxy7.30070.31250.4042
Hunter Lab27.0198-9.99567.6906
CIE-Lab32.4819-13.899811.4261

#3c523a color RGB value is (60,82,58).

#3c523a hex color red value is 60, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3c523a hue: 0.32 , saturation: 0.17 and the lightness value of 3c523a is 0.27.

The process color (four color CMYK) of #3c523a color hex is 0.27, 0.00, 0.29, 0.68. Web safe color of #3c523a is #336633. Color #3c523a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010010 00111010
Octal 74 122 72
Decimal 60 82 58
Hex 3C 52 3A

RGB Percentages of Color #3c523a

%30.00
%41.00
%29.00

CMYK Percentages of Color #3c523a

%27
%0
%29
%68

Triadic Colors of #3c523a

#3c523a #3a3c52 #523a3c

Analogous Colors of #3c523a

#3c523a #3a5244 #48523a

Monochromatic Colors of #3c523a

#3c523a

Complementary Color

#3c523a #503a52

#3c523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c523a Color CSS Codes

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

#3c523a Text Font Color

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

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


#3c523a Background Color

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

This div background color is #3c523a


#3c523a Border Color

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

This div border color is #3c523a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c523a


Comments

No comments written yet.

Please login to write comment.