COLOR #615732

HEX: #615732
RGB: (97,87,50)

Color info

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

RGB color model

#615732 color RGB value is (97,87,50).

  • red value is 97;
  • green value is 87;
  • blue value is 50.
RGB:
(97,87,50)
(38%,34%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 50 of 255 = 20%

97
87
50

R + G + B ~ 31%. #615732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 50 = 234 (100%)
R 97 of 234 ~ 41.45%
G 87 of 234 ~ 37.18%
B 50 of 234 ~ 21.37%

%41.45
%37.18
%21.37

CMYK color model

#615732 color CMYK value is (0,10,48,62).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,10,48,62)
C0M10Y48K62 
(0%,10%,48%,62%)
(0.00/0.10/0.48/0.62)	

CMYK percentages

%0
%10.31
%48.45
%61.96

Codes

Color #615732 in popluar color models

615732
RGB978750
HSL47°31.97%28.82%
HSB/HSV47°48.45%38.04%
CMYK0.00%10.31%48.45%
61.96%

Color #615732 in popluar number systems.

HEX615732
Decimal978750
Binary11000011010111110010
Octal14112762

Shades and tints

Shades of #615732

#615732
(97,87,50)
#59502E
(89,80,46)
#51492A
(81,73,42)
#494226
(73,66,38)
#413B22
(65,59,34)
#39341E
(57,52,30)
#312D1A
(49,45,26)
#292616
(41,38,22)
#211F12
(33,31,18)
#19180E
(25,24,14)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #615732

#615732
(97,87,50)
#6F6644
(111,102,68)
#7D7556
(125,117,86)
#8B8468
(139,132,104)
#99937A
(153,147,122)
#A7A28C
(167,162,140)
#B5B19E
(181,177,158)
#C3C0B0
(195,192,176)
#D1CFC2
(209,207,194)
#DFDED4
(223,222,212)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615732 color. Also use rgb(97,87,50) instead hex code.

Text Font Color

.myTextColor { color: #615732; }

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

This text font color is #615732.


Background Color

.myBgColor { background-color: #615732; }

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

This div background color is #615732.


Border color

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

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

This div border color is #615732.


Opacity

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

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

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

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

This text has shadow with #615732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615732 on black background.


Color preview on white background

This text has color #615732 on white background.



Black color preview on #615732 background

This text has black color on #615732 background.


White color preview on #615732 background

This text has white color on #615732 background.