COLOR #61471E

HEX: #61471E
RGB: (97,71,30)

Color info

#61471E contains mainly red and green colors. Web safe color of #61471E is #663333 (or #633).

RGB color model

#61471E color RGB value is (97,71,30).

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

RGB channels and saturation

R 97 of 255 = 38%
G 71 of 255 = 28%
B 30 of 255 = 12%

97
71
30

R + G + B ~ 26%. #61471E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 71 + 30 = 198 (100%)
R 97 of 198 ~ 48.99%
G 71 of 198 ~ 35.86%
B 30 of 198 ~ 15.15%

%48.99
%35.86
%15.15

CMYK color model

#61471E color CMYK value is (0,27,69,62).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 69.07%
  • key color value is 61.96%
CMYK:
(0,27,69,62)
C0M27Y69K62 
(0%,27%,69%,62%)
(0.00/0.27/0.69/0.62)	

CMYK percentages

%0
%26.8
%69.07
%61.96

Codes

Color #61471E in popluar color models

61471E
RGB977130
HSL37°52.76%24.90%
HSB/HSV37°69.07%38.04%
CMYK0.00%26.80%69.07%
61.96%

Color #61471E in popluar number systems.

HEX61471E
Decimal977130
Binary1100001100011111110
Octal14110736

Shades and tints

Shades of #61471E

#61471E
(97,71,30)
#59411C
(89,65,28)
#513B1A
(81,59,26)
#493518
(73,53,24)
#412F16
(65,47,22)
#392914
(57,41,20)
#312312
(49,35,18)
#291D10
(41,29,16)
#21170E
(33,23,14)
#19110C
(25,17,12)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #61471E

#61471E
(97,71,30)
#6F5732
(111,87,50)
#7D6746
(125,103,70)
#8B775A
(139,119,90)
#99876E
(153,135,110)
#A79782
(167,151,130)
#B5A796
(181,167,150)
#C3B7AA
(195,183,170)
#D1C7BE
(209,199,190)
#DFD7D2
(223,215,210)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61471E color. Also use rgb(97,71,30) instead hex code.

Text Font Color

.myTextColor { color: #61471E; }

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

This text font color is #61471E.


Background Color

.myBgColor { background-color: #61471E; }

<div style="background-color:#61471E">Inner text</div>

This div background color is #61471E.


Border color

.myBorderColor { border: 1px solid #61471E; }

<div style="border:3px solid #61471E">Div</div>

This div border color is #61471E.


Opacity

.myOpacity80 { color: #61471E; opacity: 0.8; }

<p style="color:#61471E;opacity:0.8;">80%</p>

Text with #61471E 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 #61471E;}

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

This text has shadow with #61471E color.

.textShadow {text-shadow: 3px 3px 1px #61471E, 3px 3px 1px red;}

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

This text has shadow with #61471E primary color and red secondary color.


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

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

This text has shadow with #61471E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61471E on black background.


Color preview on white background

This text has color #61471E on white background.



Black color preview on #61471E background

This text has black color on #61471E background.


White color preview on #61471E background

This text has white color on #61471E background.