COLOR #7F4354

HEX: #7F4354
RGB: (127,67,84)

Color info

#7F4354 contains mainly red and blue colors. Web safe color of #7F4354 is #663366 (or #636).

RGB color model

#7F4354 color RGB value is (127,67,84).

  • red value is 127;
  • green value is 67;
  • blue value is 84.
RGB:
(127,67,84)
(50%,26%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 67 of 255 = 26%
B 84 of 255 = 33%

127
67
84

R + G + B ~ 36%. #7F4354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 67 + 84 = 278 (100%)
R 127 of 278 ~ 45.68%
G 67 of 278 ~ 24.1%
B 84 of 278 ~ 30.22%

%45.68
%24.1
%30.22

CMYK color model

#7F4354 color CMYK value is (0,47,34,50).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(0,47,34,50)
C0M47Y34K50 
(0%,47%,34%,50%)
(0.00/0.47/0.34/0.50)	

CMYK percentages

%0
%47.24
%33.86
%50.2

Codes

Color #7F4354 in popluar color models

7F4354
RGB1276784
HSL343°30.93%38.04%
HSB/HSV343°47.24%49.80%
CMYK0.00%47.24%33.86%
50.20%

Color #7F4354 in popluar number systems.

HEX7F4354
Decimal1276784
Binary111111110000111010100
Octal177103124

Shades and tints

Shades of #7F4354

#7F4354
(127,67,84)
#743D4D
(116,61,77)
#693746
(105,55,70)
#5E313F
(94,49,63)
#532B38
(83,43,56)
#482531
(72,37,49)
#3D1F2A
(61,31,42)
#321923
(50,25,35)
#27131C
(39,19,28)
#1C0D15
(28,13,21)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #7F4354

#7F4354
(127,67,84)
#8A5463
(138,84,99)
#956572
(149,101,114)
#A07681
(160,118,129)
#AB8790
(171,135,144)
#B6989F
(182,152,159)
#C1A9AE
(193,169,174)
#CCBABD
(204,186,189)
#D7CBCC
(215,203,204)
#E2DCDB
(226,220,219)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4354 color. Also use rgb(127,67,84) instead hex code.

Text Font Color

.myTextColor { color: #7F4354; }

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

This text font color is #7F4354.


Background Color

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

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

This div background color is #7F4354.


Border color

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

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

This div border color is #7F4354.


Opacity

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

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

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

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

This text has shadow with #7F4354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4354 on black background.


Color preview on white background

This text has color #7F4354 on white background.



Black color preview on #7F4354 background

This text has black color on #7F4354 background.


White color preview on #7F4354 background

This text has white color on #7F4354 background.