COLOR #6F072A

HEX: #6F072A
RGB: (111,7,42)

Color info

#6F072A contains mainly red color. Web safe color of #6F072A is #660033 (or #603).

RGB color model

#6F072A color RGB value is (111,7,42).

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

RGB channels and saturation

R 111 of 255 = 44%
G 7 of 255 = 3%
B 42 of 255 = 16%

111
7
42

R + G + B ~ 21%. #6F072A is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 7 + 42 = 160 (100%)
R 111 of 160 ~ 69.38%
G 7 of 160 ~ 4.38%
B 42 of 160 ~ 26.25%

%69.38
%26.25

CMYK color model

#6F072A color CMYK value is (0,94,62,56).

  • cyan value is 0.00%
  • magenta value is 93.69%
  • yellow value is 62.16%
  • key color value is 56.47%
CMYK:
(0,94,62,56)
C0M94Y62K56 
(0%,94%,62%,56%)
(0.00/0.94/0.62/0.56)	

CMYK percentages

%0
%93.69
%62.16
%56.47

Codes

Color #6F072A in popluar color models

6F072A
RGB111742
HSL340°88.14%23.14%
HSB/HSV340°93.69%43.53%
CMYK0.00%93.69%62.16%
56.47%

Color #6F072A in popluar number systems.

HEX6F072A
Decimal111742
Binary1101111111101010
Octal157752

Shades and tints

Shades of #6F072A

#6F072A
(111,7,42)
#650727
(101,7,39)
#5B0724
(91,7,36)
#510721
(81,7,33)
#47071E
(71,7,30)
#3D071B
(61,7,27)
#330718
(51,7,24)
#290715
(41,7,21)
#1F0712
(31,7,18)
#15070F
(21,7,15)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #6F072A

#6F072A
(111,7,42)
#7C1D3D
(124,29,61)
#893350
(137,51,80)
#964963
(150,73,99)
#A35F76
(163,95,118)
#B07589
(176,117,137)
#BD8B9C
(189,139,156)
#CAA1AF
(202,161,175)
#D7B7C2
(215,183,194)
#E4CDD5
(228,205,213)
#F1E3E8
(241,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F072A; }

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

This text font color is #6F072A.


Background Color

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

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

This div background color is #6F072A.


Border color

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

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

This div border color is #6F072A.


Opacity

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

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

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

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

This text has shadow with #6F072A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F072A on black background.


Color preview on white background

This text has color #6F072A on white background.



Black color preview on #6F072A background

This text has black color on #6F072A background.


White color preview on #6F072A background

This text has white color on #6F072A background.