COLOR #6F495F

HEX: #6F495F
RGB: (111,73,95)

Color info

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

RGB color model

#6F495F color RGB value is (111,73,95).

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

RGB channels and saturation

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

111
73
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 95 = 279 (100%)
R 111 of 279 ~ 39.78%
G 73 of 279 ~ 26.16%
B 95 of 279 ~ 34.05%

%39.78
%26.16
%34.05

CMYK color model

#6F495F color CMYK value is (0,34,14,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(0,34,14,56)
C0M34Y14K56 
(0%,34%,14%,56%)
(0.00/0.34/0.14/0.56)	

CMYK percentages

%0
%34.23
%14.41
%56.47

Codes

Color #6F495F in popluar color models

6F495F
RGB1117395
HSL325°20.65%36.08%
HSB/HSV325°34.23%43.53%
CMYK0.00%34.23%14.41%
56.47%

Color #6F495F in popluar number systems.

HEX6F495F
Decimal1117395
Binary110111110010011011111
Octal157111137

Shades and tints

Shades of #6F495F

#6F495F
(111,73,95)
#654357
(101,67,87)
#5B3D4F
(91,61,79)
#513747
(81,55,71)
#47313F
(71,49,63)
#3D2B37
(61,43,55)
#33252F
(51,37,47)
#291F27
(41,31,39)
#1F191F
(31,25,31)
#151317
(21,19,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F495F

#6F495F
(111,73,95)
#7C596D
(124,89,109)
#89697B
(137,105,123)
#967989
(150,121,137)
#A38997
(163,137,151)
#B099A5
(176,153,165)
#BDA9B3
(189,169,179)
#CAB9C1
(202,185,193)
#D7C9CF
(215,201,207)
#E4D9DD
(228,217,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F495F; }

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

This text font color is #6F495F.


Background Color

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

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

This div background color is #6F495F.


Border color

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

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

This div border color is #6F495F.


Opacity

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

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

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

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

This text has shadow with #6F495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F495F on black background.


Color preview on white background

This text has color #6F495F on white background.



Black color preview on #6F495F background

This text has black color on #6F495F background.


White color preview on #6F495F background

This text has white color on #6F495F background.