COLOR #6F3341

HEX: #6F3341
RGB: (111,51,65)

Color info

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

RGB color model

#6F3341 color RGB value is (111,51,65).

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

RGB channels and saturation

R 111 of 255 = 44%
G 51 of 255 = 20%
B 65 of 255 = 25%

111
51
65

R + G + B ~ 30%. #6F3341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 51 + 65 = 227 (100%)
R 111 of 227 ~ 48.9%
G 51 of 227 ~ 22.47%
B 65 of 227 ~ 28.63%

%48.9
%22.47
%28.63

CMYK color model

#6F3341 color CMYK value is (0,54,41,56).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 41.44%
  • key color value is 56.47%
CMYK:
(0,54,41,56)
C0M54Y41K56 
(0%,54%,41%,56%)
(0.00/0.54/0.41/0.56)	

CMYK percentages

%0
%54.05
%41.44
%56.47

Codes

Color #6F3341 in popluar color models

6F3341
RGB1115165
HSL346°37.04%31.76%
HSB/HSV346°54.05%43.53%
CMYK0.00%54.05%41.44%
56.47%

Color #6F3341 in popluar number systems.

HEX6F3341
Decimal1115165
Binary11011111100111000001
Octal15763101

Shades and tints

Shades of #6F3341

#6F3341
(111,51,65)
#652F3C
(101,47,60)
#5B2B37
(91,43,55)
#512732
(81,39,50)
#47232D
(71,35,45)
#3D1F28
(61,31,40)
#331B23
(51,27,35)
#29171E
(41,23,30)
#1F1319
(31,19,25)
#150F14
(21,15,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F3341

#6F3341
(111,51,65)
#7C4552
(124,69,82)
#895763
(137,87,99)
#966974
(150,105,116)
#A37B85
(163,123,133)
#B08D96
(176,141,150)
#BD9FA7
(189,159,167)
#CAB1B8
(202,177,184)
#D7C3C9
(215,195,201)
#E4D5DA
(228,213,218)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3341; }

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

This text font color is #6F3341.


Background Color

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

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

This div background color is #6F3341.


Border color

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

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

This div border color is #6F3341.


Opacity

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

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

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

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

This text has shadow with #6F3341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3341 on black background.


Color preview on white background

This text has color #6F3341 on white background.



Black color preview on #6F3341 background

This text has black color on #6F3341 background.


White color preview on #6F3341 background

This text has white color on #6F3341 background.