COLOR #61372F

HEX: #61372F
RGB: (97,55,47)

Color info

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

RGB color model

#61372F color RGB value is (97,55,47).

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

RGB channels and saturation

R 97 of 255 = 38%
G 55 of 255 = 22%
B 47 of 255 = 18%

97
55
47

R + G + B ~ 26%. #61372F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 55 + 47 = 199 (100%)
R 97 of 199 ~ 48.74%
G 55 of 199 ~ 27.64%
B 47 of 199 ~ 23.62%

%48.74
%27.64
%23.62

CMYK color model

#61372F color CMYK value is (0,43,52,62).

  • cyan value is 0.00%
  • magenta value is 43.30%
  • yellow value is 51.55%
  • key color value is 61.96%
CMYK:
(0,43,52,62)
C0M43Y52K62 
(0%,43%,52%,62%)
(0.00/0.43/0.52/0.62)	

CMYK percentages

%0
%43.3
%51.55
%61.96

Codes

Color #61372F in popluar color models

61372F
RGB975547
HSL10°34.72%28.24%
HSB/HSV10°51.55%38.04%
CMYK0.00%43.30%51.55%
61.96%

Color #61372F in popluar number systems.

HEX61372F
Decimal975547
Binary1100001110111101111
Octal1416757

Shades and tints

Shades of #61372F

#61372F
(97,55,47)
#59322B
(89,50,43)
#512D27
(81,45,39)
#492823
(73,40,35)
#41231F
(65,35,31)
#391E1B
(57,30,27)
#311917
(49,25,23)
#291413
(41,20,19)
#210F0F
(33,15,15)
#190A0B
(25,10,11)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #61372F

#61372F
(97,55,47)
#6F4941
(111,73,65)
#7D5B53
(125,91,83)
#8B6D65
(139,109,101)
#997F77
(153,127,119)
#A79189
(167,145,137)
#B5A39B
(181,163,155)
#C3B5AD
(195,181,173)
#D1C7BF
(209,199,191)
#DFD9D1
(223,217,209)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61372F color. Also use rgb(97,55,47) instead hex code.

Text Font Color

.myTextColor { color: #61372F; }

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

This text font color is #61372F.


Background Color

.myBgColor { background-color: #61372F; }

<div style="background-color:#61372F">Inner text</div>

This div background color is #61372F.


Border color

.myBorderColor { border: 1px solid #61372F; }

<div style="border:3px solid #61372F">Div</div>

This div border color is #61372F.


Opacity

.myOpacity80 { color: #61372F; opacity: 0.8; }

<p style="color:#61372F;opacity:0.8;">80%</p>

Text with #61372F 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 #61372F;}

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

This text has shadow with #61372F color.

.textShadow {text-shadow: 3px 3px 1px #61372F, 3px 3px 1px red;}

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

This text has shadow with #61372F primary color and red secondary color.


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

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

This text has shadow with #61372F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61372F on black background.


Color preview on white background

This text has color #61372F on white background.



Black color preview on #61372F background

This text has black color on #61372F background.


White color preview on #61372F background

This text has white color on #61372F background.