COLOR #61422C

HEX: #61422C
RGB: (97,66,44)

Color info

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

RGB color model

#61422C color RGB value is (97,66,44).

  • red value is 97;
  • green value is 66;
  • blue value is 44.
RGB:
(97,66,44)
(38%,26%,17%)

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 44 of 255 = 17%

97
66
44

R + G + B ~ 27%. #61422C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 44 = 207 (100%)
R 97 of 207 ~ 46.86%
G 66 of 207 ~ 31.88%
B 44 of 207 ~ 21.26%

%46.86
%31.88
%21.26

CMYK color model

#61422C color CMYK value is (0,32,55,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 54.64%
  • key color value is 61.96%
CMYK:
(0,32,55,62)
C0M32Y55K62 
(0%,32%,55%,62%)
(0.00/0.32/0.55/0.62)	

CMYK percentages

%0
%31.96
%54.64
%61.96

Codes

Color #61422C in popluar color models

61422C
RGB976644
HSL25°37.59%27.65%
HSB/HSV25°54.64%38.04%
CMYK0.00%31.96%54.64%
61.96%

Color #61422C in popluar number systems.

HEX61422C
Decimal976644
Binary11000011000010101100
Octal14110254

Shades and tints

Shades of #61422C

#61422C
(97,66,44)
#593C28
(89,60,40)
#513624
(81,54,36)
#493020
(73,48,32)
#412A1C
(65,42,28)
#392418
(57,36,24)
#311E14
(49,30,20)
#291810
(41,24,16)
#21120C
(33,18,12)
#190C08
(25,12,8)
#110604
(17,6,4)
#000000
(0,0,0)

Tints of #61422C

#61422C
(97,66,44)
#6F533F
(111,83,63)
#7D6452
(125,100,82)
#8B7565
(139,117,101)
#998678
(153,134,120)
#A7978B
(167,151,139)
#B5A89E
(181,168,158)
#C3B9B1
(195,185,177)
#D1CAC4
(209,202,196)
#DFDBD7
(223,219,215)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61422C color. Also use rgb(97,66,44) instead hex code.

Text Font Color

.myTextColor { color: #61422C; }

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

This text font color is #61422C.


Background Color

.myBgColor { background-color: #61422C; }

<div style="background-color:#61422C">Inner text</div>

This div background color is #61422C.


Border color

.myBorderColor { border: 1px solid #61422C; }

<div style="border:3px solid #61422C">Div</div>

This div border color is #61422C.


Opacity

.myOpacity80 { color: #61422C; opacity: 0.8; }

<p style="color:#61422C;opacity:0.8;">80%</p>

Text with #61422C 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 #61422C;}

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

This text has shadow with #61422C color.

.textShadow {text-shadow: 3px 3px 1px #61422C, 3px 3px 1px red;}

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

This text has shadow with #61422C primary color and red secondary color.


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

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

This text has shadow with #61422C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61422C on black background.


Color preview on white background

This text has color #61422C on white background.



Black color preview on #61422C background

This text has black color on #61422C background.


White color preview on #61422C background

This text has white color on #61422C background.