COLOR #61444B

HEX: #61444B
RGB: (97,68,75)

Color info

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

RGB color model

#61444B color RGB value is (97,68,75).

  • red value is 97;
  • green value is 68;
  • blue value is 75.
RGB:
(97,68,75)
(38%,27%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 75 of 255 = 29%

97
68
75

R + G + B ~ 31%. #61444B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 75 = 240 (100%)
R 97 of 240 ~ 40.42%
G 68 of 240 ~ 28.33%
B 75 of 240 ~ 31.25%

%40.42
%28.33
%31.25

CMYK color model

#61444B color CMYK value is (0,30,23,62).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,30,23,62)
C0M30Y23K62 
(0%,30%,23%,62%)
(0.00/0.30/0.23/0.62)	

CMYK percentages

%0
%29.9
%22.68
%61.96

Codes

Color #61444B in popluar color models

61444B
RGB976875
HSL346°17.58%32.35%
HSB/HSV346°29.90%38.04%
CMYK0.00%29.90%22.68%
61.96%

Color #61444B in popluar number systems.

HEX61444B
Decimal976875
Binary110000110001001001011
Octal141104113

Shades and tints

Shades of #61444B

#61444B
(97,68,75)
#593E45
(89,62,69)
#51383F
(81,56,63)
#493239
(73,50,57)
#412C33
(65,44,51)
#39262D
(57,38,45)
#312027
(49,32,39)
#291A21
(41,26,33)
#21141B
(33,20,27)
#190E15
(25,14,21)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #61444B

#61444B
(97,68,75)
#6F555B
(111,85,91)
#7D666B
(125,102,107)
#8B777B
(139,119,123)
#99888B
(153,136,139)
#A7999B
(167,153,155)
#B5AAAB
(181,170,171)
#C3BBBB
(195,187,187)
#D1CCCB
(209,204,203)
#DFDDDB
(223,221,219)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61444B color. Also use rgb(97,68,75) instead hex code.

Text Font Color

.myTextColor { color: #61444B; }

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

This text font color is #61444B.


Background Color

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

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

This div background color is #61444B.


Border color

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

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

This div border color is #61444B.


Opacity

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

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

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

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

This text has shadow with #61444B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61444B on black background.


Color preview on white background

This text has color #61444B on white background.



Black color preview on #61444B background

This text has black color on #61444B background.


White color preview on #61444B background

This text has white color on #61444B background.