COLOR #6F2B30

HEX: #6F2B30 RGB: (111,43,48)

Color info

#6F2B30 contains mainly red color. Web safe color of #6F2B30 is #663333 (or #633).

RGB color model

#6F2B30 color RGB value is (111,43,48).

RGB: (111,43,48) (44%, 17%, 19%)

RGB channels and saturation

R 111 of 255 = 44%
G 43 of 255 = 17%
B 48 of 255 = 19%

111
43
48

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

Portions of RGB colors in percentages

R + G + B = 111 + 43 + 48 = 202 (100%)
R 111 of 202 ~ 54.95%
G 43 of 202 ~ 21.29%
B 48 of 202 ~ 23.76'%

%54.95
%21.29
%23.76

CMYK color model

#6F2B30 color CMYK value is (0,61,57,56).

  • cyan value is 0.00%
  • magenta value is 61.26%
  • yellow value is 56.76%
  • key color value is 56.47%

CMYK: (0,61,57,56)
C0M61Y57K56 (0%, 61%, 57%, 56%)
(0.00 / 0.61 / 0.57 / 0.56)

CMYK percentages

%0
%61.26
%56.76
%56.47

Codes

Color #6F2B30 in popluar color models

6F 2B 30
RGB 111 43 48
HSL 356° 44.16% 30.20%
HSB/HSV 356° 61.26% 43.53%
CMYK 0.00% 61.26% 56.76%
56.47%

Color #6F2B30 in popluar number systems.

HEX 6F 2B 30
Decimal 111 43 48
Binary 1101111 101011 110000
Octal 157 53 60

Shades and tints

Shades of #6F2B30

#6F2B30
(111,43,48)
#65282C
(101,40,44)
#5B2528
(91,37,40)
#512224
(81,34,36)
#471F20
(71,31,32)
#3D1C1C
(61,28,28)
#331918
(51,25,24)
#291614
(41,22,20)
#1F1310
(31,19,16)
#15100C
(21,16,12)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #6F2B30

#6F2B30
(111,43,48)
#7C3E42
(124,62,66)
#895154
(137,81,84)
#966466
(150,100,102)
#A37778
(163,119,120)
#B08A8A
(176,138,138)
#BD9D9C
(189,157,156)
#CAB0AE
(202,176,174)
#D7C3C0
(215,195,192)
#E4D6D2
(228,214,210)
#F1E9E4
(241,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2B30 color. Also use rgb(111,43,48) instead hex code.

Text Font Color

.myTextColor { color: #6F2B30; }

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

This text font color is #6F2B30.

Background Color

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

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

This div background color is #6F2B30.

Border color

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

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

This div border color is #6F2B30.

Opacity

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

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

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

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

This text has shadow with #6F2B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2B30.

Preview

Color preview on black background

This text has color #6F2B30 on black background.


Color preview on white background

This text has color #6F2B30 on white background.


Black color preview on #6F2B30 background

This text has black color on #6F2B30 background.


White color preview on #6F2B30 background

This text has white color on #6F2B30 background.


Related colors

Complementary color

Complementary color for #hex is #90D4CF.


I love getcolorcode.com

Triadic colors

1 #306F2B and #2B306F with #6F2B30 are triadic colors.

2 #302B6F and #2B6F30 with #6F2B30 are triadic colors.