COLOR #728238

HEX: #728238
RGB: (114,130,56)

Color info

#728238 contains mainly red and green colors. Web safe color of #728238 is #669933 (or #693).

RGB color model

#728238 color RGB value is (114,130,56).

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

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 56 of 255 = 22%

114
130
56

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

Portions of RGB colors in percentages

R + G + B =
114 + 130 + 56 = 300 (100%)
R 114 of 300 ~ 38%
G 130 of 300 ~ 43.33%
B 56 of 300 ~ 18.67%

%38
%43.33
%18.67

CMYK color model

#728238 color CMYK value is (12,0,57,49).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 49.02%
CMYK:
(12,0,57,49)
C12M0Y57K49 
(12%,0%,57%,49%)
(0.12/0.00/0.57/0.49)	

CMYK percentages

%12.31
%0
%56.92
%49.02

Codes

Color #728238 in popluar color models

728238
RGB11413056
HSL73°39.78%36.47%
HSB/HSV73°56.92%50.98%
CMYK12.31%0.00%56.92%
49.02%

Color #728238 in popluar number systems.

HEX728238
Decimal11413056
Binary111001010000010111000
Octal16220270

Shades and tints

Shades of #728238

#728238
(114,130,56)
#687733
(104,119,51)
#5E6C2E
(94,108,46)
#546129
(84,97,41)
#4A5624
(74,86,36)
#404B1F
(64,75,31)
#36401A
(54,64,26)
#2C3515
(44,53,21)
#222A10
(34,42,16)
#181F0B
(24,31,11)
#0E1406
(14,20,6)
#000000
(0,0,0)

Tints of #728238

#728238
(114,130,56)
#7E8D4A
(126,141,74)
#8A985C
(138,152,92)
#96A36E
(150,163,110)
#A2AE80
(162,174,128)
#AEB992
(174,185,146)
#BAC4A4
(186,196,164)
#C6CFB6
(198,207,182)
#D2DAC8
(210,218,200)
#DEE5DA
(222,229,218)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728238; }

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

This text font color is #728238.


Background Color

.myBgColor { background-color: #728238; }

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

This div background color is #728238.


Border color

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

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

This div border color is #728238.


Opacity

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

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

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

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

This text has shadow with #728238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728238 on black background.


Color preview on white background

This text has color #728238 on white background.



Black color preview on #728238 background

This text has black color on #728238 background.


White color preview on #728238 background

This text has white color on #728238 background.