COLOR #724F4B

HEX: #724F4B
RGB: (114,79,75)

Color info

#724F4B contains red, green and blue colors in about the same proportion. Web safe color of #724F4B is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

114
79
75

R + G + B ~ 35%. #724F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 75 = 268 (100%)
R 114 of 268 ~ 42.54%
G 79 of 268 ~ 29.48%
B 75 of 268 ~ 27.99%

%42.54
%29.48
%27.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(0,31,34,55)
C0M31Y34K55 
(0%,31%,34%,55%)
(0.00/0.31/0.34/0.55)	

CMYK percentages

%0
%30.7
%34.21
%55.29

Codes

Color #724F4B in popluar color models

724F4B
RGB1147975
HSL20.63%37.06%
HSB/HSV34.21%44.71%
CMYK0.00%30.70%34.21%
55.29%

Color #724F4B in popluar number systems.

HEX724F4B
Decimal1147975
Binary111001010011111001011
Octal162117113

Shades and tints

Shades of #724F4B

#724F4B
(114,79,75)
#684845
(104,72,69)
#5E413F
(94,65,63)
#543A39
(84,58,57)
#4A3333
(74,51,51)
#402C2D
(64,44,45)
#362527
(54,37,39)
#2C1E21
(44,30,33)
#22171B
(34,23,27)
#181015
(24,16,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #724F4B

#724F4B
(114,79,75)
#7E5F5B
(126,95,91)
#8A6F6B
(138,111,107)
#967F7B
(150,127,123)
#A28F8B
(162,143,139)
#AE9F9B
(174,159,155)
#BAAFAB
(186,175,171)
#C6BFBB
(198,191,187)
#D2CFCB
(210,207,203)
#DEDFDB
(222,223,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724F4B; }

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

This text font color is #724F4B.


Background Color

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

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

This div background color is #724F4B.


Border color

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

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

This div border color is #724F4B.


Opacity

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

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

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

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

This text has shadow with #724F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F4B on black background.


Color preview on white background

This text has color #724F4B on white background.



Black color preview on #724F4B background

This text has black color on #724F4B background.


White color preview on #724F4B background

This text has white color on #724F4B background.