COLOR #6F3230

HEX: #6F3230
RGB: (111,50,48)

Color info

#6F3230 contains mainly red color. Web safe color of #6F3230 is #663333 (or #633).

RGB color model

#6F3230 color RGB value is (111,50,48).

  • red value is 111;
  • green value is 50;
  • blue value is 48.
RGB:
(111,50,48)
(44%,20%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 50 of 255 = 20%
B 48 of 255 = 19%

111
50
48

R + G + B ~ 28%. #6F3230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 50 + 48 = 209 (100%)
R 111 of 209 ~ 53.11%
G 50 of 209 ~ 23.92%
B 48 of 209 ~ 22.97%

%53.11
%23.92
%22.97

CMYK color model

#6F3230 color CMYK value is (0,55,57,56).

  • cyan value is 0.00%
  • magenta value is 54.95%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(0,55,57,56)
C0M55Y57K56 
(0%,55%,57%,56%)
(0.00/0.55/0.57/0.56)	

CMYK percentages

%0
%54.95
%56.76
%56.47

Codes

Color #6F3230 in popluar color models

6F3230
RGB1115048
HSL39.62%31.18%
HSB/HSV56.76%43.53%
CMYK0.00%54.95%56.76%
56.47%

Color #6F3230 in popluar number systems.

HEX6F3230
Decimal1115048
Binary1101111110010110000
Octal1576260

Shades and tints

Shades of #6F3230

#6F3230
(111,50,48)
#652E2C
(101,46,44)
#5B2A28
(91,42,40)
#512624
(81,38,36)
#472220
(71,34,32)
#3D1E1C
(61,30,28)
#331A18
(51,26,24)
#291614
(41,22,20)
#1F1210
(31,18,16)
#150E0C
(21,14,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #6F3230

#6F3230
(111,50,48)
#7C4442
(124,68,66)
#895654
(137,86,84)
#966866
(150,104,102)
#A37A78
(163,122,120)
#B08C8A
(176,140,138)
#BD9E9C
(189,158,156)
#CAB0AE
(202,176,174)
#D7C2C0
(215,194,192)
#E4D4D2
(228,212,210)
#F1E6E4
(241,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3230 color. Also use rgb(111,50,48) instead hex code.

Text Font Color

.myTextColor { color: #6F3230; }

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

This text font color is #6F3230.


Background Color

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

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

This div background color is #6F3230.


Border color

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

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

This div border color is #6F3230.


Opacity

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

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

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

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

This text has shadow with #6F3230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3230 on black background.


Color preview on white background

This text has color #6F3230 on white background.



Black color preview on #6F3230 background

This text has black color on #6F3230 background.


White color preview on #6F3230 background

This text has white color on #6F3230 background.