COLOR #615532

HEX: #615532
RGB: (97,85,50)

Color info

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

RGB color model

#615532 color RGB value is (97,85,50).

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

RGB channels and saturation

R 97 of 255 = 38%
G 85 of 255 = 33%
B 50 of 255 = 20%

97
85
50

R + G + B ~ 30%. #615532 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 85 + 50 = 232 (100%)
R 97 of 232 ~ 41.81%
G 85 of 232 ~ 36.64%
B 50 of 232 ~ 21.55%

%41.81
%36.64
%21.55

CMYK color model

#615532 color CMYK value is (0,12,48,62).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,12,48,62)
C0M12Y48K62 
(0%,12%,48%,62%)
(0.00/0.12/0.48/0.62)	

CMYK percentages

%0
%12.37
%48.45
%61.96

Codes

Color #615532 in popluar color models

615532
RGB978550
HSL45°31.97%28.82%
HSB/HSV45°48.45%38.04%
CMYK0.00%12.37%48.45%
61.96%

Color #615532 in popluar number systems.

HEX615532
Decimal978550
Binary11000011010101110010
Octal14112562

Shades and tints

Shades of #615532

#615532
(97,85,50)
#594E2E
(89,78,46)
#51472A
(81,71,42)
#494026
(73,64,38)
#413922
(65,57,34)
#39321E
(57,50,30)
#312B1A
(49,43,26)
#292416
(41,36,22)
#211D12
(33,29,18)
#19160E
(25,22,14)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #615532

#615532
(97,85,50)
#6F6444
(111,100,68)
#7D7356
(125,115,86)
#8B8268
(139,130,104)
#99917A
(153,145,122)
#A7A08C
(167,160,140)
#B5AF9E
(181,175,158)
#C3BEB0
(195,190,176)
#D1CDC2
(209,205,194)
#DFDCD4
(223,220,212)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615532; }

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

This text font color is #615532.


Background Color

.myBgColor { background-color: #615532; }

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

This div background color is #615532.


Border color

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

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

This div border color is #615532.


Opacity

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

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

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

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

This text has shadow with #615532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615532 on black background.


Color preview on white background

This text has color #615532 on white background.



Black color preview on #615532 background

This text has black color on #615532 background.


White color preview on #615532 background

This text has white color on #615532 background.