COLOR #7F2625

HEX: #7F2625
RGB: (127,38,37)

Color info

#7F2625 contains mainly red color. Web safe color of #7F2625 is #663333 (or #633).

RGB color model

#7F2625 color RGB value is (127,38,37).

  • red value is 127;
  • green value is 38;
  • blue value is 37.
RGB:
(127,38,37)
(50%,15%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 38 of 255 = 15%
B 37 of 255 = 15%

127
38
37

R + G + B ~ 27%. #7F2625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 38 + 37 = 202 (100%)
R 127 of 202 ~ 62.87%
G 38 of 202 ~ 18.81%
B 37 of 202 ~ 18.32%

%62.87
%18.81
%18.32

CMYK color model

#7F2625 color CMYK value is (0,70,71,50).

  • cyan value is 0.00%
  • magenta value is 70.08%
  • yellow value is 70.87%
  • key color value is 50.20%
CMYK:
(0,70,71,50)
C0M70Y71K50 
(0%,70%,71%,50%)
(0.00/0.70/0.71/0.50)	

CMYK percentages

%0
%70.08
%70.87
%50.2

Codes

Color #7F2625 in popluar color models

7F2625
RGB1273837
HSL54.88%32.16%
HSB/HSV70.87%49.80%
CMYK0.00%70.08%70.87%
50.20%

Color #7F2625 in popluar number systems.

HEX7F2625
Decimal1273837
Binary1111111100110100101
Octal1774645

Shades and tints

Shades of #7F2625

#7F2625
(127,38,37)
#742322
(116,35,34)
#69201F
(105,32,31)
#5E1D1C
(94,29,28)
#531A19
(83,26,25)
#481716
(72,23,22)
#3D1413
(61,20,19)
#321110
(50,17,16)
#270E0D
(39,14,13)
#1C0B0A
(28,11,10)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #7F2625

#7F2625
(127,38,37)
#8A3938
(138,57,56)
#954C4B
(149,76,75)
#A05F5E
(160,95,94)
#AB7271
(171,114,113)
#B68584
(182,133,132)
#C19897
(193,152,151)
#CCABAA
(204,171,170)
#D7BEBD
(215,190,189)
#E2D1D0
(226,209,208)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2625 color. Also use rgb(127,38,37) instead hex code.

Text Font Color

.myTextColor { color: #7F2625; }

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

This text font color is #7F2625.


Background Color

.myBgColor { background-color: #7F2625; }

<div style="background-color:#7F2625">Inner text</div>

This div background color is #7F2625.


Border color

.myBorderColor { border: 1px solid #7F2625; }

<div style="border:3px solid #7F2625">Div</div>

This div border color is #7F2625.


Opacity

.myOpacity80 { color: #7F2625; opacity: 0.8; }

<p style="color:#7F2625;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F2625 color.

.textShadow {text-shadow: 3px 3px 1px #7F2625, 3px 3px 1px red;}

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

This text has shadow with #7F2625 primary color and red secondary color.


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

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

This text has shadow with #7F2625 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2625 on black background.


Color preview on white background

This text has color #7F2625 on white background.



Black color preview on #7F2625 background

This text has black color on #7F2625 background.


White color preview on #7F2625 background

This text has white color on #7F2625 background.