Color Hex Logo

#611813 Color Hex

#611813
(97,24,19)
0 Favorites   0 Comments

Color spaces of #611813

RGB 972419
HSL0.010.670.23
HSV80°38°
CMYK 0.000.750.80   0.62
XYZ5.37393.24170.9586
Yxy3.24170.56130.3386
Hunter Lab18.004721.76899.4466
CIE-Lab20.987032.478722.4732

#611813 color RGB value is (97,24,19).

#611813 hex color red value is 97, green value is 24 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #611813 hue: 0.01 , saturation: 0.67 and the lightness value of 611813 is 0.23.

The process color (four color CMYK) of #611813 color hex is 0.00, 0.75, 0.80, 0.62. Web safe color of #611813 is #660000. Color #611813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011000 00010011
Octal 141 30 23
Decimal 97 24 19
Hex 61 18 13

RGB Percentages of Color #611813

%69.29
%17.14
%13.57

CMYK Percentages of Color #611813

%0
%75
%80
%62

Triadic Colors of #611813

#611813 #136118 #181361

Analogous Colors of #611813

#611813 #613f13 #611335

Monochromatic Colors of #611813

#611813

Complementary Color

#611813 #135c61

#611813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611813 Color CSS Codes

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

#611813 Text Font Color

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

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


#611813 Background Color

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

This div background color is #611813


#611813 Border Color

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

This div border color is #611813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611813


Comments

No comments written yet.

Please login to write comment.