COLOR #6F1925

HEX: #6F1925
RGB: (111,25,37)

Color info

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

RGB color model

#6F1925 color RGB value is (111,25,37).

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

RGB channels and saturation

R 111 of 255 = 44%
G 25 of 255 = 10%
B 37 of 255 = 15%

111
25
37

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

Portions of RGB colors in percentages

R + G + B =
111 + 25 + 37 = 173 (100%)
R 111 of 173 ~ 64.16%
G 25 of 173 ~ 14.45%
B 37 of 173 ~ 21.39%

%64.16
%14.45
%21.39

CMYK color model

#6F1925 color CMYK value is (0,77,67,56).

  • cyan value is 0.00%
  • magenta value is 77.48%
  • yellow value is 66.67%
  • key color value is 56.47%
CMYK:
(0,77,67,56)
C0M77Y67K56 
(0%,77%,67%,56%)
(0.00/0.77/0.67/0.56)	

CMYK percentages

%0
%77.48
%66.67
%56.47

Codes

Color #6F1925 in popluar color models

6F1925
RGB1112537
HSL352°63.24%26.67%
HSB/HSV352°77.48%43.53%
CMYK0.00%77.48%66.67%
56.47%

Color #6F1925 in popluar number systems.

HEX6F1925
Decimal1112537
Binary110111111001100101
Octal1573145

Shades and tints

Shades of #6F1925

#6F1925
(111,25,37)
#651722
(101,23,34)
#5B151F
(91,21,31)
#51131C
(81,19,28)
#471119
(71,17,25)
#3D0F16
(61,15,22)
#330D13
(51,13,19)
#290B10
(41,11,16)
#1F090D
(31,9,13)
#15070A
(21,7,10)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #6F1925

#6F1925
(111,25,37)
#7C2D38
(124,45,56)
#89414B
(137,65,75)
#96555E
(150,85,94)
#A36971
(163,105,113)
#B07D84
(176,125,132)
#BD9197
(189,145,151)
#CAA5AA
(202,165,170)
#D7B9BD
(215,185,189)
#E4CDD0
(228,205,208)
#F1E1E3
(241,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1925; }

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

This text font color is #6F1925.


Background Color

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

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

This div background color is #6F1925.


Border color

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

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

This div border color is #6F1925.


Opacity

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

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

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

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

This text has shadow with #6F1925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1925 on black background.


Color preview on white background

This text has color #6F1925 on white background.



Black color preview on #6F1925 background

This text has black color on #6F1925 background.


White color preview on #6F1925 background

This text has white color on #6F1925 background.