COLOR #61373A

HEX: #61373A
RGB: (97,55,58)

Color info

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

RGB color model

#61373A color RGB value is (97,55,58).

  • red value is 97;
  • green value is 55;
  • blue value is 58.
RGB:
(97,55,58)
(38%,22%,23%)

RGB channels and saturation

R 97 of 255 = 38%
G 55 of 255 = 22%
B 58 of 255 = 23%

97
55
58

R + G + B ~ 28%. #61373A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 55 + 58 = 210 (100%)
R 97 of 210 ~ 46.19%
G 55 of 210 ~ 26.19%
B 58 of 210 ~ 27.62%

%46.19
%26.19
%27.62

CMYK color model

#61373A color CMYK value is (0,43,40,62).

  • cyan value is 0.00%
  • magenta value is 43.30%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(0,43,40,62)
C0M43Y40K62 
(0%,43%,40%,62%)
(0.00/0.43/0.40/0.62)	

CMYK percentages

%0
%43.3
%40.21
%61.96

Codes

Color #61373A in popluar color models

61373A
RGB975558
HSL356°27.63%29.80%
HSB/HSV356°43.30%38.04%
CMYK0.00%43.30%40.21%
61.96%

Color #61373A in popluar number systems.

HEX61373A
Decimal975558
Binary1100001110111111010
Octal1416772

Shades and tints

Shades of #61373A

#61373A
(97,55,58)
#593235
(89,50,53)
#512D30
(81,45,48)
#49282B
(73,40,43)
#412326
(65,35,38)
#391E21
(57,30,33)
#31191C
(49,25,28)
#291417
(41,20,23)
#210F12
(33,15,18)
#190A0D
(25,10,13)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #61373A

#61373A
(97,55,58)
#6F494B
(111,73,75)
#7D5B5C
(125,91,92)
#8B6D6D
(139,109,109)
#997F7E
(153,127,126)
#A7918F
(167,145,143)
#B5A3A0
(181,163,160)
#C3B5B1
(195,181,177)
#D1C7C2
(209,199,194)
#DFD9D3
(223,217,211)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61373A color. Also use rgb(97,55,58) instead hex code.

Text Font Color

.myTextColor { color: #61373A; }

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

This text font color is #61373A.


Background Color

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

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

This div background color is #61373A.


Border color

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

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

This div border color is #61373A.


Opacity

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

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

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

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

This text has shadow with #61373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61373A on black background.


Color preview on white background

This text has color #61373A on white background.



Black color preview on #61373A background

This text has black color on #61373A background.


White color preview on #61373A background

This text has white color on #61373A background.