Color Hex Logo

#614313 Color Hex

#614313
(97,67,19)
0 Favorites   0 Comments

Color spaces of #614313

RGB 976719
HSL0.100.670.23
HSV37°80°38°
CMYK 0.000.310.80   0.62
XYZ7.05456.60271.5187
Yxy6.60270.46480.4351
Hunter Lab25.69574.037914.4828
CIE-Lab30.88488.036232.6927

#614313 color RGB value is (97,67,19).

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

The process color (four color CMYK) of #614313 color hex is 0.00, 0.31, 0.80, 0.62. Web safe color of #614313 is #663300. Color #614313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000011 00010011
Octal 141 103 23
Decimal 97 67 19
Hex 61 43 13

RGB Percentages of Color #614313

%53.01
%36.61
%10.38

CMYK Percentages of Color #614313

%0
%31
%80
%62

Triadic Colors of #614313

#614313 #136143 #431361

Analogous Colors of #614313

#614313 #586113 #611c13

Monochromatic Colors of #614313

#614313

Complementary Color

#614313 #133161

#614313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614313 Color CSS Codes

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

#614313 Text Font Color

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

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


#614313 Background Color

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

This div background color is #614313


#614313 Border Color

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

This div border color is #614313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614313


Comments

No comments written yet.

Please login to write comment.