Color Hex Logo

#61271b Color Hex

#61271B
(97,39,27)
1 Favorites   0 Comments

Color spaces of #61271b

RGB 973927
HSL0.030.560.24
HSV10°72°38°
CMYK 0.000.600.72   0.62
XYZ5.85314.07161.5143
Yxy4.07160.51170.3559
Hunter Lab20.178216.46579.6752
CIE-Lab23.906725.436020.7082

#61271b color RGB value is (97,39,27).

#61271b hex color red value is 97, green value is 39 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #61271b hue: 0.03 , saturation: 0.56 and the lightness value of 61271b is 0.24.

The process color (four color CMYK) of #61271b color hex is 0.00, 0.60, 0.72, 0.62. Web safe color of #61271b is #663333. Color #61271b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100111 00011011
Octal 141 47 33
Decimal 97 39 27
Hex 61 27 1B

RGB Percentages of Color #61271b

%59.51
%23.93
%16.56

CMYK Percentages of Color #61271b

%0
%60
%72
%62

Triadic Colors of #61271b

#61271b #1b6127 #271b61

Analogous Colors of #61271b

#61271b #614a1b #611b32

Monochromatic Colors of #61271b

#61271b

Complementary Color

#61271b #1b5561

#61271b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61271b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61271b Color CSS Codes

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

#61271b Text Font Color

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

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


#61271b Background Color

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

This div background color is #61271b


#61271b Border Color

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

This div border color is #61271b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,39,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61271b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61271b;
  -webkit-box-shadow: 1px 1px 3px 2px #61271b;
  box-shadow:         1px 1px 3px 2px #61271b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,39,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 #61271b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61271b


Comments

No comments written yet.

Please login to write comment.