COLOR #7F224D

HEX: #7F224D
RGB: (127,34,77)

Color info

#7F224D contains mainly red and blue colors. Web safe color of #7F224D is #663333 (or #633).

RGB color model

#7F224D color RGB value is (127,34,77).

  • red value is 127;
  • green value is 34;
  • blue value is 77.
RGB:
(127,34,77)
(50%,13%,30%)

RGB channels and saturation

R 127 of 255 = 50%
G 34 of 255 = 13%
B 77 of 255 = 30%

127
34
77

R + G + B ~ 31%. #7F224D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 34 + 77 = 238 (100%)
R 127 of 238 ~ 53.36%
G 34 of 238 ~ 14.29%
B 77 of 238 ~ 32.35%

%53.36
%14.29
%32.35

CMYK color model

#7F224D color CMYK value is (0,73,39,50).

  • cyan value is 0.00%
  • magenta value is 73.23%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK:
(0,73,39,50)
C0M73Y39K50 
(0%,73%,39%,50%)
(0.00/0.73/0.39/0.50)	

CMYK percentages

%0
%73.23
%39.37
%50.2

Codes

Color #7F224D in popluar color models

7F224D
RGB1273477
HSL332°57.76%31.57%
HSB/HSV332°73.23%49.80%
CMYK0.00%73.23%39.37%
50.20%

Color #7F224D in popluar number systems.

HEX7F224D
Decimal1273477
Binary11111111000101001101
Octal17742115

Shades and tints

Shades of #7F224D

#7F224D
(127,34,77)
#741F46
(116,31,70)
#691C3F
(105,28,63)
#5E1938
(94,25,56)
#531631
(83,22,49)
#48132A
(72,19,42)
#3D1023
(61,16,35)
#320D1C
(50,13,28)
#270A15
(39,10,21)
#1C070E
(28,7,14)
#110407
(17,4,7)
#000000
(0,0,0)

Tints of #7F224D

#7F224D
(127,34,77)
#8A365D
(138,54,93)
#954A6D
(149,74,109)
#A05E7D
(160,94,125)
#AB728D
(171,114,141)
#B6869D
(182,134,157)
#C19AAD
(193,154,173)
#CCAEBD
(204,174,189)
#D7C2CD
(215,194,205)
#E2D6DD
(226,214,221)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F224D color. Also use rgb(127,34,77) instead hex code.

Text Font Color

.myTextColor { color: #7F224D; }

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

This text font color is #7F224D.


Background Color

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

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

This div background color is #7F224D.


Border color

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

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

This div border color is #7F224D.


Opacity

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

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

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

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

This text has shadow with #7F224D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F224D on black background.


Color preview on white background

This text has color #7F224D on white background.



Black color preview on #7F224D background

This text has black color on #7F224D background.


White color preview on #7F224D background

This text has white color on #7F224D background.