COLOR #738C47

HEX: #738C47
RGB: (115,140,71)

Color info

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

RGB color model

#738C47 color RGB value is (115,140,71).

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

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 71 of 255 = 28%

115
140
71

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 71 = 326 (100%)
R 115 of 326 ~ 35.28%
G 140 of 326 ~ 42.94%
B 71 of 326 ~ 21.78%

%35.28
%42.94
%21.78

CMYK color model

#738C47 color CMYK value is (18,0,49,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(18,0,49,45)
C18M0Y49K45 
(18%,0%,49%,45%)
(0.18/0.00/0.49/0.45)	

CMYK percentages

%17.86
%0
%49.29
%45.1

Codes

Color #738C47 in popluar color models

738C47
RGB11514071
HSL82°32.70%41.37%
HSB/HSV82°49.29%54.90%
CMYK17.86%0.00%49.29%
45.10%

Color #738C47 in popluar number systems.

HEX738C47
Decimal11514071
Binary1110011100011001000111
Octal163214107

Shades and tints

Shades of #738C47

#738C47
(115,140,71)
#698041
(105,128,65)
#5F743B
(95,116,59)
#556835
(85,104,53)
#4B5C2F
(75,92,47)
#415029
(65,80,41)
#374423
(55,68,35)
#2D381D
(45,56,29)
#232C17
(35,44,23)
#192011
(25,32,17)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #738C47

#738C47
(115,140,71)
#7F9657
(127,150,87)
#8BA067
(139,160,103)
#97AA77
(151,170,119)
#A3B487
(163,180,135)
#AFBE97
(175,190,151)
#BBC8A7
(187,200,167)
#C7D2B7
(199,210,183)
#D3DCC7
(211,220,199)
#DFE6D7
(223,230,215)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C47; }

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

This text font color is #738C47.


Background Color

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

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

This div background color is #738C47.


Border color

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

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

This div border color is #738C47.


Opacity

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

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

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

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

This text has shadow with #738C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C47 on black background.


Color preview on white background

This text has color #738C47 on white background.



Black color preview on #738C47 background

This text has black color on #738C47 background.


White color preview on #738C47 background

This text has white color on #738C47 background.