COLOR #724B4B

HEX: #724B4B
RGB: (114,75,75)

Color info

#724B4B contains red, green and blue colors in about the same proportion. Web safe color of #724B4B is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

114
75
75

R + G + B ~ 34%. #724B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 75 = 264 (100%)
R 114 of 264 ~ 43.18%
G 75 of 264 ~ 28.41%
B 75 of 264 ~ 28.41%

%43.18
%28.41
%28.41

CMYK color model

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

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

CMYK percentages

%0
%34.21
%34.21
%55.29

Codes

Color #724B4B in popluar color models

724B4B
RGB1147575
HSL20.63%37.06%
HSB/HSV34.21%44.71%
CMYK0.00%34.21%34.21%
55.29%

Color #724B4B in popluar number systems.

HEX724B4B
Decimal1147575
Binary111001010010111001011
Octal162113113

Shades and tints

Shades of #724B4B

#724B4B
(114,75,75)
#684545
(104,69,69)
#5E3F3F
(94,63,63)
#543939
(84,57,57)
#4A3333
(74,51,51)
#402D2D
(64,45,45)
#362727
(54,39,39)
#2C2121
(44,33,33)
#221B1B
(34,27,27)
#181515
(24,21,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #724B4B

#724B4B
(114,75,75)
#7E5B5B
(126,91,91)
#8A6B6B
(138,107,107)
#967B7B
(150,123,123)
#A28B8B
(162,139,139)
#AE9B9B
(174,155,155)
#BAABAB
(186,171,171)
#C6BBBB
(198,187,187)
#D2CBCB
(210,203,203)
#DEDBDB
(222,219,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B4B; }

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

This text font color is #724B4B.


Background Color

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

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

This div background color is #724B4B.


Border color

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

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

This div border color is #724B4B.


Opacity

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

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

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

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

This text has shadow with #724B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B4B on black background.


Color preview on white background

This text has color #724B4B on white background.



Black color preview on #724B4B background

This text has black color on #724B4B background.


White color preview on #724B4B background

This text has white color on #724B4B background.