COLOR #727621

HEX: #727621
RGB: (114,118,33)

Color info

#727621 contains mainly red and green colors. Web safe color of #727621 is #666633 (or #663).

RGB color model

#727621 color RGB value is (114,118,33).

  • red value is 114;
  • green value is 118;
  • blue value is 33.
RGB:
(114,118,33)
(45%,46%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 33 of 255 = 13%

114
118
33

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 33 = 265 (100%)
R 114 of 265 ~ 43.02%
G 118 of 265 ~ 44.53%
B 33 of 265 ~ 12.45%

%43.02
%44.53
%12.45

CMYK color model

#727621 color CMYK value is (3,0,72,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK:
(3,0,72,54)
C3M0Y72K54 
(3%,0%,72%,54%)
(0.03/0.00/0.72/0.54)	

CMYK percentages

%3.39
%0
%72.03
%53.73

Codes

Color #727621 in popluar color models

727621
RGB11411833
HSL63°56.29%29.61%
HSB/HSV63°72.03%46.27%
CMYK3.39%0.00%72.03%
53.73%

Color #727621 in popluar number systems.

HEX727621
Decimal11411833
Binary11100101110110100001
Octal16216641

Shades and tints

Shades of #727621

#727621
(114,118,33)
#686C1E
(104,108,30)
#5E621B
(94,98,27)
#545818
(84,88,24)
#4A4E15
(74,78,21)
#404412
(64,68,18)
#363A0F
(54,58,15)
#2C300C
(44,48,12)
#222609
(34,38,9)
#181C06
(24,28,6)
#0E1203
(14,18,3)
#000000
(0,0,0)

Tints of #727621

#727621
(114,118,33)
#7E8235
(126,130,53)
#8A8E49
(138,142,73)
#969A5D
(150,154,93)
#A2A671
(162,166,113)
#AEB285
(174,178,133)
#BABE99
(186,190,153)
#C6CAAD
(198,202,173)
#D2D6C1
(210,214,193)
#DEE2D5
(222,226,213)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727621 color. Also use rgb(114,118,33) instead hex code.

Text Font Color

.myTextColor { color: #727621; }

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

This text font color is #727621.


Background Color

.myBgColor { background-color: #727621; }

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

This div background color is #727621.


Border color

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

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

This div border color is #727621.


Opacity

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

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

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

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

This text has shadow with #727621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727621 on black background.


Color preview on white background

This text has color #727621 on white background.



Black color preview on #727621 background

This text has black color on #727621 background.


White color preview on #727621 background

This text has white color on #727621 background.