COLOR #6F454F

HEX: #6F454F RGB: (111,69,79)

Color info

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

RGB color model

#6F454F color RGB value is (111,69,79).

RGB: (111,69,79) (44%, 27%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 79 of 255 = 31%

111
69
79

R + G + B ~ 34%. #6F454F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 69 + 79 = 259 (100%)
R 111 of 259 ~ 42.86%
G 69 of 259 ~ 26.64%
B 79 of 259 ~ 30.5'%

%42.86
%26.64
%30.5

CMYK color model

#6F454F color CMYK value is (0,38,29,56).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 28.83%
  • key color value is 56.47%
CMYK: (0,38,29,56) C0M38Y29K56 (0%,38%,29%,56%) (0.00/0.38/0.29/0.56) 

CMYK percentages

%0
%37.84
%28.83
%56.47

Codes

Color #6F454F in popluar color models

6F 45 4F
RGB 111 69 79
HSL 346° 23.33% 35.29%
HSB/HSV 346° 37.84% 43.53%
CMYK 0.00% 37.84% 28.83%
56.47%

Color #6F454F in popluar number systems.

HEX 6F 45 4F
Decimal 111 69 79
Binary 1101111 1000101 1001111
Octal 157 105 117

Shades and tints

Shades of #6F454F

#6F454F
(111,69,79)
#653F48
(101,63,72)
#5B3941
(91,57,65)
#51333A
(81,51,58)
#472D33
(71,45,51)
#3D272C
(61,39,44)
#332125
(51,33,37)
#291B1E
(41,27,30)
#1F1517
(31,21,23)
#150F10
(21,15,16)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #6F454F

#6F454F
(111,69,79)
#7C555F
(124,85,95)
#89656F
(137,101,111)
#96757F
(150,117,127)
#A3858F
(163,133,143)
#B0959F
(176,149,159)
#BDA5AF
(189,165,175)
#CAB5BF
(202,181,191)
#D7C5CF
(215,197,207)
#E4D5DF
(228,213,223)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F454F; }

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

This text font color is #6F454F.

Background Color

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

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

This div background color is #6F454F.

Border color

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

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

This div border color is #6F454F.

Opacity

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

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

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

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

This text has shadow with #6F454F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F454F.

Preview

Color preview on black background

This text has color #6F454F on black background.


Color preview on white background

This text has color #6F454F on white background.


Black color preview on #6F454F background

This text has black color on #6F454F background.


White color preview on #6F454F background

This text has white color on #6F454F background.


Related colors

Complementary color

Complementary color for #hex is #90BAB0.


I love getcolorcode.com

Triadic colors

1 #4F6F45 and #454F6F with #6F454F are triadic colors.

2 #4F456F and #456F4F with #6F454F are triadic colors.