Color Hex Logo

#615e0f Color Hex

#615E0F
(97,94,15)
0 Favorites   0 Comments

Color spaces of #615e0f

RGB 979415
HSL0.160.730.22
HSV58°85°38°
CMYK 0.000.030.85   0.62
XYZ9.018710.58132.0190
Yxy10.58130.41720.4894
Hunter Lab32.5289-7.436119.0902
CIE-Lab38.8661-8.437541.6603

#615e0f color RGB value is (97,94,15).

#615e0f hex color red value is 97, green value is 94 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #615e0f hue: 0.16 , saturation: 0.73 and the lightness value of 615e0f is 0.22.

The process color (four color CMYK) of #615e0f color hex is 0.00, 0.03, 0.85, 0.62. Web safe color of #615e0f is #666600. Color #615e0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 00001111
Octal 141 136 17
Decimal 97 94 15
Hex 61 5E F

RGB Percentages of Color #615e0f

%47.09
%45.63
%7.28

CMYK Percentages of Color #615e0f

%0
%3
%85
%62

Triadic Colors of #615e0f

#615e0f #0f615e #5e0f61

Analogous Colors of #615e0f

#615e0f #3b610f #61350f

Monochromatic Colors of #615e0f

#615e0f

Complementary Color

#615e0f #0f1261

#615e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#615e0f Color CSS Codes

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

#615e0f Text Font Color

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

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


#615e0f Background Color

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

This div background color is #615e0f


#615e0f Border Color

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

This div border color is #615e0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,94,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615e0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615e0f;
  -webkit-box-shadow: 1px 1px 3px 2px #615e0f;
  box-shadow:         1px 1px 3px 2px #615e0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615e0f


Comments

No comments written yet.

Please login to write comment.