COLOR #615C11

HEX: #615C11
RGB: (97,92,17)

Color info

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

RGB color model

#615C11 color RGB value is (97,92,17).

  • red value is 97;
  • green value is 92;
  • blue value is 17.
RGB:
(97,92,17)
(38%,36%,7%)

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 17 of 255 = 7%

97
92
17

R + G + B ~ 27%. #615C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 17 = 206 (100%)
R 97 of 206 ~ 47.09%
G 92 of 206 ~ 44.66%
B 17 of 206 ~ 8.25%

%47.09
%44.66

CMYK color model

#615C11 color CMYK value is (0,5,82,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 82.47%
  • key color value is 61.96%
CMYK:
(0,5,82,62)
C0M5Y82K62 
(0%,5%,82%,62%)
(0.00/0.05/0.82/0.62)	

CMYK percentages

%0
%5.15
%82.47
%61.96

Codes

Color #615C11 in popluar color models

615C11
RGB979217
HSL56°70.18%22.35%
HSB/HSV56°82.47%38.04%
CMYK0.00%5.15%82.47%
61.96%

Color #615C11 in popluar number systems.

HEX615C11
Decimal979217
Binary1100001101110010001
Octal14113421

Shades and tints

Shades of #615C11

#615C11
(97,92,17)
#595410
(89,84,16)
#514C0F
(81,76,15)
#49440E
(73,68,14)
#413C0D
(65,60,13)
#39340C
(57,52,12)
#312C0B
(49,44,11)
#29240A
(41,36,10)
#211C09
(33,28,9)
#191408
(25,20,8)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #615C11

#615C11
(97,92,17)
#6F6A26
(111,106,38)
#7D783B
(125,120,59)
#8B8650
(139,134,80)
#999465
(153,148,101)
#A7A27A
(167,162,122)
#B5B08F
(181,176,143)
#C3BEA4
(195,190,164)
#D1CCB9
(209,204,185)
#DFDACE
(223,218,206)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615C11 color. Also use rgb(97,92,17) instead hex code.

Text Font Color

.myTextColor { color: #615C11; }

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

This text font color is #615C11.


Background Color

.myBgColor { background-color: #615C11; }

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

This div background color is #615C11.


Border color

.myBorderColor { border: 1px solid #615C11; }

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

This div border color is #615C11.


Opacity

.myOpacity80 { color: #615C11; opacity: 0.8; }

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

Text with #615C11 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 #615C11;}

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

This text has shadow with #615C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C11 on black background.


Color preview on white background

This text has color #615C11 on white background.



Black color preview on #615C11 background

This text has black color on #615C11 background.


White color preview on #615C11 background

This text has white color on #615C11 background.