COLOR #6F3345

HEX: #6F3345
RGB: (111,51,69)

Color info

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

RGB color model

#6F3345 color RGB value is (111,51,69).

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

RGB channels and saturation

R 111 of 255 = 44%
G 51 of 255 = 20%
B 69 of 255 = 27%

111
51
69

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

Portions of RGB colors in percentages

R + G + B =
111 + 51 + 69 = 231 (100%)
R 111 of 231 ~ 48.05%
G 51 of 231 ~ 22.08%
B 69 of 231 ~ 29.87%

%48.05
%22.08
%29.87

CMYK color model

#6F3345 color CMYK value is (0,54,38,56).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 37.84%
  • key color value is 56.47%
CMYK:
(0,54,38,56)
C0M54Y38K56 
(0%,54%,38%,56%)
(0.00/0.54/0.38/0.56)	

CMYK percentages

%0
%54.05
%37.84
%56.47

Codes

Color #6F3345 in popluar color models

6F3345
RGB1115169
HSL342°37.04%31.76%
HSB/HSV342°54.05%43.53%
CMYK0.00%54.05%37.84%
56.47%

Color #6F3345 in popluar number systems.

HEX6F3345
Decimal1115169
Binary11011111100111000101
Octal15763105

Shades and tints

Shades of #6F3345

#6F3345
(111,51,69)
#652F3F
(101,47,63)
#5B2B39
(91,43,57)
#512733
(81,39,51)
#47232D
(71,35,45)
#3D1F27
(61,31,39)
#331B21
(51,27,33)
#29171B
(41,23,27)
#1F1315
(31,19,21)
#150F0F
(21,15,15)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F3345

#6F3345
(111,51,69)
#7C4555
(124,69,85)
#895765
(137,87,101)
#966975
(150,105,117)
#A37B85
(163,123,133)
#B08D95
(176,141,149)
#BD9FA5
(189,159,165)
#CAB1B5
(202,177,181)
#D7C3C5
(215,195,197)
#E4D5D5
(228,213,213)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3345; }

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

This text font color is #6F3345.


Background Color

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

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

This div background color is #6F3345.


Border color

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

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

This div border color is #6F3345.


Opacity

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

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

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

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

This text has shadow with #6F3345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3345 on black background.


Color preview on white background

This text has color #6F3345 on white background.



Black color preview on #6F3345 background

This text has black color on #6F3345 background.


White color preview on #6F3345 background

This text has white color on #6F3345 background.