COLOR #6F2437

HEX: #6F2437 RGB: (111,36,55)

Color info

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

RGB color model

#6F2437 color RGB value is (111,36,55).

RGB: (111,36,55) (44%, 14%, 22%)

RGB channels and saturation

R 111 of 255 = 44%
G 36 of 255 = 14%
B 55 of 255 = 22%

111
36
55

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

Portions of RGB colors in percentages

R + G + B = 111 + 36 + 55 = 202 (100%)
R 111 of 202 ~ 54.95%
G 36 of 202 ~ 17.82%
B 55 of 202 ~ 27.23'%

%54.95
%17.82
%27.23

CMYK color model

#6F2437 color CMYK value is (0,68,50,56).

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

CMYK: (0,68,50,56)
C0M68Y50K56 (0%, 68%, 50%, 56%)
(0.00 / 0.68 / 0.50 / 0.56)

CMYK percentages

%0
%67.57
%50.45
%56.47

Codes

Color #6F2437 in popluar color models

6F 24 37
RGB 111 36 55
HSL 345° 51.02% 28.82%
HSB/HSV 345° 67.57% 43.53%
CMYK 0.00% 67.57% 50.45%
56.47%

Color #6F2437 in popluar number systems.

HEX 6F 24 37
Decimal 111 36 55
Binary 1101111 100100 110111
Octal 157 44 67

Shades and tints

Shades of #6F2437

#6F2437
(111,36,55)
#652132
(101,33,50)
#5B1E2D
(91,30,45)
#511B28
(81,27,40)
#471823
(71,24,35)
#3D151E
(61,21,30)
#331219
(51,18,25)
#290F14
(41,15,20)
#1F0C0F
(31,12,15)
#15090A
(21,9,10)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #6F2437

#6F2437
(111,36,55)
#7C3749
(124,55,73)
#894A5B
(137,74,91)
#965D6D
(150,93,109)
#A3707F
(163,112,127)
#B08391
(176,131,145)
#BD96A3
(189,150,163)
#CAA9B5
(202,169,181)
#D7BCC7
(215,188,199)
#E4CFD9
(228,207,217)
#F1E2EB
(241,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2437; }

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

This text font color is #6F2437.

Background Color

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

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

This div background color is #6F2437.

Border color

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

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

This div border color is #6F2437.

Opacity

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

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

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

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

This text has shadow with #6F2437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2437.

Preview

Color preview on black background

This text has color #6F2437 on black background.


Color preview on white background

This text has color #6F2437 on white background.


Black color preview on #6F2437 background

This text has black color on #6F2437 background.


White color preview on #6F2437 background

This text has white color on #6F2437 background.


Related colors

Complementary color

Complementary color for #hex is #90DBC8.


I love getcolorcode.com

Triadic colors

1 #376F24 and #24376F with #6F2437 are triadic colors.

2 #37246F and #246F37 with #6F2437 are triadic colors.