COLOR #6F223B

HEX: #6F223B RGB: (111,34,59)

Color info

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

RGB color model

#6F223B color RGB value is (111,34,59).

RGB: (111,34,59) (44%, 13%, 23%)

RGB channels and saturation

R 111 of 255 = 44%
G 34 of 255 = 13%
B 59 of 255 = 23%

111
34
59

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

Portions of RGB colors in percentages

R + G + B = 111 + 34 + 59 = 204 (100%)
R 111 of 204 ~ 54.41%
G 34 of 204 ~ 16.67%
B 59 of 204 ~ 28.92'%

%54.41
%16.67
%28.92

CMYK color model

#6F223B color CMYK value is (0,69,47,56).

  • cyan value is 0.00%
  • magenta value is 69.37%
  • yellow value is 46.85%
  • key color value is 56.47%

CMYK: (0,69,47,56)
C0M69Y47K56 (0%, 69%, 47%, 56%)
(0.00 / 0.69 / 0.47 / 0.56)

CMYK percentages

%0
%69.37
%46.85
%56.47

Codes

Color #6F223B in popluar color models

6F 22 3B
RGB 111 34 59
HSL 341° 53.10% 28.43%
HSB/HSV 341° 69.37% 43.53%
CMYK 0.00% 69.37% 46.85%
56.47%

Color #6F223B in popluar number systems.

HEX 6F 22 3B
Decimal 111 34 59
Binary 1101111 100010 111011
Octal 157 42 73

Shades and tints

Shades of #6F223B

#6F223B
(111,34,59)
#651F36
(101,31,54)
#5B1C31
(91,28,49)
#51192C
(81,25,44)
#471627
(71,22,39)
#3D1322
(61,19,34)
#33101D
(51,16,29)
#290D18
(41,13,24)
#1F0A13
(31,10,19)
#15070E
(21,7,14)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #6F223B

#6F223B
(111,34,59)
#7C364C
(124,54,76)
#894A5D
(137,74,93)
#965E6E
(150,94,110)
#A3727F
(163,114,127)
#B08690
(176,134,144)
#BD9AA1
(189,154,161)
#CAAEB2
(202,174,178)
#D7C2C3
(215,194,195)
#E4D6D4
(228,214,212)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F223B color. Also use rgb(111,34,59) instead hex code.

Text Font Color

.myTextColor { color: #6F223B; }

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

This text font color is #6F223B.

Background Color

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

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

This div background color is #6F223B.

Border color

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

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

This div border color is #6F223B.

Opacity

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

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

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

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

This text has shadow with #6F223B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F223B.

Preview

Color preview on black background

This text has color #6F223B on black background.


Color preview on white background

This text has color #6F223B on white background.


Black color preview on #6F223B background

This text has black color on #6F223B background.


White color preview on #6F223B background

This text has white color on #6F223B background.


Related colors

Complementary color

Complementary color for #hex is #90DDC4.


I love getcolorcode.com

Triadic colors

1 #3B6F22 and #223B6F with #6F223B are triadic colors.

2 #3B226F and #226F3B with #6F223B are triadic colors.