COLOR #615A4B

HEX: #615A4B
RGB: (97,90,75)

Color info

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

RGB color model

#615A4B color RGB value is (97,90,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 75 of 255 = 29%

97
90
75

R + G + B ~ 34%. #615A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 75 = 262 (100%)
R 97 of 262 ~ 37.02%
G 90 of 262 ~ 34.35%
B 75 of 262 ~ 28.63%

%37.02
%34.35
%28.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,7,23,62)
C0M7Y23K62 
(0%,7%,23%,62%)
(0.00/0.07/0.23/0.62)	

CMYK percentages

%0
%7.22
%22.68
%61.96

Codes

Color #615A4B in popluar color models

615A4B
RGB979075
HSL41°12.79%33.73%
HSB/HSV41°22.68%38.04%
CMYK0.00%7.22%22.68%
61.96%

Color #615A4B in popluar number systems.

HEX615A4B
Decimal979075
Binary110000110110101001011
Octal141132113

Shades and tints

Shades of #615A4B

#615A4B
(97,90,75)
#595245
(89,82,69)
#514A3F
(81,74,63)
#494239
(73,66,57)
#413A33
(65,58,51)
#39322D
(57,50,45)
#312A27
(49,42,39)
#292221
(41,34,33)
#211A1B
(33,26,27)
#191215
(25,18,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #615A4B

#615A4B
(97,90,75)
#6F695B
(111,105,91)
#7D786B
(125,120,107)
#8B877B
(139,135,123)
#99968B
(153,150,139)
#A7A59B
(167,165,155)
#B5B4AB
(181,180,171)
#C3C3BB
(195,195,187)
#D1D2CB
(209,210,203)
#DFE1DB
(223,225,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A4B; }

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

This text font color is #615A4B.


Background Color

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

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

This div background color is #615A4B.


Border color

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

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

This div border color is #615A4B.


Opacity

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

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

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

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

This text has shadow with #615A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A4B on black background.


Color preview on white background

This text has color #615A4B on white background.



Black color preview on #615A4B background

This text has black color on #615A4B background.


White color preview on #615A4B background

This text has white color on #615A4B background.