Color Hex Logo

#613c2f Color Hex

#613C2F
(97,60,47)
0 Favorites   0 Comments

Color spaces of #613c2f

RGB 976047
HSL0.040.350.28
HSV16°52°38°
CMYK 0.000.380.52   0.62
XYZ7.05875.97833.4712
Yxy5.97830.42760.3621
Hunter Lab24.45068.74328.6981
CIE-Lab29.357714.660314.7862

#613c2f color RGB value is (97,60,47).

#613c2f hex color red value is 97, green value is 60 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #613c2f hue: 0.04 , saturation: 0.35 and the lightness value of 613c2f is 0.28.

The process color (four color CMYK) of #613c2f color hex is 0.00, 0.38, 0.52, 0.62. Web safe color of #613c2f is #663333. Color #613c2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 00101111
Octal 141 74 57
Decimal 97 60 47
Hex 61 3C 2F

RGB Percentages of Color #613c2f

%47.55
%29.41
%23.04

CMYK Percentages of Color #613c2f

%0
%38
%52
%62

Triadic Colors of #613c2f

#613c2f #2f613c #3c2f61

Analogous Colors of #613c2f

#613c2f #61552f #612f3b

Monochromatic Colors of #613c2f

#613c2f

Complementary Color

#613c2f #2f5461

#613c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#613c2f Color CSS Codes

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

#613c2f Text Font Color

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

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


#613c2f Background Color

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

This div background color is #613c2f


#613c2f Border Color

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

This div border color is #613c2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613c2f


Comments

No comments written yet.

Please login to write comment.