COLOR #726F4A

HEX: #726F4A
RGB: (114,111,74)

Color info

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

RGB color model

#726F4A color RGB value is (114,111,74).

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

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 74 of 255 = 29%

114
111
74

R + G + B ~ 39%. #726F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 74 = 299 (100%)
R 114 of 299 ~ 38.13%
G 111 of 299 ~ 37.12%
B 74 of 299 ~ 24.75%

%38.13
%37.12
%24.75

CMYK color model

#726F4A color CMYK value is (0,3,35,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK:
(0,3,35,55)
C0M3Y35K55 
(0%,3%,35%,55%)
(0.00/0.03/0.35/0.55)	

CMYK percentages

%0
%2.63
%35.09
%55.29

Codes

Color #726F4A in popluar color models

726F4A
RGB11411174
HSL56°21.28%36.86%
HSB/HSV56°35.09%44.71%
CMYK0.00%2.63%35.09%
55.29%

Color #726F4A in popluar number systems.

HEX726F4A
Decimal11411174
Binary111001011011111001010
Octal162157112

Shades and tints

Shades of #726F4A

#726F4A
(114,111,74)
#686544
(104,101,68)
#5E5B3E
(94,91,62)
#545138
(84,81,56)
#4A4732
(74,71,50)
#403D2C
(64,61,44)
#363326
(54,51,38)
#2C2920
(44,41,32)
#221F1A
(34,31,26)
#181514
(24,21,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #726F4A

#726F4A
(114,111,74)
#7E7C5A
(126,124,90)
#8A896A
(138,137,106)
#96967A
(150,150,122)
#A2A38A
(162,163,138)
#AEB09A
(174,176,154)
#BABDAA
(186,189,170)
#C6CABA
(198,202,186)
#D2D7CA
(210,215,202)
#DEE4DA
(222,228,218)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726F4A color. Also use rgb(114,111,74) instead hex code.

Text Font Color

.myTextColor { color: #726F4A; }

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

This text font color is #726F4A.


Background Color

.myBgColor { background-color: #726F4A; }

<div style="background-color:#726F4A">Inner text</div>

This div background color is #726F4A.


Border color

.myBorderColor { border: 1px solid #726F4A; }

<div style="border:3px solid #726F4A">Div</div>

This div border color is #726F4A.


Opacity

.myOpacity80 { color: #726F4A; opacity: 0.8; }

<p style="color:#726F4A;opacity:0.8;">80%</p>

Text with #726F4A 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 #726F4A;}

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

This text has shadow with #726F4A color.

.textShadow {text-shadow: 3px 3px 1px #726F4A, 3px 3px 1px red;}

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

This text has shadow with #726F4A primary color and red secondary color.


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

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

This text has shadow with #726F4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F4A on black background.


Color preview on white background

This text has color #726F4A on white background.



Black color preview on #726F4A background

This text has black color on #726F4A background.


White color preview on #726F4A background

This text has white color on #726F4A background.