COLOR #79434F

HEX: #79434F
RGB: (121,67,79)

Color info

#79434F contains red, green and blue colors in about the same proportion. Web safe color of #79434F is #663366 (or #636).

RGB color model

#79434F color RGB value is (121,67,79).

  • red value is 121;
  • green value is 67;
  • blue value is 79.
RGB:
(121,67,79)
(47%,26%,31%)

RGB channels and saturation

R 121 of 255 = 47%
G 67 of 255 = 26%
B 79 of 255 = 31%

121
67
79

R + G + B ~ 35%. #79434F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 67 + 79 = 267 (100%)
R 121 of 267 ~ 45.32%
G 67 of 267 ~ 25.09%
B 79 of 267 ~ 29.59%

%45.32
%25.09
%29.59

CMYK color model

#79434F color CMYK value is (0,45,35,53).

  • cyan value is 0.00%
  • magenta value is 44.63%
  • yellow value is 34.71%
  • key color value is 52.55%
CMYK:
(0,45,35,53)
C0M45Y35K53 
(0%,45%,35%,53%)
(0.00/0.45/0.35/0.53)	

CMYK percentages

%0
%44.63
%34.71
%52.55

Codes

Color #79434F in popluar color models

79434F
RGB1216779
HSL347°28.72%36.86%
HSB/HSV347°44.63%47.45%
CMYK0.00%44.63%34.71%
52.55%

Color #79434F in popluar number systems.

HEX79434F
Decimal1216779
Binary111100110000111001111
Octal171103117

Shades and tints

Shades of #79434F

#79434F
(121,67,79)
#6E3D48
(110,61,72)
#633741
(99,55,65)
#58313A
(88,49,58)
#4D2B33
(77,43,51)
#42252C
(66,37,44)
#371F25
(55,31,37)
#2C191E
(44,25,30)
#211317
(33,19,23)
#160D10
(22,13,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #79434F

#79434F
(121,67,79)
#85545F
(133,84,95)
#91656F
(145,101,111)
#9D767F
(157,118,127)
#A9878F
(169,135,143)
#B5989F
(181,152,159)
#C1A9AF
(193,169,175)
#CDBABF
(205,186,191)
#D9CBCF
(217,203,207)
#E5DCDF
(229,220,223)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79434F color. Also use rgb(121,67,79) instead hex code.

Text Font Color

.myTextColor { color: #79434F; }

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

This text font color is #79434F.


Background Color

.myBgColor { background-color: #79434F; }

<div style="background-color:#79434F">Inner text</div>

This div background color is #79434F.


Border color

.myBorderColor { border: 1px solid #79434F; }

<div style="border:3px solid #79434F">Div</div>

This div border color is #79434F.


Opacity

.myOpacity80 { color: #79434F; opacity: 0.8; }

<p style="color:#79434F;opacity:0.8;">80%</p>

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

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

This text has shadow with #79434F color.

.textShadow {text-shadow: 3px 3px 1px #79434F, 3px 3px 1px red;}

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

This text has shadow with #79434F primary color and red secondary color.


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

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

This text has shadow with #79434F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79434F on black background.


Color preview on white background

This text has color #79434F on white background.



Black color preview on #79434F background

This text has black color on #79434F background.


White color preview on #79434F background

This text has white color on #79434F background.