COLOR #6F3041

HEX: #6F3041
RGB: (111,48,65)

Color info

#6F3041 contains mainly red and blue colors. Web safe color of #6F3041 is #663333 (or #633).

RGB color model

#6F3041 color RGB value is (111,48,65).

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

RGB channels and saturation

R 111 of 255 = 44%
G 48 of 255 = 19%
B 65 of 255 = 25%

111
48
65

R + G + B ~ 29%. #6F3041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 48 + 65 = 224 (100%)
R 111 of 224 ~ 49.55%
G 48 of 224 ~ 21.43%
B 65 of 224 ~ 29.02%

%49.55
%21.43
%29.02

CMYK color model

#6F3041 color CMYK value is (0,57,41,56).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 41.44%
  • key color value is 56.47%
CMYK:
(0,57,41,56)
C0M57Y41K56 
(0%,57%,41%,56%)
(0.00/0.57/0.41/0.56)	

CMYK percentages

%0
%56.76
%41.44
%56.47

Codes

Color #6F3041 in popluar color models

6F3041
RGB1114865
HSL344°39.62%31.18%
HSB/HSV344°56.76%43.53%
CMYK0.00%56.76%41.44%
56.47%

Color #6F3041 in popluar number systems.

HEX6F3041
Decimal1114865
Binary11011111100001000001
Octal15760101

Shades and tints

Shades of #6F3041

#6F3041
(111,48,65)
#652C3C
(101,44,60)
#5B2837
(91,40,55)
#512432
(81,36,50)
#47202D
(71,32,45)
#3D1C28
(61,28,40)
#331823
(51,24,35)
#29141E
(41,20,30)
#1F1019
(31,16,25)
#150C14
(21,12,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #6F3041

#6F3041
(111,48,65)
#7C4252
(124,66,82)
#895463
(137,84,99)
#966674
(150,102,116)
#A37885
(163,120,133)
#B08A96
(176,138,150)
#BD9CA7
(189,156,167)
#CAAEB8
(202,174,184)
#D7C0C9
(215,192,201)
#E4D2DA
(228,210,218)
#F1E4EB
(241,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3041; }

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

This text font color is #6F3041.


Background Color

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

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

This div background color is #6F3041.


Border color

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

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

This div border color is #6F3041.


Opacity

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

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

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

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

This text has shadow with #6F3041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3041 on black background.


Color preview on white background

This text has color #6F3041 on white background.



Black color preview on #6F3041 background

This text has black color on #6F3041 background.


White color preview on #6F3041 background

This text has white color on #6F3041 background.