Color Hex Logo

#615221 Color Hex

#615221
(97,82,33)
0 Favorites   0 Comments

Color spaces of #615221

RGB 978233
HSL0.130.490.25
HSV46°66°38°
CMYK 0.000.150.66   0.62
XYZ8.22168.68582.6820
Yxy8.68580.41970.4434
Hunter Lab29.4717-1.780015.2346
CIE-Lab35.3722-0.304330.3808

#615221 color RGB value is (97,82,33).

#615221 hex color red value is 97, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #615221 hue: 0.13 , saturation: 0.49 and the lightness value of 615221 is 0.25.

The process color (four color CMYK) of #615221 color hex is 0.00, 0.15, 0.66, 0.62. Web safe color of #615221 is #666633. Color #615221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 00100001
Octal 141 122 41
Decimal 97 82 33
Hex 61 52 21

RGB Percentages of Color #615221

%45.75
%38.68
%15.57

CMYK Percentages of Color #615221

%0
%15
%66
%62

Triadic Colors of #615221

#615221 #216152 #522161

Analogous Colors of #615221

#615221 #506121 #613221

Monochromatic Colors of #615221

#615221

Complementary Color

#615221 #213061

#615221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615221 Color CSS Codes

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

#615221 Text Font Color

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

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


#615221 Background Color

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

This div background color is #615221


#615221 Border Color

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

This div border color is #615221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615221


Comments

No comments written yet.

Please login to write comment.