Color Hex Logo

#613719 Color Hex

#613719
(97,55,25)
0 Favorites   0 Comments

Color spaces of #613719

RGB 975525
HSL0.070.590.24
HSV25°74°38°
CMYK 0.000.430.74   0.62
XYZ6.47145.34401.6101
Yxy5.34400.48200.3980
Hunter Lab23.11719.514412.0524
CIE-Lab27.693215.836526.2429

#613719 color RGB value is (97,55,25).

#613719 hex color red value is 97, green value is 55 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #613719 hue: 0.07 , saturation: 0.59 and the lightness value of 613719 is 0.24.

The process color (four color CMYK) of #613719 color hex is 0.00, 0.43, 0.74, 0.62. Web safe color of #613719 is #663300. Color #613719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 00011001
Octal 141 67 31
Decimal 97 55 25
Hex 61 37 19

RGB Percentages of Color #613719

%54.80
%31.07
%14.12

CMYK Percentages of Color #613719

%0
%43
%74
%62

Triadic Colors of #613719

#613719 #196137 #371961

Analogous Colors of #613719

#613719 #615b19 #61191f

Monochromatic Colors of #613719

#613719

Complementary Color

#613719 #194361

#613719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613719 Color CSS Codes

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

#613719 Text Font Color

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

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


#613719 Background Color

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

This div background color is #613719


#613719 Border Color

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

This div border color is #613719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613719


Comments

No comments written yet.

Please login to write comment.