COLOR #61321B

HEX: #61321B
RGB: (97,50,27)

Color info

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

RGB color model

#61321B color RGB value is (97,50,27).

  • red value is 97;
  • green value is 50;
  • blue value is 27.
RGB:
(97,50,27)
(38%,20%,11%)

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 27 of 255 = 11%

97
50
27

R + G + B ~ 23%. #61321B is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 50 + 27 = 174 (100%)
R 97 of 174 ~ 55.75%
G 50 of 174 ~ 28.74%
B 27 of 174 ~ 15.52%

%55.75
%28.74
%15.52

CMYK color model

#61321B color CMYK value is (0,48,72,62).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 72.16%
  • key color value is 61.96%
CMYK:
(0,48,72,62)
C0M48Y72K62 
(0%,48%,72%,62%)
(0.00/0.48/0.72/0.62)	

CMYK percentages

%0
%48.45
%72.16
%61.96

Codes

Color #61321B in popluar color models

61321B
RGB975027
HSL20°56.45%24.31%
HSB/HSV20°72.16%38.04%
CMYK0.00%48.45%72.16%
61.96%

Color #61321B in popluar number systems.

HEX61321B
Decimal975027
Binary110000111001011011
Octal1416233

Shades and tints

Shades of #61321B

#61321B
(97,50,27)
#592E19
(89,46,25)
#512A17
(81,42,23)
#492615
(73,38,21)
#412213
(65,34,19)
#391E11
(57,30,17)
#311A0F
(49,26,15)
#29160D
(41,22,13)
#21120B
(33,18,11)
#190E09
(25,14,9)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #61321B

#61321B
(97,50,27)
#6F442F
(111,68,47)
#7D5643
(125,86,67)
#8B6857
(139,104,87)
#997A6B
(153,122,107)
#A78C7F
(167,140,127)
#B59E93
(181,158,147)
#C3B0A7
(195,176,167)
#D1C2BB
(209,194,187)
#DFD4CF
(223,212,207)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61321B color. Also use rgb(97,50,27) instead hex code.

Text Font Color

.myTextColor { color: #61321B; }

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

This text font color is #61321B.


Background Color

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

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

This div background color is #61321B.


Border color

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

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

This div border color is #61321B.


Opacity

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

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

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

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

This text has shadow with #61321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61321B on black background.


Color preview on white background

This text has color #61321B on white background.



Black color preview on #61321B background

This text has black color on #61321B background.


White color preview on #61321B background

This text has white color on #61321B background.