COLOR #6F2737

HEX: #6F2737 RGB: (111,39,55)

Color info

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

RGB color model

#6F2737 color RGB value is (111,39,55).

RGB: (111,39,55) (44%, 15%, 22%)

RGB channels and saturation

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

111
39
55

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

Portions of RGB colors in percentages

R + G + B = 111 + 39 + 55 = 205 (100%)
R 111 of 205 ~ 54.15%
G 39 of 205 ~ 19.02%
B 55 of 205 ~ 26.83'%

%54.15
%19.02
%26.83

CMYK color model

#6F2737 color CMYK value is (0,65,50,56).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 50.45%
  • key color value is 56.47%

CMYK: (0,65,50,56)
C0M65Y50K56 (0%, 65%, 50%, 56%)
(0.00 / 0.65 / 0.50 / 0.56)

CMYK percentages

%0
%64.86
%50.45
%56.47

Codes

Color #6F2737 in popluar color models

6F 27 37
RGB 111 39 55
HSL 347° 48.00% 29.41%
HSB/HSV 347° 64.86% 43.53%
CMYK 0.00% 64.86% 50.45%
56.47%

Color #6F2737 in popluar number systems.

HEX 6F 27 37
Decimal 111 39 55
Binary 1101111 100111 110111
Octal 157 47 67

Shades and tints

Shades of #6F2737

#6F2737
(111,39,55)
#652432
(101,36,50)
#5B212D
(91,33,45)
#511E28
(81,30,40)
#471B23
(71,27,35)
#3D181E
(61,24,30)
#331519
(51,21,25)
#291214
(41,18,20)
#1F0F0F
(31,15,15)
#150C0A
(21,12,10)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #6F2737

#6F2737
(111,39,55)
#7C3A49
(124,58,73)
#894D5B
(137,77,91)
#96606D
(150,96,109)
#A3737F
(163,115,127)
#B08691
(176,134,145)
#BD99A3
(189,153,163)
#CAACB5
(202,172,181)
#D7BFC7
(215,191,199)
#E4D2D9
(228,210,217)
#F1E5EB
(241,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2737; }

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

This text font color is #6F2737.

Background Color

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

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

This div background color is #6F2737.

Border color

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

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

This div border color is #6F2737.

Opacity

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

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

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

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

This text has shadow with #6F2737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2737.

Preview

Color preview on black background

This text has color #6F2737 on black background.


Color preview on white background

This text has color #6F2737 on white background.


Black color preview on #6F2737 background

This text has black color on #6F2737 background.


White color preview on #6F2737 background

This text has white color on #6F2737 background.


Related colors

Complementary color

Complementary color for #hex is #90D8C8.


I love getcolorcode.com

Triadic colors

1 #376F27 and #27376F with #6F2737 are triadic colors.

2 #37276F and #276F37 with #6F2737 are triadic colors.