COLOR #61484D

HEX: #61484D
RGB: (97,72,77)

Color info

#61484D contains red, green and blue colors in about the same proportion. Web safe color of #61484D is #663333 (or #633).

RGB color model

#61484D color RGB value is (97,72,77).

  • red value is 97;
  • green value is 72;
  • blue value is 77.
RGB:
(97,72,77)
(38%,28%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 77 of 255 = 30%

97
72
77

R + G + B ~ 32%. #61484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 77 = 246 (100%)
R 97 of 246 ~ 39.43%
G 72 of 246 ~ 29.27%
B 77 of 246 ~ 31.3%

%39.43
%29.27
%31.3

CMYK color model

#61484D color CMYK value is (0,26,21,62).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(0,26,21,62)
C0M26Y21K62 
(0%,26%,21%,62%)
(0.00/0.26/0.21/0.62)	

CMYK percentages

%0
%25.77
%20.62
%61.96

Codes

Color #61484D in popluar color models

61484D
RGB977277
HSL348°14.79%33.14%
HSB/HSV348°25.77%38.04%
CMYK0.00%25.77%20.62%
61.96%

Color #61484D in popluar number systems.

HEX61484D
Decimal977277
Binary110000110010001001101
Octal141110115

Shades and tints

Shades of #61484D

#61484D
(97,72,77)
#594246
(89,66,70)
#513C3F
(81,60,63)
#493638
(73,54,56)
#413031
(65,48,49)
#392A2A
(57,42,42)
#312423
(49,36,35)
#291E1C
(41,30,28)
#211815
(33,24,21)
#19120E
(25,18,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #61484D

#61484D
(97,72,77)
#6F585D
(111,88,93)
#7D686D
(125,104,109)
#8B787D
(139,120,125)
#99888D
(153,136,141)
#A7989D
(167,152,157)
#B5A8AD
(181,168,173)
#C3B8BD
(195,184,189)
#D1C8CD
(209,200,205)
#DFD8DD
(223,216,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61484D color. Also use rgb(97,72,77) instead hex code.

Text Font Color

.myTextColor { color: #61484D; }

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

This text font color is #61484D.


Background Color

.myBgColor { background-color: #61484D; }

<div style="background-color:#61484D">Inner text</div>

This div background color is #61484D.


Border color

.myBorderColor { border: 1px solid #61484D; }

<div style="border:3px solid #61484D">Div</div>

This div border color is #61484D.


Opacity

.myOpacity80 { color: #61484D; opacity: 0.8; }

<p style="color:#61484D;opacity:0.8;">80%</p>

Text with #61484D 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 #61484D;}

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

This text has shadow with #61484D color.

.textShadow {text-shadow: 3px 3px 1px #61484D, 3px 3px 1px red;}

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

This text has shadow with #61484D primary color and red secondary color.


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

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

This text has shadow with #61484D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61484D on black background.


Color preview on white background

This text has color #61484D on white background.



Black color preview on #61484D background

This text has black color on #61484D background.


White color preview on #61484D background

This text has white color on #61484D background.