COLOR #6F4B5F

HEX: #6F4B5F RGB: (111,75,95)

Color info

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

RGB color model

#6F4B5F color RGB value is (111,75,95).

RGB: (111,75,95) (44%, 29%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 95 of 255 = 37%

111
75
95

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

Portions of RGB colors in percentages

R + G + B = 111 + 75 + 95 = 281 (100%)
R 111 of 281 ~ 39.5%
G 75 of 281 ~ 26.69%
B 95 of 281 ~ 33.81'%

%39.5
%26.69
%33.81

CMYK color model

#6F4B5F color CMYK value is (0,32,14,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK: (0,32,14,56) C0M32Y14K56 (0%,32%,14%,56%) (0.00/0.32/0.14/0.56) 

CMYK percentages

%0
%32.43
%14.41
%56.47

Codes

Color #6F4B5F in popluar color models

6F 4B 5F
RGB 111 75 95
HSL 327° 19.35% 36.47%
HSB/HSV 327° 32.43% 43.53%
CMYK 0.00% 32.43% 14.41%
56.47%

Color #6F4B5F in popluar number systems.

HEX 6F 4B 5F
Decimal 111 75 95
Binary 1101111 1001011 1011111
Octal 157 113 137

Shades and tints

Shades of #6F4B5F

#6F4B5F
(111,75,95)
#654557
(101,69,87)
#5B3F4F
(91,63,79)
#513947
(81,57,71)
#47333F
(71,51,63)
#3D2D37
(61,45,55)
#33272F
(51,39,47)
#292127
(41,33,39)
#1F1B1F
(31,27,31)
#151517
(21,21,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F4B5F

#6F4B5F
(111,75,95)
#7C5B6D
(124,91,109)
#896B7B
(137,107,123)
#967B89
(150,123,137)
#A38B97
(163,139,151)
#B09BA5
(176,155,165)
#BDABB3
(189,171,179)
#CABBC1
(202,187,193)
#D7CBCF
(215,203,207)
#E4DBDD
(228,219,221)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4B5F color. Also use rgb(111,75,95) instead hex code.

Text Font Color

.myTextColor { color: #6F4B5F; }

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

This text font color is #6F4B5F.

Background Color

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

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

This div background color is #6F4B5F.

Border color

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

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

This div border color is #6F4B5F.

Opacity

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

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

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

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

This text has shadow with #6F4B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4B5F.

Preview

Color preview on black background

This text has color #6F4B5F on black background.


Color preview on white background

This text has color #6F4B5F on white background.


Black color preview on #6F4B5F background

This text has black color on #6F4B5F background.


White color preview on #6F4B5F background

This text has white color on #6F4B5F background.


Related colors

Complementary color

Complementary color for #hex is #90B4A0.


I love getcolorcode.com

Triadic colors

1 #5F6F4B and #4B5F6F with #6F4B5F are triadic colors.

2 #5F4B6F and #4B6F5F with #6F4B5F are triadic colors.