COLOR #6F4958

HEX: #6F4958
RGB: (111,73,88)

Color info

#6F4958 contains red, green and blue colors in about the same proportion. Web safe color of #6F4958 is #663366 (or #636).

RGB color model

#6F4958 color RGB value is (111,73,88).

  • red value is 111;
  • green value is 73;
  • blue value is 88.
RGB:
(111,73,88)
(44%,29%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 88 of 255 = 35%

111
73
88

R + G + B ~ 36%. #6F4958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 88 = 272 (100%)
R 111 of 272 ~ 40.81%
G 73 of 272 ~ 26.84%
B 88 of 272 ~ 32.35%

%40.81
%26.84
%32.35

CMYK color model

#6F4958 color CMYK value is (0,34,21,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,34,21,56)
C0M34Y21K56 
(0%,34%,21%,56%)
(0.00/0.34/0.21/0.56)	

CMYK percentages

%0
%34.23
%20.72
%56.47

Codes

Color #6F4958 in popluar color models

6F4958
RGB1117388
HSL336°20.65%36.08%
HSB/HSV336°34.23%43.53%
CMYK0.00%34.23%20.72%
56.47%

Color #6F4958 in popluar number systems.

HEX6F4958
Decimal1117388
Binary110111110010011011000
Octal157111130

Shades and tints

Shades of #6F4958

#6F4958
(111,73,88)
#654350
(101,67,80)
#5B3D48
(91,61,72)
#513740
(81,55,64)
#473138
(71,49,56)
#3D2B30
(61,43,48)
#332528
(51,37,40)
#291F20
(41,31,32)
#1F1918
(31,25,24)
#151310
(21,19,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #6F4958

#6F4958
(111,73,88)
#7C5967
(124,89,103)
#896976
(137,105,118)
#967985
(150,121,133)
#A38994
(163,137,148)
#B099A3
(176,153,163)
#BDA9B2
(189,169,178)
#CAB9C1
(202,185,193)
#D7C9D0
(215,201,208)
#E4D9DF
(228,217,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4958 color. Also use rgb(111,73,88) instead hex code.

Text Font Color

.myTextColor { color: #6F4958; }

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

This text font color is #6F4958.


Background Color

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

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

This div background color is #6F4958.


Border color

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

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

This div border color is #6F4958.


Opacity

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

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

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

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

This text has shadow with #6F4958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4958 on black background.


Color preview on white background

This text has color #6F4958 on white background.



Black color preview on #6F4958 background

This text has black color on #6F4958 background.


White color preview on #6F4958 background

This text has white color on #6F4958 background.