COLOR #615249

HEX: #615249
RGB: (97,82,73)

Color info

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

RGB color model

#615249 color RGB value is (97,82,73).

  • red value is 97;
  • green value is 82;
  • blue value is 73.
RGB:
(97,82,73)
(38%,32%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 73 of 255 = 29%

97
82
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 73 = 252 (100%)
R 97 of 252 ~ 38.49%
G 82 of 252 ~ 32.54%
B 73 of 252 ~ 28.97%

%38.49
%32.54
%28.97

CMYK color model

#615249 color CMYK value is (0,15,25,62).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,15,25,62)
C0M15Y25K62 
(0%,15%,25%,62%)
(0.00/0.15/0.25/0.62)	

CMYK percentages

%0
%15.46
%24.74
%61.96

Codes

Color #615249 in popluar color models

615249
RGB978273
HSL23°14.12%33.33%
HSB/HSV23°24.74%38.04%
CMYK0.00%15.46%24.74%
61.96%

Color #615249 in popluar number systems.

HEX615249
Decimal978273
Binary110000110100101001001
Octal141122111

Shades and tints

Shades of #615249

#615249
(97,82,73)
#594B43
(89,75,67)
#51443D
(81,68,61)
#493D37
(73,61,55)
#413631
(65,54,49)
#392F2B
(57,47,43)
#312825
(49,40,37)
#29211F
(41,33,31)
#211A19
(33,26,25)
#191313
(25,19,19)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #615249

#615249
(97,82,73)
#6F6159
(111,97,89)
#7D7069
(125,112,105)
#8B7F79
(139,127,121)
#998E89
(153,142,137)
#A79D99
(167,157,153)
#B5ACA9
(181,172,169)
#C3BBB9
(195,187,185)
#D1CAC9
(209,202,201)
#DFD9D9
(223,217,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615249 color. Also use rgb(97,82,73) instead hex code.

Text Font Color

.myTextColor { color: #615249; }

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

This text font color is #615249.


Background Color

.myBgColor { background-color: #615249; }

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

This div background color is #615249.


Border color

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

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

This div border color is #615249.


Opacity

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

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

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

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

This text has shadow with #615249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615249 on black background.


Color preview on white background

This text has color #615249 on white background.



Black color preview on #615249 background

This text has black color on #615249 background.


White color preview on #615249 background

This text has white color on #615249 background.