COLOR #614E4B

HEX: #614E4B
RGB: (97,78,75)

Color info

#614E4B contains red, green and blue colors in about the same proportion. Web safe color of #614E4B is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

97
78
75

R + G + B ~ 33%. #614E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 75 = 250 (100%)
R 97 of 250 ~ 38.8%
G 78 of 250 ~ 31.2%
B 75 of 250 ~ 30%

%38.8
%31.2
%30

CMYK color model

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

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

CMYK percentages

%0
%19.59
%22.68
%61.96

Codes

Color #614E4B in popluar color models

614E4B
RGB977875
HSL12.79%33.73%
HSB/HSV22.68%38.04%
CMYK0.00%19.59%22.68%
61.96%

Color #614E4B in popluar number systems.

HEX614E4B
Decimal977875
Binary110000110011101001011
Octal141116113

Shades and tints

Shades of #614E4B

#614E4B
(97,78,75)
#594745
(89,71,69)
#51403F
(81,64,63)
#493939
(73,57,57)
#413233
(65,50,51)
#392B2D
(57,43,45)
#312427
(49,36,39)
#291D21
(41,29,33)
#21161B
(33,22,27)
#190F15
(25,15,21)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #614E4B

#614E4B
(97,78,75)
#6F5E5B
(111,94,91)
#7D6E6B
(125,110,107)
#8B7E7B
(139,126,123)
#998E8B
(153,142,139)
#A79E9B
(167,158,155)
#B5AEAB
(181,174,171)
#C3BEBB
(195,190,187)
#D1CECB
(209,206,203)
#DFDEDB
(223,222,219)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E4B; }

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

This text font color is #614E4B.


Background Color

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

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

This div background color is #614E4B.


Border color

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

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

This div border color is #614E4B.


Opacity

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

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

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

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

This text has shadow with #614E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E4B on black background.


Color preview on white background

This text has color #614E4B on white background.



Black color preview on #614E4B background

This text has black color on #614E4B background.


White color preview on #614E4B background

This text has white color on #614E4B background.