COLOR #727835

HEX: #727835
RGB: (114,120,53)

Color info

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

RGB color model

#727835 color RGB value is (114,120,53).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 53 of 255 = 21%

114
120
53

R + G + B ~ 38%. #727835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 53 = 287 (100%)
R 114 of 287 ~ 39.72%
G 120 of 287 ~ 41.81%
B 53 of 287 ~ 18.47%

%39.72
%41.81
%18.47

CMYK color model

#727835 color CMYK value is (5,0,56,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 52.94%
CMYK:
(5,0,56,53)
C5M0Y56K53 
(5%,0%,56%,53%)
(0.05/0.00/0.56/0.53)	

CMYK percentages

%5
%0
%55.83
%52.94

Codes

Color #727835 in popluar color models

727835
RGB11412053
HSL65°38.73%33.92%
HSB/HSV65°55.83%47.06%
CMYK5.00%0.00%55.83%
52.94%

Color #727835 in popluar number systems.

HEX727835
Decimal11412053
Binary11100101111000110101
Octal16217065

Shades and tints

Shades of #727835

#727835
(114,120,53)
#686E31
(104,110,49)
#5E642D
(94,100,45)
#545A29
(84,90,41)
#4A5025
(74,80,37)
#404621
(64,70,33)
#363C1D
(54,60,29)
#2C3219
(44,50,25)
#222815
(34,40,21)
#181E11
(24,30,17)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #727835

#727835
(114,120,53)
#7E8447
(126,132,71)
#8A9059
(138,144,89)
#969C6B
(150,156,107)
#A2A87D
(162,168,125)
#AEB48F
(174,180,143)
#BAC0A1
(186,192,161)
#C6CCB3
(198,204,179)
#D2D8C5
(210,216,197)
#DEE4D7
(222,228,215)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727835; }

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

This text font color is #727835.


Background Color

.myBgColor { background-color: #727835; }

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

This div background color is #727835.


Border color

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

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

This div border color is #727835.


Opacity

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

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

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

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

This text has shadow with #727835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727835 on black background.


Color preview on white background

This text has color #727835 on white background.



Black color preview on #727835 background

This text has black color on #727835 background.


White color preview on #727835 background

This text has white color on #727835 background.