COLOR #6F251C

HEX: #6F251C
RGB: (111,37,28)

Color info

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

RGB color model

#6F251C color RGB value is (111,37,28).

  • red value is 111;
  • green value is 37;
  • blue value is 28.
RGB:
(111,37,28)
(44%,15%,11%)

RGB channels and saturation

R 111 of 255 = 44%
G 37 of 255 = 15%
B 28 of 255 = 11%

111
37
28

R + G + B ~ 23%. #6F251C is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 37 + 28 = 176 (100%)
R 111 of 176 ~ 63.07%
G 37 of 176 ~ 21.02%
B 28 of 176 ~ 15.91%

%63.07
%21.02
%15.91

CMYK color model

#6F251C color CMYK value is (0,67,75,56).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 74.77%
  • key color value is 56.47%
CMYK:
(0,67,75,56)
C0M67Y75K56 
(0%,67%,75%,56%)
(0.00/0.67/0.75/0.56)	

CMYK percentages

%0
%66.67
%74.77
%56.47

Codes

Color #6F251C in popluar color models

6F251C
RGB1113728
HSL59.71%27.25%
HSB/HSV74.77%43.53%
CMYK0.00%66.67%74.77%
56.47%

Color #6F251C in popluar number systems.

HEX6F251C
Decimal1113728
Binary110111110010111100
Octal1574534

Shades and tints

Shades of #6F251C

#6F251C
(111,37,28)
#65221A
(101,34,26)
#5B1F18
(91,31,24)
#511C16
(81,28,22)
#471914
(71,25,20)
#3D1612
(61,22,18)
#331310
(51,19,16)
#29100E
(41,16,14)
#1F0D0C
(31,13,12)
#150A0A
(21,10,10)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #6F251C

#6F251C
(111,37,28)
#7C3830
(124,56,48)
#894B44
(137,75,68)
#965E58
(150,94,88)
#A3716C
(163,113,108)
#B08480
(176,132,128)
#BD9794
(189,151,148)
#CAAAA8
(202,170,168)
#D7BDBC
(215,189,188)
#E4D0D0
(228,208,208)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F251C color. Also use rgb(111,37,28) instead hex code.

Text Font Color

.myTextColor { color: #6F251C; }

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

This text font color is #6F251C.


Background Color

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

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

This div background color is #6F251C.


Border color

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

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

This div border color is #6F251C.


Opacity

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

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

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

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

This text has shadow with #6F251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F251C on black background.


Color preview on white background

This text has color #6F251C on white background.



Black color preview on #6F251C background

This text has black color on #6F251C background.


White color preview on #6F251C background

This text has white color on #6F251C background.