COLOR #727438

HEX: #727438
RGB: (114,116,56)

Color info

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

RGB color model

#727438 color RGB value is (114,116,56).

  • red value is 114;
  • green value is 116;
  • blue value is 56.
RGB:
(114,116,56)
(45%,45%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 56 of 255 = 22%

114
116
56

R + G + B ~ 37%. #727438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 56 = 286 (100%)
R 114 of 286 ~ 39.86%
G 116 of 286 ~ 40.56%
B 56 of 286 ~ 19.58%

%39.86
%40.56
%19.58

CMYK color model

#727438 color CMYK value is (2,0,52,55).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(2,0,52,55)
C2M0Y52K55 
(2%,0%,52%,55%)
(0.02/0.00/0.52/0.55)	

CMYK percentages

%1.72
%0
%51.72
%54.51

Codes

Color #727438 in popluar color models

727438
RGB11411656
HSL62°34.88%33.73%
HSB/HSV62°51.72%45.49%
CMYK1.72%0.00%51.72%
54.51%

Color #727438 in popluar number systems.

HEX727438
Decimal11411656
Binary11100101110100111000
Octal16216470

Shades and tints

Shades of #727438

#727438
(114,116,56)
#686A33
(104,106,51)
#5E602E
(94,96,46)
#545629
(84,86,41)
#4A4C24
(74,76,36)
#40421F
(64,66,31)
#36381A
(54,56,26)
#2C2E15
(44,46,21)
#222410
(34,36,16)
#181A0B
(24,26,11)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #727438

#727438
(114,116,56)
#7E804A
(126,128,74)
#8A8C5C
(138,140,92)
#96986E
(150,152,110)
#A2A480
(162,164,128)
#AEB092
(174,176,146)
#BABCA4
(186,188,164)
#C6C8B6
(198,200,182)
#D2D4C8
(210,212,200)
#DEE0DA
(222,224,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727438 color. Also use rgb(114,116,56) instead hex code.

Text Font Color

.myTextColor { color: #727438; }

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

This text font color is #727438.


Background Color

.myBgColor { background-color: #727438; }

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

This div background color is #727438.


Border color

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

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

This div border color is #727438.


Opacity

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

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

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

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

This text has shadow with #727438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727438 on black background.


Color preview on white background

This text has color #727438 on white background.



Black color preview on #727438 background

This text has black color on #727438 background.


White color preview on #727438 background

This text has white color on #727438 background.