COLOR #61271D

HEX: #61271D
RGB: (97,39,29)

Color info

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

RGB color model

#61271D color RGB value is (97,39,29).

  • red value is 97;
  • green value is 39;
  • blue value is 29.
RGB:
(97,39,29)
(38%,15%,11%)

RGB channels and saturation

R 97 of 255 = 38%
G 39 of 255 = 15%
B 29 of 255 = 11%

97
39
29

R + G + B ~ 21%. #61271D is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 39 + 29 = 165 (100%)
R 97 of 165 ~ 58.79%
G 39 of 165 ~ 23.64%
B 29 of 165 ~ 17.58%

%58.79
%23.64
%17.58

CMYK color model

#61271D color CMYK value is (0,60,70,62).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 70.10%
  • key color value is 61.96%
CMYK:
(0,60,70,62)
C0M60Y70K62 
(0%,60%,70%,62%)
(0.00/0.60/0.70/0.62)	

CMYK percentages

%0
%59.79
%70.1
%61.96

Codes

Color #61271D in popluar color models

61271D
RGB973929
HSL53.97%24.71%
HSB/HSV70.10%38.04%
CMYK0.00%59.79%70.10%
61.96%

Color #61271D in popluar number systems.

HEX61271D
Decimal973929
Binary110000110011111101
Octal1414735

Shades and tints

Shades of #61271D

#61271D
(97,39,29)
#59241B
(89,36,27)
#512119
(81,33,25)
#491E17
(73,30,23)
#411B15
(65,27,21)
#391813
(57,24,19)
#311511
(49,21,17)
#29120F
(41,18,15)
#210F0D
(33,15,13)
#190C0B
(25,12,11)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #61271D

#61271D
(97,39,29)
#6F3A31
(111,58,49)
#7D4D45
(125,77,69)
#8B6059
(139,96,89)
#99736D
(153,115,109)
#A78681
(167,134,129)
#B59995
(181,153,149)
#C3ACA9
(195,172,169)
#D1BFBD
(209,191,189)
#DFD2D1
(223,210,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61271D color. Also use rgb(97,39,29) instead hex code.

Text Font Color

.myTextColor { color: #61271D; }

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

This text font color is #61271D.


Background Color

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

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

This div background color is #61271D.


Border color

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

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

This div border color is #61271D.


Opacity

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

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

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

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

This text has shadow with #61271D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61271D on black background.


Color preview on white background

This text has color #61271D on white background.



Black color preview on #61271D background

This text has black color on #61271D background.


White color preview on #61271D background

This text has white color on #61271D background.