COLOR #615225

HEX: #615225
RGB: (97,82,37)

Color info

#615225 contains mainly red and green colors. Web safe color of #615225 is #666633 (or #663).

RGB color model

#615225 color RGB value is (97,82,37).

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

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 37 of 255 = 15%

97
82
37

R + G + B ~ 28%. #615225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 37 = 216 (100%)
R 97 of 216 ~ 44.91%
G 82 of 216 ~ 37.96%
B 37 of 216 ~ 17.13%

%44.91
%37.96
%17.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 61.86%
  • key color value is 61.96%
CMYK:
(0,15,62,62)
C0M15Y62K62 
(0%,15%,62%,62%)
(0.00/0.15/0.62/0.62)	

CMYK percentages

%0
%15.46
%61.86
%61.96

Codes

Color #615225 in popluar color models

615225
RGB978237
HSL45°44.78%26.27%
HSB/HSV45°61.86%38.04%
CMYK0.00%15.46%61.86%
61.96%

Color #615225 in popluar number systems.

HEX615225
Decimal978237
Binary11000011010010100101
Octal14112245

Shades and tints

Shades of #615225

#615225
(97,82,37)
#594B22
(89,75,34)
#51441F
(81,68,31)
#493D1C
(73,61,28)
#413619
(65,54,25)
#392F16
(57,47,22)
#312813
(49,40,19)
#292110
(41,33,16)
#211A0D
(33,26,13)
#19130A
(25,19,10)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #615225

#615225
(97,82,37)
#6F6138
(111,97,56)
#7D704B
(125,112,75)
#8B7F5E
(139,127,94)
#998E71
(153,142,113)
#A79D84
(167,157,132)
#B5AC97
(181,172,151)
#C3BBAA
(195,187,170)
#D1CABD
(209,202,189)
#DFD9D0
(223,217,208)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615225; }

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

This text font color is #615225.


Background Color

.myBgColor { background-color: #615225; }

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

This div background color is #615225.


Border color

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

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

This div border color is #615225.


Opacity

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

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

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

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

This text has shadow with #615225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615225 on black background.


Color preview on white background

This text has color #615225 on white background.



Black color preview on #615225 background

This text has black color on #615225 background.


White color preview on #615225 background

This text has white color on #615225 background.