COLOR #615017

HEX: #615017
RGB: (97,80,23)

Color info

#615017 contains mainly red and green colors. Web safe color of #615017 is #666600 (or #660).

RGB color model

#615017 color RGB value is (97,80,23).

  • red value is 97;
  • green value is 80;
  • blue value is 23.
RGB:
(97,80,23)
(38%,31%,9%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 23 of 255 = 9%

97
80
23

R + G + B ~ 26%. #615017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 23 = 200 (100%)
R 97 of 200 ~ 48.5%
G 80 of 200 ~ 40%
B 23 of 200 ~ 11.5%

%48.5
%40
%11.5

CMYK color model

#615017 color CMYK value is (0,18,76,62).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 76.29%
  • key color value is 61.96%
CMYK:
(0,18,76,62)
C0M18Y76K62 
(0%,18%,76%,62%)
(0.00/0.18/0.76/0.62)	

CMYK percentages

%0
%17.53
%76.29
%61.96

Codes

Color #615017 in popluar color models

615017
RGB978023
HSL46°61.67%23.53%
HSB/HSV46°76.29%38.04%
CMYK0.00%17.53%76.29%
61.96%

Color #615017 in popluar number systems.

HEX615017
Decimal978023
Binary1100001101000010111
Octal14112027

Shades and tints

Shades of #615017

#615017
(97,80,23)
#594915
(89,73,21)
#514213
(81,66,19)
#493B11
(73,59,17)
#41340F
(65,52,15)
#392D0D
(57,45,13)
#31260B
(49,38,11)
#291F09
(41,31,9)
#211807
(33,24,7)
#191105
(25,17,5)
#110A03
(17,10,3)
#000000
(0,0,0)

Tints of #615017

#615017
(97,80,23)
#6F5F2C
(111,95,44)
#7D6E41
(125,110,65)
#8B7D56
(139,125,86)
#998C6B
(153,140,107)
#A79B80
(167,155,128)
#B5AA95
(181,170,149)
#C3B9AA
(195,185,170)
#D1C8BF
(209,200,191)
#DFD7D4
(223,215,212)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615017 color. Also use rgb(97,80,23) instead hex code.

Text Font Color

.myTextColor { color: #615017; }

<p style="color:#615017">This sample text font color is #615017.</p>

This text font color is #615017.


Background Color

.myBgColor { background-color: #615017; }

<div style="background-color:#615017">Inner text</div>

This div background color is #615017.


Border color

.myBorderColor { border: 1px solid #615017; }

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

This div border color is #615017.


Opacity

.myOpacity80 { color: #615017; opacity: 0.8; }

<p style="color:#615017;opacity:0.8;">80%</p>

Text with #615017 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #615017;}

<p style="text-shadow: 3px 3px 1px #615017">Text here.</p>

This text has shadow with #615017 color.

.textShadow {text-shadow: 3px 3px 1px #615017, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #615017, 5px 5px 20px red">Text here.</p>

This text has shadow with #615017 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#615017, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#615017, Direction=45, Strength=4)">Text</p>

This text has shadow with #615017 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #615017;
  -webkit-box-shadow:	1px 1px 3px 2px #615017;
  box-shadow:		1px 1px 3px 2px #615017;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #615017;
-webkit-box-shadow: 1px 1px 3px 2px #615017;
box-shadow:1px 1px 3px 2px #615017;">
Div content here</div>
This div box has shadow with color #615017.

Preview

Color preview on black background

This text has color #615017 on black background.


Color preview on white background

This text has color #615017 on white background.



Black color preview on #615017 background

This text has black color on #615017 background.


White color preview on #615017 background

This text has white color on #615017 background.