COLOR #6F454D

HEX: #6F454D RGB: (111,69,77)

Color info

#6F454D contains red, green and blue colors in about the same proportion. Web safe color of #6F454D is #663333 (or #633).

RGB color model

#6F454D color RGB value is (111,69,77).

RGB: (111,69,77) (44%, 27%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 77 of 255 = 30%

111
69
77

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

Portions of RGB colors in percentages

R + G + B = 111 + 69 + 77 = 257 (100%)
R 111 of 257 ~ 43.19%
G 69 of 257 ~ 26.85%
B 77 of 257 ~ 29.96'%

%43.19
%26.85
%29.96

CMYK color model

#6F454D color CMYK value is (0,38,31,56).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (0,38,31,56)
C0M38Y31K56 (0%, 38%, 31%, 56%)
(0.00 / 0.38 / 0.31 / 0.56)

CMYK percentages

%0
%37.84
%30.63
%56.47

Codes

Color #6F454D in popluar color models

6F 45 4D
RGB 111 69 77
HSL 349° 23.33% 35.29%
HSB/HSV 349° 37.84% 43.53%
CMYK 0.00% 37.84% 30.63%
56.47%

Color #6F454D in popluar number systems.

HEX 6F 45 4D
Decimal 111 69 77
Binary 1101111 1000101 1001101
Octal 157 105 115

Shades and tints

Shades of #6F454D

#6F454D
(111,69,77)
#653F46
(101,63,70)
#5B393F
(91,57,63)
#513338
(81,51,56)
#472D31
(71,45,49)
#3D272A
(61,39,42)
#332123
(51,33,35)
#291B1C
(41,27,28)
#1F1515
(31,21,21)
#150F0E
(21,15,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #6F454D

#6F454D
(111,69,77)
#7C555D
(124,85,93)
#89656D
(137,101,109)
#96757D
(150,117,125)
#A3858D
(163,133,141)
#B0959D
(176,149,157)
#BDA5AD
(189,165,173)
#CAB5BD
(202,181,189)
#D7C5CD
(215,197,205)
#E4D5DD
(228,213,221)
#F1E5ED
(241,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F454D; }

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

This text font color is #6F454D.

Background Color

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

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

This div background color is #6F454D.

Border color

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

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

This div border color is #6F454D.

Opacity

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

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

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

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

This text has shadow with #6F454D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F454D.

Preview

Color preview on black background

This text has color #6F454D on black background.


Color preview on white background

This text has color #6F454D on white background.


Black color preview on #6F454D background

This text has black color on #6F454D background.


White color preview on #6F454D background

This text has white color on #6F454D background.


Related colors

Complementary color

Complementary color for #hex is #90BAB2.


I love getcolorcode.com

Triadic colors

1 #4D6F45 and #454D6F with #6F454D are triadic colors.

2 #4D456F and #456F4D with #6F454D are triadic colors.