COLOR #615A25

HEX: #615A25
RGB: (97,90,37)

Color info

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

RGB color model

#615A25 color RGB value is (97,90,37).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 37 of 255 = 15%

97
90
37

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 37 = 224 (100%)
R 97 of 224 ~ 43.3%
G 90 of 224 ~ 40.18%
B 37 of 224 ~ 16.52%

%43.3
%40.18
%16.52

CMYK color model

#615A25 color CMYK value is (0,7,62,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 61.86%
  • key color value is 61.96%
CMYK:
(0,7,62,62)
C0M7Y62K62 
(0%,7%,62%,62%)
(0.00/0.07/0.62/0.62)	

CMYK percentages

%0
%7.22
%61.86
%61.96

Codes

Color #615A25 in popluar color models

615A25
RGB979037
HSL53°44.78%26.27%
HSB/HSV53°61.86%38.04%
CMYK0.00%7.22%61.86%
61.96%

Color #615A25 in popluar number systems.

HEX615A25
Decimal979037
Binary11000011011010100101
Octal14113245

Shades and tints

Shades of #615A25

#615A25
(97,90,37)
#595222
(89,82,34)
#514A1F
(81,74,31)
#49421C
(73,66,28)
#413A19
(65,58,25)
#393216
(57,50,22)
#312A13
(49,42,19)
#292210
(41,34,16)
#211A0D
(33,26,13)
#19120A
(25,18,10)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #615A25

#615A25
(97,90,37)
#6F6938
(111,105,56)
#7D784B
(125,120,75)
#8B875E
(139,135,94)
#999671
(153,150,113)
#A7A584
(167,165,132)
#B5B497
(181,180,151)
#C3C3AA
(195,195,170)
#D1D2BD
(209,210,189)
#DFE1D0
(223,225,208)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A25; }

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

This text font color is #615A25.


Background Color

.myBgColor { background-color: #615A25; }

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

This div background color is #615A25.


Border color

.myBorderColor { border: 1px solid #615A25; }

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

This div border color is #615A25.


Opacity

.myOpacity80 { color: #615A25; opacity: 0.8; }

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

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

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

This text has shadow with #615A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A25 on black background.


Color preview on white background

This text has color #615A25 on white background.



Black color preview on #615A25 background

This text has black color on #615A25 background.


White color preview on #615A25 background

This text has white color on #615A25 background.