COLOR #6F5161

HEX: #6F5161
RGB: (111,81,97)

Color info

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

RGB color model

#6F5161 color RGB value is (111,81,97).

  • red value is 111;
  • green value is 81;
  • blue value is 97.
RGB:
(111,81,97)
(44%,32%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 97 of 255 = 38%

111
81
97

R + G + B ~ 38%. #6F5161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 97 = 289 (100%)
R 111 of 289 ~ 38.41%
G 81 of 289 ~ 28.03%
B 97 of 289 ~ 33.56%

%38.41
%28.03
%33.56

CMYK color model

#6F5161 color CMYK value is (0,27,13,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(0,27,13,56)
C0M27Y13K56 
(0%,27%,13%,56%)
(0.00/0.27/0.13/0.56)	

CMYK percentages

%0
%27.03
%12.61
%56.47

Codes

Color #6F5161 in popluar color models

6F5161
RGB1118197
HSL328°15.63%37.65%
HSB/HSV328°27.03%43.53%
CMYK0.00%27.03%12.61%
56.47%

Color #6F5161 in popluar number systems.

HEX6F5161
Decimal1118197
Binary110111110100011100001
Octal157121141

Shades and tints

Shades of #6F5161

#6F5161
(111,81,97)
#654A59
(101,74,89)
#5B4351
(91,67,81)
#513C49
(81,60,73)
#473541
(71,53,65)
#3D2E39
(61,46,57)
#332731
(51,39,49)
#292029
(41,32,41)
#1F1921
(31,25,33)
#151219
(21,18,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F5161

#6F5161
(111,81,97)
#7C606F
(124,96,111)
#896F7D
(137,111,125)
#967E8B
(150,126,139)
#A38D99
(163,141,153)
#B09CA7
(176,156,167)
#BDABB5
(189,171,181)
#CABAC3
(202,186,195)
#D7C9D1
(215,201,209)
#E4D8DF
(228,216,223)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5161 color. Also use rgb(111,81,97) instead hex code.

Text Font Color

.myTextColor { color: #6F5161; }

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

This text font color is #6F5161.


Background Color

.myBgColor { background-color: #6F5161; }

<div style="background-color:#6F5161">Inner text</div>

This div background color is #6F5161.


Border color

.myBorderColor { border: 1px solid #6F5161; }

<div style="border:3px solid #6F5161">Div</div>

This div border color is #6F5161.


Opacity

.myOpacity80 { color: #6F5161; opacity: 0.8; }

<p style="color:#6F5161;opacity:0.8;">80%</p>

Text with #6F5161 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 #6F5161;}

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

This text has shadow with #6F5161 color.

.textShadow {text-shadow: 3px 3px 1px #6F5161, 3px 3px 1px red;}

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

This text has shadow with #6F5161 primary color and red secondary color.


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

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

This text has shadow with #6F5161 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5161 on black background.


Color preview on white background

This text has color #6F5161 on white background.



Black color preview on #6F5161 background

This text has black color on #6F5161 background.


White color preview on #6F5161 background

This text has white color on #6F5161 background.