COLOR #724B27

HEX: #724B27
RGB: (114,75,39)

Color info

#724B27 contains mainly red and green colors. Web safe color of #724B27 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

114
75
39

R + G + B ~ 30%. #724B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 39 = 228 (100%)
R 114 of 228 ~ 50%
G 75 of 228 ~ 32.89%
B 39 of 228 ~ 17.11%

%50
%32.89
%17.11

CMYK color model

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

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

CMYK percentages

%0
%34.21
%65.79
%55.29

Codes

Color #724B27 in popluar color models

724B27
RGB1147539
HSL29°49.02%30.00%
HSB/HSV29°65.79%44.71%
CMYK0.00%34.21%65.79%
55.29%

Color #724B27 in popluar number systems.

HEX724B27
Decimal1147539
Binary11100101001011100111
Octal16211347

Shades and tints

Shades of #724B27

#724B27
(114,75,39)
#684524
(104,69,36)
#5E3F21
(94,63,33)
#54391E
(84,57,30)
#4A331B
(74,51,27)
#402D18
(64,45,24)
#362715
(54,39,21)
#2C2112
(44,33,18)
#221B0F
(34,27,15)
#18150C
(24,21,12)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #724B27

#724B27
(114,75,39)
#7E5B3A
(126,91,58)
#8A6B4D
(138,107,77)
#967B60
(150,123,96)
#A28B73
(162,139,115)
#AE9B86
(174,155,134)
#BAAB99
(186,171,153)
#C6BBAC
(198,187,172)
#D2CBBF
(210,203,191)
#DEDBD2
(222,219,210)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B27; }

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

This text font color is #724B27.


Background Color

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

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

This div background color is #724B27.


Border color

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

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

This div border color is #724B27.


Opacity

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

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

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

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

This text has shadow with #724B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B27 on black background.


Color preview on white background

This text has color #724B27 on white background.



Black color preview on #724B27 background

This text has black color on #724B27 background.


White color preview on #724B27 background

This text has white color on #724B27 background.