COLOR #727515

HEX: #727515
RGB: (114,117,21)

Color info

#727515 contains mainly red and green colors. Web safe color of #727515 is #666600 (or #660).

RGB color model

#727515 color RGB value is (114,117,21).

  • red value is 114;
  • green value is 117;
  • blue value is 21.
RGB:
(114,117,21)
(45%,46%,8%)

RGB channels and saturation

R 114 of 255 = 45%
G 117 of 255 = 46%
B 21 of 255 = 8%

114
117
21

R + G + B ~ 33%. #727515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 117 + 21 = 252 (100%)
R 114 of 252 ~ 45.24%
G 117 of 252 ~ 46.43%
B 21 of 252 ~ 8.33%

%45.24
%46.43

CMYK color model

#727515 color CMYK value is (3,0,82,54).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(3,0,82,54)
C3M0Y82K54 
(3%,0%,82%,54%)
(0.03/0.00/0.82/0.54)	

CMYK percentages

%2.56
%0
%82.05
%54.12

Codes

Color #727515 in popluar color models

727515
RGB11411721
HSL62°69.57%27.06%
HSB/HSV62°82.05%45.88%
CMYK2.56%0.00%82.05%
54.12%

Color #727515 in popluar number systems.

HEX727515
Decimal11411721
Binary1110010111010110101
Octal16216525

Shades and tints

Shades of #727515

#727515
(114,117,21)
#686B14
(104,107,20)
#5E6113
(94,97,19)
#545712
(84,87,18)
#4A4D11
(74,77,17)
#404310
(64,67,16)
#36390F
(54,57,15)
#2C2F0E
(44,47,14)
#22250D
(34,37,13)
#181B0C
(24,27,12)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #727515

#727515
(114,117,21)
#7E812A
(126,129,42)
#8A8D3F
(138,141,63)
#969954
(150,153,84)
#A2A569
(162,165,105)
#AEB17E
(174,177,126)
#BABD93
(186,189,147)
#C6C9A8
(198,201,168)
#D2D5BD
(210,213,189)
#DEE1D2
(222,225,210)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727515 color. Also use rgb(114,117,21) instead hex code.

Text Font Color

.myTextColor { color: #727515; }

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

This text font color is #727515.


Background Color

.myBgColor { background-color: #727515; }

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

This div background color is #727515.


Border color

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

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

This div border color is #727515.


Opacity

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

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

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

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

This text has shadow with #727515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727515 on black background.


Color preview on white background

This text has color #727515 on white background.



Black color preview on #727515 background

This text has black color on #727515 background.


White color preview on #727515 background

This text has white color on #727515 background.