COLOR #615A3A

HEX: #615A3A
RGB: (97,90,58)

Color info

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

RGB color model

#615A3A color RGB value is (97,90,58).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 58 of 255 = 23%

97
90
58

R + G + B ~ 32%. #615A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 58 = 245 (100%)
R 97 of 245 ~ 39.59%
G 90 of 245 ~ 36.73%
B 58 of 245 ~ 23.67%

%39.59
%36.73
%23.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(0,7,40,62)
C0M7Y40K62 
(0%,7%,40%,62%)
(0.00/0.07/0.40/0.62)	

CMYK percentages

%0
%7.22
%40.21
%61.96

Codes

Color #615A3A in popluar color models

615A3A
RGB979058
HSL49°25.16%30.39%
HSB/HSV49°40.21%38.04%
CMYK0.00%7.22%40.21%
61.96%

Color #615A3A in popluar number systems.

HEX615A3A
Decimal979058
Binary11000011011010111010
Octal14113272

Shades and tints

Shades of #615A3A

#615A3A
(97,90,58)
#595235
(89,82,53)
#514A30
(81,74,48)
#49422B
(73,66,43)
#413A26
(65,58,38)
#393221
(57,50,33)
#312A1C
(49,42,28)
#292217
(41,34,23)
#211A12
(33,26,18)
#19120D
(25,18,13)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #615A3A

#615A3A
(97,90,58)
#6F694B
(111,105,75)
#7D785C
(125,120,92)
#8B876D
(139,135,109)
#99967E
(153,150,126)
#A7A58F
(167,165,143)
#B5B4A0
(181,180,160)
#C3C3B1
(195,195,177)
#D1D2C2
(209,210,194)
#DFE1D3
(223,225,211)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A3A; }

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

This text font color is #615A3A.


Background Color

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

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

This div background color is #615A3A.


Border color

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

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

This div border color is #615A3A.


Opacity

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

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

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

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

This text has shadow with #615A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A3A on black background.


Color preview on white background

This text has color #615A3A on white background.



Black color preview on #615A3A background

This text has black color on #615A3A background.


White color preview on #615A3A background

This text has white color on #615A3A background.