COLOR #738E47

HEX: #738E47
RGB: (115,142,71)

Color info

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

RGB color model

#738E47 color RGB value is (115,142,71).

  • red value is 115;
  • green value is 142;
  • blue value is 71.
RGB:
(115,142,71)
(45%,56%,28%)

RGB channels and saturation

R 115 of 255 = 45%
G 142 of 255 = 56%
B 71 of 255 = 28%

115
142
71

R + G + B ~ 43%. #738E47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 142 + 71 = 328 (100%)
R 115 of 328 ~ 35.06%
G 142 of 328 ~ 43.29%
B 71 of 328 ~ 21.65%

%35.06
%43.29
%21.65

CMYK color model

#738E47 color CMYK value is (19,0,50,44).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(19,0,50,44)
C19M0Y50K44 
(19%,0%,50%,44%)
(0.19/0.00/0.50/0.44)	

CMYK percentages

%19.01
%0
%50
%44.31

Codes

Color #738E47 in popluar color models

738E47
RGB11514271
HSL83°33.33%41.76%
HSB/HSV83°50.00%55.69%
CMYK19.01%0.00%50.00%
44.31%

Color #738E47 in popluar number systems.

HEX738E47
Decimal11514271
Binary1110011100011101000111
Octal163216107

Shades and tints

Shades of #738E47

#738E47
(115,142,71)
#698241
(105,130,65)
#5F763B
(95,118,59)
#556A35
(85,106,53)
#4B5E2F
(75,94,47)
#415229
(65,82,41)
#374623
(55,70,35)
#2D3A1D
(45,58,29)
#232E17
(35,46,23)
#192211
(25,34,17)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #738E47

#738E47
(115,142,71)
#7F9857
(127,152,87)
#8BA267
(139,162,103)
#97AC77
(151,172,119)
#A3B687
(163,182,135)
#AFC097
(175,192,151)
#BBCAA7
(187,202,167)
#C7D4B7
(199,212,183)
#D3DEC7
(211,222,199)
#DFE8D7
(223,232,215)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738E47 color. Also use rgb(115,142,71) instead hex code.

Text Font Color

.myTextColor { color: #738E47; }

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

This text font color is #738E47.


Background Color

.myBgColor { background-color: #738E47; }

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

This div background color is #738E47.


Border color

.myBorderColor { border: 1px solid #738E47; }

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

This div border color is #738E47.


Opacity

.myOpacity80 { color: #738E47; opacity: 0.8; }

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

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

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

This text has shadow with #738E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738E47 on black background.


Color preview on white background

This text has color #738E47 on white background.



Black color preview on #738E47 background

This text has black color on #738E47 background.


White color preview on #738E47 background

This text has white color on #738E47 background.