COLOR #6F3C4D

HEX: #6F3C4D
RGB: (111,60,77)

Color info

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

RGB color model

#6F3C4D color RGB value is (111,60,77).

  • red value is 111;
  • green value is 60;
  • blue value is 77.
RGB:
(111,60,77)
(44%,24%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 77 of 255 = 30%

111
60
77

R + G + B ~ 33%. #6F3C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 77 = 248 (100%)
R 111 of 248 ~ 44.76%
G 60 of 248 ~ 24.19%
B 77 of 248 ~ 31.05%

%44.76
%24.19
%31.05

CMYK color model

#6F3C4D color CMYK value is (0,46,31,56).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(0,46,31,56)
C0M46Y31K56 
(0%,46%,31%,56%)
(0.00/0.46/0.31/0.56)	

CMYK percentages

%0
%45.95
%30.63
%56.47

Codes

Color #6F3C4D in popluar color models

6F3C4D
RGB1116077
HSL340°29.82%33.53%
HSB/HSV340°45.95%43.53%
CMYK0.00%45.95%30.63%
56.47%

Color #6F3C4D in popluar number systems.

HEX6F3C4D
Decimal1116077
Binary11011111111001001101
Octal15774115

Shades and tints

Shades of #6F3C4D

#6F3C4D
(111,60,77)
#653746
(101,55,70)
#5B323F
(91,50,63)
#512D38
(81,45,56)
#472831
(71,40,49)
#3D232A
(61,35,42)
#331E23
(51,30,35)
#29191C
(41,25,28)
#1F1415
(31,20,21)
#150F0E
(21,15,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #6F3C4D

#6F3C4D
(111,60,77)
#7C4D5D
(124,77,93)
#895E6D
(137,94,109)
#966F7D
(150,111,125)
#A3808D
(163,128,141)
#B0919D
(176,145,157)
#BDA2AD
(189,162,173)
#CAB3BD
(202,179,189)
#D7C4CD
(215,196,205)
#E4D5DD
(228,213,221)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3C4D; }

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

This text font color is #6F3C4D.


Background Color

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

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

This div background color is #6F3C4D.


Border color

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

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

This div border color is #6F3C4D.


Opacity

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

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

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

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

This text has shadow with #6F3C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3C4D on black background.


Color preview on white background

This text has color #6F3C4D on white background.



Black color preview on #6F3C4D background

This text has black color on #6F3C4D background.


White color preview on #6F3C4D background

This text has white color on #6F3C4D background.