COLOR #724F4F

HEX: #724F4F RGB: (114,79,79)

Color info

#724F4F contains red, green and blue colors in about the same proportion. Web safe color of #724F4F is #666666 (or #666).

RGB color model

#724F4F color RGB value is (114,79,79).

RGB: (114,79,79) (45%, 31%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 79 of 255 = 31%
B 79 of 255 = 31%

114
79
79

R + G + B ~ 36%. #724F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 79 + 79 = 272 (100%)
R 114 of 272 ~ 41.91%
G 79 of 272 ~ 29.04%
B 79 of 272 ~ 29.04'%

%41.91
%29.04
%29.04

CMYK color model

#724F4F color CMYK value is (0,31,31,55).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 30.70%
  • key color value is 55.29%

CMYK: (0,31,31,55)
C0M31Y31K55 (0%, 31%, 31%, 55%)
(0.00 / 0.31 / 0.31 / 0.55)

CMYK percentages

%0
%30.7
%30.7
%55.29

Codes

Color #724F4F in popluar color models

72 4F 4F
RGB 114 79 79
HSL 18.13% 37.84%
HSB/HSV 30.70% 44.71%
CMYK 0.00% 30.70% 30.70%
55.29%

Color #724F4F in popluar number systems.

HEX 72 4F 4F
Decimal 114 79 79
Binary 1110010 1001111 1001111
Octal 162 117 117

Shades and tints

Shades of #724F4F

#724F4F
(114,79,79)
#684848
(104,72,72)
#5E4141
(94,65,65)
#543A3A
(84,58,58)
#4A3333
(74,51,51)
#402C2C
(64,44,44)
#362525
(54,37,37)
#2C1E1E
(44,30,30)
#221717
(34,23,23)
#181010
(24,16,16)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #724F4F

#724F4F
(114,79,79)
#7E5F5F
(126,95,95)
#8A6F6F
(138,111,111)
#967F7F
(150,127,127)
#A28F8F
(162,143,143)
#AE9F9F
(174,159,159)
#BAAFAF
(186,175,175)
#C6BFBF
(198,191,191)
#D2CFCF
(210,207,207)
#DEDFDF
(222,223,223)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724F4F color. Also use rgb(114,79,79) instead hex code.

Text Font Color

.myTextColor { color: #724F4F; }

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

This text font color is #724F4F.

Background Color

.myBgColor { background-color: #724F4F; }

<div style="background-color:#724F4F">Inner text</div>

This div background color is #724F4F.

Border color

.myBorderColor { border: 1px solid #724F4F; }

<div style="border:3px solid #724F4F">Div</div>

This div border color is #724F4F.

Opacity

.myOpacity80 { color: #724F4F; opacity: 0.8; }

<p style="color:#724F4F;opacity:0.8;">80%</p>

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

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

This text has shadow with #724F4F color.


.textShadow {text-shadow: 3px 3px 1px #724F4F', 3px 3px 1px red;}

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

This text has shadow with #724F4F primary color and red secondary color.


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

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

This text has shadow with #724F4F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #724F4F; -webkit-box-shadow: 1px 1px 3px 2px #724F4F; box-shadow:1px 1px 3px 2px #724F4F;">
Div content here
</div>

This div box has shadow with color #724F4F.

Preview

Color preview on black background

This text has color #724F4F on black background.


Color preview on white background

This text has color #724F4F on white background.


Black color preview on #724F4F background

This text has black color on #724F4F background.


White color preview on #724F4F background

This text has white color on #724F4F background.


Related colors

Complementary color

Complementary color for #hex is #8DB0B0.


I love getcolorcode.com