Color Hex Logo

#613c12 Color Hex

#613C12
(97,60,18)
0 Favorites   0 Comments

Color spaces of #613c12

RGB 976018
HSL0.090.690.23
HSV32°81°38°
CMYK 0.000.380.81   0.62
XYZ6.65485.81681.3443
Yxy5.81680.48170.4210
Hunter Lab24.11807.046313.5779
CIE-Lab28.945512.349331.2674

#613c12 color RGB value is (97,60,18).

#613c12 hex color red value is 97, green value is 60 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #613c12 hue: 0.09 , saturation: 0.69 and the lightness value of 613c12 is 0.23.

The process color (four color CMYK) of #613c12 color hex is 0.00, 0.38, 0.81, 0.62. Web safe color of #613c12 is #663300. Color #613c12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 00010010
Octal 141 74 22
Decimal 97 60 18
Hex 61 3C 12

RGB Percentages of Color #613c12

%55.43
%34.29
%10.29

CMYK Percentages of Color #613c12

%0
%38
%81
%62

Triadic Colors of #613c12

#613c12 #12613c #3c1261

Analogous Colors of #613c12

#613c12 #5e6112 #611512

Monochromatic Colors of #613c12

#613c12

Complementary Color

#613c12 #123761

#613c12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613c12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613c12 Color CSS Codes

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

#613c12 Text Font Color

<p style="color:#613c12">Text here</p>

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


#613c12 Background Color

<div style="background-color:#613c12">
Div content here</div>

This div background color is #613c12


#613c12 Border Color

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

This div border color is #613c12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,60,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613c12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613c12;
  -webkit-box-shadow: 1px 1px 3px 2px #613c12;
  box-shadow:         1px 1px 3px 2px #613c12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613c12


Comments

No comments written yet.

Please login to write comment.