COLOR #61494B

HEX: #61494B
RGB: (97,73,75)

Color info

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

RGB color model

#61494B color RGB value is (97,73,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 75 of 255 = 29%

97
73
75

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

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 75 = 245 (100%)
R 97 of 245 ~ 39.59%
G 73 of 245 ~ 29.8%
B 75 of 245 ~ 30.61%

%39.59
%29.8
%30.61

CMYK color model

#61494B color CMYK value is (0,25,23,62).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,25,23,62)
C0M25Y23K62 
(0%,25%,23%,62%)
(0.00/0.25/0.23/0.62)	

CMYK percentages

%0
%24.74
%22.68
%61.96

Codes

Color #61494B in popluar color models

61494B
RGB977375
HSL355°14.12%33.33%
HSB/HSV355°24.74%38.04%
CMYK0.00%24.74%22.68%
61.96%

Color #61494B in popluar number systems.

HEX61494B
Decimal977375
Binary110000110010011001011
Octal141111113

Shades and tints

Shades of #61494B

#61494B
(97,73,75)
#594345
(89,67,69)
#513D3F
(81,61,63)
#493739
(73,55,57)
#413133
(65,49,51)
#392B2D
(57,43,45)
#312527
(49,37,39)
#291F21
(41,31,33)
#21191B
(33,25,27)
#191315
(25,19,21)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #61494B

#61494B
(97,73,75)
#6F595B
(111,89,91)
#7D696B
(125,105,107)
#8B797B
(139,121,123)
#99898B
(153,137,139)
#A7999B
(167,153,155)
#B5A9AB
(181,169,171)
#C3B9BB
(195,185,187)
#D1C9CB
(209,201,203)
#DFD9DB
(223,217,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61494B; }

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

This text font color is #61494B.


Background Color

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

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

This div background color is #61494B.


Border color

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

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

This div border color is #61494B.


Opacity

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

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

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

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

This text has shadow with #61494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61494B on black background.


Color preview on white background

This text has color #61494B on white background.



Black color preview on #61494B background

This text has black color on #61494B background.


White color preview on #61494B background

This text has white color on #61494B background.