COLOR #615228

HEX: #615228
RGB: (97,82,40)

Color info

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

RGB color model

#615228 color RGB value is (97,82,40).

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

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 40 of 255 = 16%

97
82
40

R + G + B ~ 29%. #615228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 40 = 219 (100%)
R 97 of 219 ~ 44.29%
G 82 of 219 ~ 37.44%
B 40 of 219 ~ 18.26%

%44.29
%37.44
%18.26

CMYK color model

#615228 color CMYK value is (0,15,59,62).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 58.76%
  • key color value is 61.96%
CMYK:
(0,15,59,62)
C0M15Y59K62 
(0%,15%,59%,62%)
(0.00/0.15/0.59/0.62)	

CMYK percentages

%0
%15.46
%58.76
%61.96

Codes

Color #615228 in popluar color models

615228
RGB978240
HSL44°41.61%26.86%
HSB/HSV44°58.76%38.04%
CMYK0.00%15.46%58.76%
61.96%

Color #615228 in popluar number systems.

HEX615228
Decimal978240
Binary11000011010010101000
Octal14112250

Shades and tints

Shades of #615228

#615228
(97,82,40)
#594B25
(89,75,37)
#514422
(81,68,34)
#493D1F
(73,61,31)
#41361C
(65,54,28)
#392F19
(57,47,25)
#312816
(49,40,22)
#292113
(41,33,19)
#211A10
(33,26,16)
#19130D
(25,19,13)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #615228

#615228
(97,82,40)
#6F613B
(111,97,59)
#7D704E
(125,112,78)
#8B7F61
(139,127,97)
#998E74
(153,142,116)
#A79D87
(167,157,135)
#B5AC9A
(181,172,154)
#C3BBAD
(195,187,173)
#D1CAC0
(209,202,192)
#DFD9D3
(223,217,211)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615228; }

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

This text font color is #615228.


Background Color

.myBgColor { background-color: #615228; }

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

This div background color is #615228.


Border color

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

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

This div border color is #615228.


Opacity

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

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

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

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

This text has shadow with #615228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615228 on black background.


Color preview on white background

This text has color #615228 on white background.



Black color preview on #615228 background

This text has black color on #615228 background.


White color preview on #615228 background

This text has white color on #615228 background.