COLOR #738D4F

HEX: #738D4F
RGB: (115,141,79)

Color info

#738D4F contains mainly red and green colors. Web safe color of #738D4F is #669966 (or #696).

RGB color model

#738D4F color RGB value is (115,141,79).

  • red value is 115;
  • green value is 141;
  • blue value is 79.
RGB:
(115,141,79)
(45%,55%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 79 of 255 = 31%

115
141
79

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 79 = 335 (100%)
R 115 of 335 ~ 34.33%
G 141 of 335 ~ 42.09%
B 79 of 335 ~ 23.58%

%34.33
%42.09
%23.58

CMYK color model

#738D4F color CMYK value is (18,0,44,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(18,0,44,45)
C18M0Y44K45 
(18%,0%,44%,45%)
(0.18/0.00/0.44/0.45)	

CMYK percentages

%18.44
%0
%43.97
%44.71

Codes

Color #738D4F in popluar color models

738D4F
RGB11514179
HSL85°28.18%43.14%
HSB/HSV85°43.97%55.29%
CMYK18.44%0.00%43.97%
44.71%

Color #738D4F in popluar number systems.

HEX738D4F
Decimal11514179
Binary1110011100011011001111
Octal163215117

Shades and tints

Shades of #738D4F

#738D4F
(115,141,79)
#698148
(105,129,72)
#5F7541
(95,117,65)
#55693A
(85,105,58)
#4B5D33
(75,93,51)
#41512C
(65,81,44)
#374525
(55,69,37)
#2D391E
(45,57,30)
#232D17
(35,45,23)
#192110
(25,33,16)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #738D4F

#738D4F
(115,141,79)
#7F975F
(127,151,95)
#8BA16F
(139,161,111)
#97AB7F
(151,171,127)
#A3B58F
(163,181,143)
#AFBF9F
(175,191,159)
#BBC9AF
(187,201,175)
#C7D3BF
(199,211,191)
#D3DDCF
(211,221,207)
#DFE7DF
(223,231,223)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738D4F color. Also use rgb(115,141,79) instead hex code.

Text Font Color

.myTextColor { color: #738D4F; }

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

This text font color is #738D4F.


Background Color

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

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

This div background color is #738D4F.


Border color

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

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

This div border color is #738D4F.


Opacity

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

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

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

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

This text has shadow with #738D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D4F on black background.


Color preview on white background

This text has color #738D4F on white background.



Black color preview on #738D4F background

This text has black color on #738D4F background.


White color preview on #738D4F background

This text has white color on #738D4F background.