COLOR #6F2F07

HEX: #6F2F07
RGB: (111,47,7)

Color info

#6F2F07 contains mainly red color. Web safe color of #6F2F07 is #663300 (or #630).

RGB color model

#6F2F07 color RGB value is (111,47,7).

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

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 7 of 255 = 3%

111
47
7

R + G + B ~ 22%. #6F2F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 47 + 7 = 165 (100%)
R 111 of 165 ~ 67.27%
G 47 of 165 ~ 28.48%
B 7 of 165 ~ 4.24%

%67.27
%28.48

CMYK color model

#6F2F07 color CMYK value is (0,58,94,56).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 93.69%
  • key color value is 56.47%
CMYK:
(0,58,94,56)
C0M58Y94K56 
(0%,58%,94%,56%)
(0.00/0.58/0.94/0.56)	

CMYK percentages

%0
%57.66
%93.69
%56.47

Codes

Color #6F2F07 in popluar color models

6F2F07
RGB111477
HSL23°88.14%23.14%
HSB/HSV23°93.69%43.53%
CMYK0.00%57.66%93.69%
56.47%

Color #6F2F07 in popluar number systems.

HEX6F2F07
Decimal111477
Binary1101111101111111
Octal157577

Shades and tints

Shades of #6F2F07

#6F2F07
(111,47,7)
#652B07
(101,43,7)
#5B2707
(91,39,7)
#512307
(81,35,7)
#471F07
(71,31,7)
#3D1B07
(61,27,7)
#331707
(51,23,7)
#291307
(41,19,7)
#1F0F07
(31,15,7)
#150B07
(21,11,7)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #6F2F07

#6F2F07
(111,47,7)
#7C411D
(124,65,29)
#895333
(137,83,51)
#966549
(150,101,73)
#A3775F
(163,119,95)
#B08975
(176,137,117)
#BD9B8B
(189,155,139)
#CAADA1
(202,173,161)
#D7BFB7
(215,191,183)
#E4D1CD
(228,209,205)
#F1E3E3
(241,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2F07; }

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

This text font color is #6F2F07.


Background Color

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

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

This div background color is #6F2F07.


Border color

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

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

This div border color is #6F2F07.


Opacity

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

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

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

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

This text has shadow with #6F2F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2F07 on black background.


Color preview on white background

This text has color #6F2F07 on white background.



Black color preview on #6F2F07 background

This text has black color on #6F2F07 background.


White color preview on #6F2F07 background

This text has white color on #6F2F07 background.