COLOR #6F0830

HEX: #6F0830
RGB: (111,8,48)

Color info

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

RGB color model

#6F0830 color RGB value is (111,8,48).

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

RGB channels and saturation

R 111 of 255 = 44%
G 8 of 255 = 3%
B 48 of 255 = 19%

111
8
48

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

Portions of RGB colors in percentages

R + G + B =
111 + 8 + 48 = 167 (100%)
R 111 of 167 ~ 66.47%
G 8 of 167 ~ 4.79%
B 48 of 167 ~ 28.74%

%66.47
%28.74

CMYK color model

#6F0830 color CMYK value is (0,93,57,56).

  • cyan value is 0.00%
  • magenta value is 92.79%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(0,93,57,56)
C0M93Y57K56 
(0%,93%,57%,56%)
(0.00/0.93/0.57/0.56)	

CMYK percentages

%0
%92.79
%56.76
%56.47

Codes

Color #6F0830 in popluar color models

6F0830
RGB111848
HSL337°86.55%23.33%
HSB/HSV337°92.79%43.53%
CMYK0.00%92.79%56.76%
56.47%

Color #6F0830 in popluar number systems.

HEX6F0830
Decimal111848
Binary11011111000110000
Octal1571060

Shades and tints

Shades of #6F0830

#6F0830
(111,8,48)
#65082C
(101,8,44)
#5B0828
(91,8,40)
#510824
(81,8,36)
#470820
(71,8,32)
#3D081C
(61,8,28)
#330818
(51,8,24)
#290814
(41,8,20)
#1F0810
(31,8,16)
#15080C
(21,8,12)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #6F0830

#6F0830
(111,8,48)
#7C1E42
(124,30,66)
#893454
(137,52,84)
#964A66
(150,74,102)
#A36078
(163,96,120)
#B0768A
(176,118,138)
#BD8C9C
(189,140,156)
#CAA2AE
(202,162,174)
#D7B8C0
(215,184,192)
#E4CED2
(228,206,210)
#F1E4E4
(241,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F0830; }

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

This text font color is #6F0830.


Background Color

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

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

This div background color is #6F0830.


Border color

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

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

This div border color is #6F0830.


Opacity

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

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

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

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

This text has shadow with #6F0830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0830 on black background.


Color preview on white background

This text has color #6F0830 on white background.



Black color preview on #6F0830 background

This text has black color on #6F0830 background.


White color preview on #6F0830 background

This text has white color on #6F0830 background.