COLOR #61504A

HEX: #61504A
RGB: (97,80,74)

Color info

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

RGB color model

#61504A color RGB value is (97,80,74).

  • red value is 97;
  • green value is 80;
  • blue value is 74.
RGB:
(97,80,74)
(38%,31%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 74 of 255 = 29%

97
80
74

R + G + B ~ 33%. #61504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 74 = 251 (100%)
R 97 of 251 ~ 38.65%
G 80 of 251 ~ 31.87%
B 74 of 251 ~ 29.48%

%38.65
%31.87
%29.48

CMYK color model

#61504A color CMYK value is (0,18,24,62).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(0,18,24,62)
C0M18Y24K62 
(0%,18%,24%,62%)
(0.00/0.18/0.24/0.62)	

CMYK percentages

%0
%17.53
%23.71
%61.96

Codes

Color #61504A in popluar color models

61504A
RGB978074
HSL16°13.45%33.53%
HSB/HSV16°23.71%38.04%
CMYK0.00%17.53%23.71%
61.96%

Color #61504A in popluar number systems.

HEX61504A
Decimal978074
Binary110000110100001001010
Octal141120112

Shades and tints

Shades of #61504A

#61504A
(97,80,74)
#594944
(89,73,68)
#51423E
(81,66,62)
#493B38
(73,59,56)
#413432
(65,52,50)
#392D2C
(57,45,44)
#312626
(49,38,38)
#291F20
(41,31,32)
#21181A
(33,24,26)
#191114
(25,17,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #61504A

#61504A
(97,80,74)
#6F5F5A
(111,95,90)
#7D6E6A
(125,110,106)
#8B7D7A
(139,125,122)
#998C8A
(153,140,138)
#A79B9A
(167,155,154)
#B5AAAA
(181,170,170)
#C3B9BA
(195,185,186)
#D1C8CA
(209,200,202)
#DFD7DA
(223,215,218)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61504A color. Also use rgb(97,80,74) instead hex code.

Text Font Color

.myTextColor { color: #61504A; }

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

This text font color is #61504A.


Background Color

.myBgColor { background-color: #61504A; }

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

This div background color is #61504A.


Border color

.myBorderColor { border: 1px solid #61504A; }

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

This div border color is #61504A.


Opacity

.myOpacity80 { color: #61504A; opacity: 0.8; }

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

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

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

This text has shadow with #61504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61504A on black background.


Color preview on white background

This text has color #61504A on white background.



Black color preview on #61504A background

This text has black color on #61504A background.


White color preview on #61504A background

This text has white color on #61504A background.