COLOR #61574B

HEX: #61574B
RGB: (97,87,75)

Color info

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

RGB color model

#61574B color RGB value is (97,87,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 75 of 255 = 29%

97
87
75

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

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 75 = 259 (100%)
R 97 of 259 ~ 37.45%
G 87 of 259 ~ 33.59%
B 75 of 259 ~ 28.96%

%37.45
%33.59
%28.96

CMYK color model

#61574B color CMYK value is (0,10,23,62).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,10,23,62)
C0M10Y23K62 
(0%,10%,23%,62%)
(0.00/0.10/0.23/0.62)	

CMYK percentages

%0
%10.31
%22.68
%61.96

Codes

Color #61574B in popluar color models

61574B
RGB978775
HSL33°12.79%33.73%
HSB/HSV33°22.68%38.04%
CMYK0.00%10.31%22.68%
61.96%

Color #61574B in popluar number systems.

HEX61574B
Decimal978775
Binary110000110101111001011
Octal141127113

Shades and tints

Shades of #61574B

#61574B
(97,87,75)
#595045
(89,80,69)
#51493F
(81,73,63)
#494239
(73,66,57)
#413B33
(65,59,51)
#39342D
(57,52,45)
#312D27
(49,45,39)
#292621
(41,38,33)
#211F1B
(33,31,27)
#191815
(25,24,21)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #61574B

#61574B
(97,87,75)
#6F665B
(111,102,91)
#7D756B
(125,117,107)
#8B847B
(139,132,123)
#99938B
(153,147,139)
#A7A29B
(167,162,155)
#B5B1AB
(181,177,171)
#C3C0BB
(195,192,187)
#D1CFCB
(209,207,203)
#DFDEDB
(223,222,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61574B color. Also use rgb(97,87,75) instead hex code.

Text Font Color

.myTextColor { color: #61574B; }

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

This text font color is #61574B.


Background Color

.myBgColor { background-color: #61574B; }

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

This div background color is #61574B.


Border color

.myBorderColor { border: 1px solid #61574B; }

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

This div border color is #61574B.


Opacity

.myOpacity80 { color: #61574B; opacity: 0.8; }

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

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

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

This text has shadow with #61574B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61574B on black background.


Color preview on white background

This text has color #61574B on white background.



Black color preview on #61574B background

This text has black color on #61574B background.


White color preview on #61574B background

This text has white color on #61574B background.