COLOR #6F4750

HEX: #6F4750
RGB: (111,71,80)

Color info

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

RGB color model

#6F4750 color RGB value is (111,71,80).

  • red value is 111;
  • green value is 71;
  • blue value is 80.
RGB:
(111,71,80)
(44%,28%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 80 of 255 = 31%

111
71
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 71 + 80 = 262 (100%)
R 111 of 262 ~ 42.37%
G 71 of 262 ~ 27.1%
B 80 of 262 ~ 30.53%

%42.37
%27.1
%30.53

CMYK color model

#6F4750 color CMYK value is (0,36,28,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 27.93%
  • key color value is 56.47%
CMYK:
(0,36,28,56)
C0M36Y28K56 
(0%,36%,28%,56%)
(0.00/0.36/0.28/0.56)	

CMYK percentages

%0
%36.04
%27.93
%56.47

Codes

Color #6F4750 in popluar color models

6F4750
RGB1117180
HSL347°21.98%35.69%
HSB/HSV347°36.04%43.53%
CMYK0.00%36.04%27.93%
56.47%

Color #6F4750 in popluar number systems.

HEX6F4750
Decimal1117180
Binary110111110001111010000
Octal157107120

Shades and tints

Shades of #6F4750

#6F4750
(111,71,80)
#654149
(101,65,73)
#5B3B42
(91,59,66)
#51353B
(81,53,59)
#472F34
(71,47,52)
#3D292D
(61,41,45)
#332326
(51,35,38)
#291D1F
(41,29,31)
#1F1718
(31,23,24)
#151111
(21,17,17)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #6F4750

#6F4750
(111,71,80)
#7C575F
(124,87,95)
#89676E
(137,103,110)
#96777D
(150,119,125)
#A3878C
(163,135,140)
#B0979B
(176,151,155)
#BDA7AA
(189,167,170)
#CAB7B9
(202,183,185)
#D7C7C8
(215,199,200)
#E4D7D7
(228,215,215)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4750 color. Also use rgb(111,71,80) instead hex code.

Text Font Color

.myTextColor { color: #6F4750; }

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

This text font color is #6F4750.


Background Color

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

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

This div background color is #6F4750.


Border color

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

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

This div border color is #6F4750.


Opacity

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

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

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

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

This text has shadow with #6F4750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4750 on black background.


Color preview on white background

This text has color #6F4750 on white background.



Black color preview on #6F4750 background

This text has black color on #6F4750 background.


White color preview on #6F4750 background

This text has white color on #6F4750 background.