COLOR #6F4F58

HEX: #6F4F58
RGB: (111,79,88)

Color info

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

RGB color model

#6F4F58 color RGB value is (111,79,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 79 of 255 = 31%
B 88 of 255 = 35%

111
79
88

R + G + B ~ 37%. #6F4F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 79 + 88 = 278 (100%)
R 111 of 278 ~ 39.93%
G 79 of 278 ~ 28.42%
B 88 of 278 ~ 31.65%

%39.93
%28.42
%31.65

CMYK color model

#6F4F58 color CMYK value is (0,29,21,56).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,29,21,56)
C0M29Y21K56 
(0%,29%,21%,56%)
(0.00/0.29/0.21/0.56)	

CMYK percentages

%0
%28.83
%20.72
%56.47

Codes

Color #6F4F58 in popluar color models

6F4F58
RGB1117988
HSL343°16.84%37.25%
HSB/HSV343°28.83%43.53%
CMYK0.00%28.83%20.72%
56.47%

Color #6F4F58 in popluar number systems.

HEX6F4F58
Decimal1117988
Binary110111110011111011000
Octal157117130

Shades and tints

Shades of #6F4F58

#6F4F58
(111,79,88)
#654850
(101,72,80)
#5B4148
(91,65,72)
#513A40
(81,58,64)
#473338
(71,51,56)
#3D2C30
(61,44,48)
#332528
(51,37,40)
#291E20
(41,30,32)
#1F1718
(31,23,24)
#151010
(21,16,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #6F4F58

#6F4F58
(111,79,88)
#7C5F67
(124,95,103)
#896F76
(137,111,118)
#967F85
(150,127,133)
#A38F94
(163,143,148)
#B09FA3
(176,159,163)
#BDAFB2
(189,175,178)
#CABFC1
(202,191,193)
#D7CFD0
(215,207,208)
#E4DFDF
(228,223,223)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4F58; }

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

This text font color is #6F4F58.


Background Color

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

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

This div background color is #6F4F58.


Border color

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

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

This div border color is #6F4F58.


Opacity

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

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

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

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

This text has shadow with #6F4F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4F58 on black background.


Color preview on white background

This text has color #6F4F58 on white background.



Black color preview on #6F4F58 background

This text has black color on #6F4F58 background.


White color preview on #6F4F58 background

This text has white color on #6F4F58 background.