COLOR #724F64

HEX: #724F64
RGB: (114,79,100)

Color info

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

RGB color model

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

  • red value is 114;
  • green value is 79;
  • blue value is 100.
RGB:
(114,79,100)
(45%,31%,39%)

RGB channels and saturation

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

114
79
100

R + G + B ~ 38%. #724F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 100 = 293 (100%)
R 114 of 293 ~ 38.91%
G 79 of 293 ~ 26.96%
B 100 of 293 ~ 34.13%

%38.91
%26.96
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,31,12,55)
C0M31Y12K55 
(0%,31%,12%,55%)
(0.00/0.31/0.12/0.55)	

CMYK percentages

%0
%30.7
%12.28
%55.29

Codes

Color #724F64 in popluar color models

724F64
RGB11479100
HSL324°18.13%37.84%
HSB/HSV324°30.70%44.71%
CMYK0.00%30.70%12.28%
55.29%

Color #724F64 in popluar number systems.

HEX724F64
Decimal11479100
Binary111001010011111100100
Octal162117144

Shades and tints

Shades of #724F64

#724F64
(114,79,100)
#68485B
(104,72,91)
#5E4152
(94,65,82)
#543A49
(84,58,73)
#4A3340
(74,51,64)
#402C37
(64,44,55)
#36252E
(54,37,46)
#2C1E25
(44,30,37)
#22171C
(34,23,28)
#181013
(24,16,19)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #724F64

#724F64
(114,79,100)
#7E5F72
(126,95,114)
#8A6F80
(138,111,128)
#967F8E
(150,127,142)
#A28F9C
(162,143,156)
#AE9FAA
(174,159,170)
#BAAFB8
(186,175,184)
#C6BFC6
(198,191,198)
#D2CFD4
(210,207,212)
#DEDFE2
(222,223,226)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724F64; }

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

This text font color is #724F64.


Background Color

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

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

This div background color is #724F64.


Border color

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

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

This div border color is #724F64.


Opacity

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

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

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

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

This text has shadow with #724F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F64 on black background.


Color preview on white background

This text has color #724F64 on white background.



Black color preview on #724F64 background

This text has black color on #724F64 background.


White color preview on #724F64 background

This text has white color on #724F64 background.