COLOR #6F2739

HEX: #6F2739
RGB: (111,39,57)

Color info

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

RGB color model

#6F2739 color RGB value is (111,39,57).

  • red value is 111;
  • green value is 39;
  • blue value is 57.
RGB:
(111,39,57)
(44%,15%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 39 of 255 = 15%
B 57 of 255 = 22%

111
39
57

R + G + B ~ 27%. #6F2739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 39 + 57 = 207 (100%)
R 111 of 207 ~ 53.62%
G 39 of 207 ~ 18.84%
B 57 of 207 ~ 27.54%

%53.62
%18.84
%27.54

CMYK color model

#6F2739 color CMYK value is (0,65,49,56).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK:
(0,65,49,56)
C0M65Y49K56 
(0%,65%,49%,56%)
(0.00/0.65/0.49/0.56)	

CMYK percentages

%0
%64.86
%48.65
%56.47

Codes

Color #6F2739 in popluar color models

6F2739
RGB1113957
HSL345°48.00%29.41%
HSB/HSV345°64.86%43.53%
CMYK0.00%64.86%48.65%
56.47%

Color #6F2739 in popluar number systems.

HEX6F2739
Decimal1113957
Binary1101111100111111001
Octal1574771

Shades and tints

Shades of #6F2739

#6F2739
(111,39,57)
#652434
(101,36,52)
#5B212F
(91,33,47)
#511E2A
(81,30,42)
#471B25
(71,27,37)
#3D1820
(61,24,32)
#33151B
(51,21,27)
#291216
(41,18,22)
#1F0F11
(31,15,17)
#150C0C
(21,12,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #6F2739

#6F2739
(111,39,57)
#7C3A4B
(124,58,75)
#894D5D
(137,77,93)
#96606F
(150,96,111)
#A37381
(163,115,129)
#B08693
(176,134,147)
#BD99A5
(189,153,165)
#CAACB7
(202,172,183)
#D7BFC9
(215,191,201)
#E4D2DB
(228,210,219)
#F1E5ED
(241,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2739 color. Also use rgb(111,39,57) instead hex code.

Text Font Color

.myTextColor { color: #6F2739; }

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

This text font color is #6F2739.


Background Color

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

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

This div background color is #6F2739.


Border color

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

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

This div border color is #6F2739.


Opacity

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

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

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

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

This text has shadow with #6F2739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2739 on black background.


Color preview on white background

This text has color #6F2739 on white background.



Black color preview on #6F2739 background

This text has black color on #6F2739 background.


White color preview on #6F2739 background

This text has white color on #6F2739 background.