COLOR #614B4B

HEX: #614B4B
RGB: (97,75,75)

Color info

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

RGB color model

#614B4B color RGB value is (97,75,75).

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

RGB channels and saturation

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

97
75
75

R + G + B ~ 32%. #614B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 75 = 247 (100%)
R 97 of 247 ~ 39.27%
G 75 of 247 ~ 30.36%
B 75 of 247 ~ 30.36%

%39.27
%30.36
%30.36

CMYK color model

#614B4B color CMYK value is (0,23,23,62).

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

CMYK percentages

%0
%22.68
%22.68
%61.96

Codes

Color #614B4B in popluar color models

614B4B
RGB977575
HSL12.79%33.73%
HSB/HSV22.68%38.04%
CMYK0.00%22.68%22.68%
61.96%

Color #614B4B in popluar number systems.

HEX614B4B
Decimal977575
Binary110000110010111001011
Octal141113113

Shades and tints

Shades of #614B4B

#614B4B
(97,75,75)
#594545
(89,69,69)
#513F3F
(81,63,63)
#493939
(73,57,57)
#413333
(65,51,51)
#392D2D
(57,45,45)
#312727
(49,39,39)
#292121
(41,33,33)
#211B1B
(33,27,27)
#191515
(25,21,21)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #614B4B

#614B4B
(97,75,75)
#6F5B5B
(111,91,91)
#7D6B6B
(125,107,107)
#8B7B7B
(139,123,123)
#998B8B
(153,139,139)
#A79B9B
(167,155,155)
#B5ABAB
(181,171,171)
#C3BBBB
(195,187,187)
#D1CBCB
(209,203,203)
#DFDBDB
(223,219,219)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614B4B; }

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

This text font color is #614B4B.


Background Color

.myBgColor { background-color: #614B4B; }

<div style="background-color:#614B4B">Inner text</div>

This div background color is #614B4B.


Border color

.myBorderColor { border: 1px solid #614B4B; }

<div style="border:3px solid #614B4B">Div</div>

This div border color is #614B4B.


Opacity

.myOpacity80 { color: #614B4B; opacity: 0.8; }

<p style="color:#614B4B;opacity:0.8;">80%</p>

Text with #614B4B 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 #614B4B;}

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

This text has shadow with #614B4B color.

.textShadow {text-shadow: 3px 3px 1px #614B4B, 3px 3px 1px red;}

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

This text has shadow with #614B4B primary color and red secondary color.


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

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

This text has shadow with #614B4B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B4B on black background.


Color preview on white background

This text has color #614B4B on white background.



Black color preview on #614B4B background

This text has black color on #614B4B background.


White color preview on #614B4B background

This text has white color on #614B4B background.