COLOR #61423B

HEX: #61423B
RGB: (97,66,59)

Color info

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

RGB color model

#61423B color RGB value is (97,66,59).

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

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 59 of 255 = 23%

97
66
59

R + G + B ~ 29%. #61423B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 59 = 222 (100%)
R 97 of 222 ~ 43.69%
G 66 of 222 ~ 29.73%
B 59 of 222 ~ 26.58%

%43.69
%29.73
%26.58

CMYK color model

#61423B color CMYK value is (0,32,39,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(0,32,39,62)
C0M32Y39K62 
(0%,32%,39%,62%)
(0.00/0.32/0.39/0.62)	

CMYK percentages

%0
%31.96
%39.18
%61.96

Codes

Color #61423B in popluar color models

61423B
RGB976659
HSL11°24.36%30.59%
HSB/HSV11°39.18%38.04%
CMYK0.00%31.96%39.18%
61.96%

Color #61423B in popluar number systems.

HEX61423B
Decimal976659
Binary11000011000010111011
Octal14110273

Shades and tints

Shades of #61423B

#61423B
(97,66,59)
#593C36
(89,60,54)
#513631
(81,54,49)
#49302C
(73,48,44)
#412A27
(65,42,39)
#392422
(57,36,34)
#311E1D
(49,30,29)
#291818
(41,24,24)
#211213
(33,18,19)
#190C0E
(25,12,14)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #61423B

#61423B
(97,66,59)
#6F534C
(111,83,76)
#7D645D
(125,100,93)
#8B756E
(139,117,110)
#99867F
(153,134,127)
#A79790
(167,151,144)
#B5A8A1
(181,168,161)
#C3B9B2
(195,185,178)
#D1CAC3
(209,202,195)
#DFDBD4
(223,219,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61423B color. Also use rgb(97,66,59) instead hex code.

Text Font Color

.myTextColor { color: #61423B; }

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

This text font color is #61423B.


Background Color

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

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

This div background color is #61423B.


Border color

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

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

This div border color is #61423B.


Opacity

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

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

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

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

This text has shadow with #61423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61423B on black background.


Color preview on white background

This text has color #61423B on white background.



Black color preview on #61423B background

This text has black color on #61423B background.


White color preview on #61423B background

This text has white color on #61423B background.