COLOR #614F52

HEX: #614F52
RGB: (97,79,82)

Color info

#614F52 contains red, green and blue colors in about the same proportion. Web safe color of #614F52 is #666666 (or #666).

RGB color model

#614F52 color RGB value is (97,79,82).

  • red value is 97;
  • green value is 79;
  • blue value is 82.
RGB:
(97,79,82)
(38%,31%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 79 of 255 = 31%
B 82 of 255 = 32%

97
79
82

R + G + B ~ 34%. #614F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 79 + 82 = 258 (100%)
R 97 of 258 ~ 37.6%
G 79 of 258 ~ 30.62%
B 82 of 258 ~ 31.78%

%37.6
%30.62
%31.78

CMYK color model

#614F52 color CMYK value is (0,19,15,62).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(0,19,15,62)
C0M19Y15K62 
(0%,19%,15%,62%)
(0.00/0.19/0.15/0.62)	

CMYK percentages

%0
%18.56
%15.46
%61.96

Codes

Color #614F52 in popluar color models

614F52
RGB977982
HSL350°10.23%34.51%
HSB/HSV350°18.56%38.04%
CMYK0.00%18.56%15.46%
61.96%

Color #614F52 in popluar number systems.

HEX614F52
Decimal977982
Binary110000110011111010010
Octal141117122

Shades and tints

Shades of #614F52

#614F52
(97,79,82)
#59484B
(89,72,75)
#514144
(81,65,68)
#493A3D
(73,58,61)
#413336
(65,51,54)
#392C2F
(57,44,47)
#312528
(49,37,40)
#291E21
(41,30,33)
#21171A
(33,23,26)
#191013
(25,16,19)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #614F52

#614F52
(97,79,82)
#6F5F61
(111,95,97)
#7D6F70
(125,111,112)
#8B7F7F
(139,127,127)
#998F8E
(153,143,142)
#A79F9D
(167,159,157)
#B5AFAC
(181,175,172)
#C3BFBB
(195,191,187)
#D1CFCA
(209,207,202)
#DFDFD9
(223,223,217)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614F52; }

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

This text font color is #614F52.


Background Color

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

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

This div background color is #614F52.


Border color

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

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

This div border color is #614F52.


Opacity

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

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

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

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

This text has shadow with #614F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614F52 on black background.


Color preview on white background

This text has color #614F52 on white background.



Black color preview on #614F52 background

This text has black color on #614F52 background.


White color preview on #614F52 background

This text has white color on #614F52 background.