COLOR #727841

HEX: #727841
RGB: (114,120,65)

Color info

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

RGB color model

#727841 color RGB value is (114,120,65).

  • red value is 114;
  • green value is 120;
  • blue value is 65.
RGB:
(114,120,65)
(45%,47%,25%)

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 65 of 255 = 25%

114
120
65

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 65 = 299 (100%)
R 114 of 299 ~ 38.13%
G 120 of 299 ~ 40.13%
B 65 of 299 ~ 21.74%

%38.13
%40.13
%21.74

CMYK color model

#727841 color CMYK value is (5,0,46,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(5,0,46,53)
C5M0Y46K53 
(5%,0%,46%,53%)
(0.05/0.00/0.46/0.53)	

CMYK percentages

%5
%0
%45.83
%52.94

Codes

Color #727841 in popluar color models

727841
RGB11412065
HSL67°29.73%36.27%
HSB/HSV67°45.83%47.06%
CMYK5.00%0.00%45.83%
52.94%

Color #727841 in popluar number systems.

HEX727841
Decimal11412065
Binary111001011110001000001
Octal162170101

Shades and tints

Shades of #727841

#727841
(114,120,65)
#686E3C
(104,110,60)
#5E6437
(94,100,55)
#545A32
(84,90,50)
#4A502D
(74,80,45)
#404628
(64,70,40)
#363C23
(54,60,35)
#2C321E
(44,50,30)
#222819
(34,40,25)
#181E14
(24,30,20)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #727841

#727841
(114,120,65)
#7E8452
(126,132,82)
#8A9063
(138,144,99)
#969C74
(150,156,116)
#A2A885
(162,168,133)
#AEB496
(174,180,150)
#BAC0A7
(186,192,167)
#C6CCB8
(198,204,184)
#D2D8C9
(210,216,201)
#DEE4DA
(222,228,218)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727841 color. Also use rgb(114,120,65) instead hex code.

Text Font Color

.myTextColor { color: #727841; }

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

This text font color is #727841.


Background Color

.myBgColor { background-color: #727841; }

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

This div background color is #727841.


Border color

.myBorderColor { border: 1px solid #727841; }

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

This div border color is #727841.


Opacity

.myOpacity80 { color: #727841; opacity: 0.8; }

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

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

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

This text has shadow with #727841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727841 on black background.


Color preview on white background

This text has color #727841 on white background.



Black color preview on #727841 background

This text has black color on #727841 background.


White color preview on #727841 background

This text has white color on #727841 background.