COLOR #615941

HEX: #615941
RGB: (97,89,65)

Color info

#615941 contains red, green and blue colors in about the same proportion. Web safe color of #615941 is #666633 (or #663).

RGB color model

#615941 color RGB value is (97,89,65).

  • red value is 97;
  • green value is 89;
  • blue value is 65.
RGB:
(97,89,65)
(38%,35%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 65 of 255 = 25%

97
89
65

R + G + B ~ 33%. #615941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 65 = 251 (100%)
R 97 of 251 ~ 38.65%
G 89 of 251 ~ 35.46%
B 65 of 251 ~ 25.9%

%38.65
%35.46
%25.9

CMYK color model

#615941 color CMYK value is (0,8,33,62).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,8,33,62)
C0M8Y33K62 
(0%,8%,33%,62%)
(0.00/0.08/0.33/0.62)	

CMYK percentages

%0
%8.25
%32.99
%61.96

Codes

Color #615941 in popluar color models

615941
RGB978965
HSL45°19.75%31.76%
HSB/HSV45°32.99%38.04%
CMYK0.00%8.25%32.99%
61.96%

Color #615941 in popluar number systems.

HEX615941
Decimal978965
Binary110000110110011000001
Octal141131101

Shades and tints

Shades of #615941

#615941
(97,89,65)
#59513C
(89,81,60)
#514937
(81,73,55)
#494132
(73,65,50)
#41392D
(65,57,45)
#393128
(57,49,40)
#312923
(49,41,35)
#29211E
(41,33,30)
#211919
(33,25,25)
#191114
(25,17,20)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #615941

#615941
(97,89,65)
#6F6852
(111,104,82)
#7D7763
(125,119,99)
#8B8674
(139,134,116)
#999585
(153,149,133)
#A7A496
(167,164,150)
#B5B3A7
(181,179,167)
#C3C2B8
(195,194,184)
#D1D1C9
(209,209,201)
#DFE0DA
(223,224,218)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615941 color. Also use rgb(97,89,65) instead hex code.

Text Font Color

.myTextColor { color: #615941; }

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

This text font color is #615941.


Background Color

.myBgColor { background-color: #615941; }

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

This div background color is #615941.


Border color

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

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

This div border color is #615941.


Opacity

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

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

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

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

This text has shadow with #615941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615941 on black background.


Color preview on white background

This text has color #615941 on white background.



Black color preview on #615941 background

This text has black color on #615941 background.


White color preview on #615941 background

This text has white color on #615941 background.