COLOR #6F2F30

HEX: #6F2F30
RGB: (111,47,48)

Color info

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

RGB color model

#6F2F30 color RGB value is (111,47,48).

  • red value is 111;
  • green value is 47;
  • blue value is 48.
RGB:
(111,47,48)
(44%,18%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 48 of 255 = 19%

111
47
48

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

Portions of RGB colors in percentages

R + G + B =
111 + 47 + 48 = 206 (100%)
R 111 of 206 ~ 53.88%
G 47 of 206 ~ 22.82%
B 48 of 206 ~ 23.3%

%53.88
%22.82
%23.3

CMYK color model

#6F2F30 color CMYK value is (0,58,57,56).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(0,58,57,56)
C0M58Y57K56 
(0%,58%,57%,56%)
(0.00/0.58/0.57/0.56)	

CMYK percentages

%0
%57.66
%56.76
%56.47

Codes

Color #6F2F30 in popluar color models

6F2F30
RGB1114748
HSL359°40.51%30.98%
HSB/HSV359°57.66%43.53%
CMYK0.00%57.66%56.76%
56.47%

Color #6F2F30 in popluar number systems.

HEX6F2F30
Decimal1114748
Binary1101111101111110000
Octal1575760

Shades and tints

Shades of #6F2F30

#6F2F30
(111,47,48)
#652B2C
(101,43,44)
#5B2728
(91,39,40)
#512324
(81,35,36)
#471F20
(71,31,32)
#3D1B1C
(61,27,28)
#331718
(51,23,24)
#291314
(41,19,20)
#1F0F10
(31,15,16)
#150B0C
(21,11,12)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #6F2F30

#6F2F30
(111,47,48)
#7C4142
(124,65,66)
#895354
(137,83,84)
#966566
(150,101,102)
#A37778
(163,119,120)
#B0898A
(176,137,138)
#BD9B9C
(189,155,156)
#CAADAE
(202,173,174)
#D7BFC0
(215,191,192)
#E4D1D2
(228,209,210)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2F30; }

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

This text font color is #6F2F30.


Background Color

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

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

This div background color is #6F2F30.


Border color

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

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

This div border color is #6F2F30.


Opacity

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

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

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

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

This text has shadow with #6F2F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2F30 on black background.


Color preview on white background

This text has color #6F2F30 on white background.



Black color preview on #6F2F30 background

This text has black color on #6F2F30 background.


White color preview on #6F2F30 background

This text has white color on #6F2F30 background.