Color Hex Logo

#614633 Color Hex

#614633
(97,70,51)
0 Favorites   0 Comments

Color spaces of #614633

RGB 977051
HSL0.070.310.29
HSV25°47°38°
CMYK 0.000.280.47   0.62
XYZ7.71757.16074.1074
Yxy7.16070.40650.3772
Hunter Lab26.75954.65079.6310
CIE-Lab32.17008.883215.9759

#614633 color RGB value is (97,70,51).

#614633 hex color red value is 97, green value is 70 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #614633 hue: 0.07 , saturation: 0.31 and the lightness value of 614633 is 0.29.

The process color (four color CMYK) of #614633 color hex is 0.00, 0.28, 0.47, 0.62. Web safe color of #614633 is #663333. Color #614633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 00110011
Octal 141 106 63
Decimal 97 70 51
Hex 61 46 33

RGB Percentages of Color #614633

%44.50
%32.11
%23.39

CMYK Percentages of Color #614633

%0
%28
%47
%62

Triadic Colors of #614633

#614633 #336146 #463361

Analogous Colors of #614633

#614633 #615d33 #613337

Monochromatic Colors of #614633

#614633

Complementary Color

#614633 #334e61

#614633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614633 Color CSS Codes

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

#614633 Text Font Color

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

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


#614633 Background Color

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

This div background color is #614633


#614633 Border Color

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

This div border color is #614633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614633


Comments

No comments written yet.

Please login to write comment.