COLOR #6F4C58

HEX: #6F4C58
RGB: (111,76,88)

Color info

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

RGB color model

#6F4C58 color RGB value is (111,76,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 76 of 255 = 30%
B 88 of 255 = 35%

111
76
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 76 + 88 = 275 (100%)
R 111 of 275 ~ 40.36%
G 76 of 275 ~ 27.64%
B 88 of 275 ~ 32%

%40.36
%27.64
%32

CMYK color model

#6F4C58 color CMYK value is (0,32,21,56).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,32,21,56)
C0M32Y21K56 
(0%,32%,21%,56%)
(0.00/0.32/0.21/0.56)	

CMYK percentages

%0
%31.53
%20.72
%56.47

Codes

Color #6F4C58 in popluar color models

6F4C58
RGB1117688
HSL339°18.72%36.67%
HSB/HSV339°31.53%43.53%
CMYK0.00%31.53%20.72%
56.47%

Color #6F4C58 in popluar number systems.

HEX6F4C58
Decimal1117688
Binary110111110011001011000
Octal157114130

Shades and tints

Shades of #6F4C58

#6F4C58
(111,76,88)
#654650
(101,70,80)
#5B4048
(91,64,72)
#513A40
(81,58,64)
#473438
(71,52,56)
#3D2E30
(61,46,48)
#332828
(51,40,40)
#292220
(41,34,32)
#1F1C18
(31,28,24)
#151610
(21,22,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #6F4C58

#6F4C58
(111,76,88)
#7C5C67
(124,92,103)
#896C76
(137,108,118)
#967C85
(150,124,133)
#A38C94
(163,140,148)
#B09CA3
(176,156,163)
#BDACB2
(189,172,178)
#CABCC1
(202,188,193)
#D7CCD0
(215,204,208)
#E4DCDF
(228,220,223)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4C58; }

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

This text font color is #6F4C58.


Background Color

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

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

This div background color is #6F4C58.


Border color

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

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

This div border color is #6F4C58.


Opacity

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

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

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

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

This text has shadow with #6F4C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4C58 on black background.


Color preview on white background

This text has color #6F4C58 on white background.



Black color preview on #6F4C58 background

This text has black color on #6F4C58 background.


White color preview on #6F4C58 background

This text has white color on #6F4C58 background.