COLOR #738547

HEX: #738547
RGB: (115,133,71)

Color info

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

RGB color model

#738547 color RGB value is (115,133,71).

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

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 71 of 255 = 28%

115
133
71

R + G + B ~ 42%. #738547 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 71 = 319 (100%)
R 115 of 319 ~ 36.05%
G 133 of 319 ~ 41.69%
B 71 of 319 ~ 22.26%

%36.05
%41.69
%22.26

CMYK color model

#738547 color CMYK value is (14,0,47,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 46.62%
  • key color value is 47.84%
CMYK:
(14,0,47,48)
C14M0Y47K48 
(14%,0%,47%,48%)
(0.14/0.00/0.47/0.48)	

CMYK percentages

%13.53
%0
%46.62
%47.84

Codes

Color #738547 in popluar color models

738547
RGB11513371
HSL77°30.39%40.00%
HSB/HSV77°46.62%52.16%
CMYK13.53%0.00%46.62%
47.84%

Color #738547 in popluar number systems.

HEX738547
Decimal11513371
Binary1110011100001011000111
Octal163205107

Shades and tints

Shades of #738547

#738547
(115,133,71)
#697941
(105,121,65)
#5F6D3B
(95,109,59)
#556135
(85,97,53)
#4B552F
(75,85,47)
#414929
(65,73,41)
#373D23
(55,61,35)
#2D311D
(45,49,29)
#232517
(35,37,23)
#191911
(25,25,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #738547

#738547
(115,133,71)
#7F9057
(127,144,87)
#8B9B67
(139,155,103)
#97A677
(151,166,119)
#A3B187
(163,177,135)
#AFBC97
(175,188,151)
#BBC7A7
(187,199,167)
#C7D2B7
(199,210,183)
#D3DDC7
(211,221,199)
#DFE8D7
(223,232,215)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738547; }

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

This text font color is #738547.


Background Color

.myBgColor { background-color: #738547; }

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

This div background color is #738547.


Border color

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

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

This div border color is #738547.


Opacity

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

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

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

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

This text has shadow with #738547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738547 on black background.


Color preview on white background

This text has color #738547 on white background.



Black color preview on #738547 background

This text has black color on #738547 background.


White color preview on #738547 background

This text has white color on #738547 background.