COLOR #738C5B

HEX: #738C5B
RGB: (115,140,91)

Color info

#738C5B contains red, green and blue colors in about the same proportion. Web safe color of #738C5B is #669966 (or #696).

RGB color model

#738C5B color RGB value is (115,140,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 91 of 255 = 36%

115
140
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 91 = 346 (100%)
R 115 of 346 ~ 33.24%
G 140 of 346 ~ 40.46%
B 91 of 346 ~ 26.3%

%33.24
%40.46
%26.3

CMYK color model

#738C5B color CMYK value is (18,0,35,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 45.10%
CMYK:
(18,0,35,45)
C18M0Y35K45 
(18%,0%,35%,45%)
(0.18/0.00/0.35/0.45)	

CMYK percentages

%17.86
%0
%35
%45.1

Codes

Color #738C5B in popluar color models

738C5B
RGB11514091
HSL91°21.21%45.29%
HSB/HSV91°35.00%54.90%
CMYK17.86%0.00%35.00%
45.10%

Color #738C5B in popluar number systems.

HEX738C5B
Decimal11514091
Binary1110011100011001011011
Octal163214133

Shades and tints

Shades of #738C5B

#738C5B
(115,140,91)
#698053
(105,128,83)
#5F744B
(95,116,75)
#556843
(85,104,67)
#4B5C3B
(75,92,59)
#415033
(65,80,51)
#37442B
(55,68,43)
#2D3823
(45,56,35)
#232C1B
(35,44,27)
#192013
(25,32,19)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #738C5B

#738C5B
(115,140,91)
#7F9669
(127,150,105)
#8BA077
(139,160,119)
#97AA85
(151,170,133)
#A3B493
(163,180,147)
#AFBEA1
(175,190,161)
#BBC8AF
(187,200,175)
#C7D2BD
(199,210,189)
#D3DCCB
(211,220,203)
#DFE6D9
(223,230,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C5B; }

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

This text font color is #738C5B.


Background Color

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

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

This div background color is #738C5B.


Border color

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

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

This div border color is #738C5B.


Opacity

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

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

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

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

This text has shadow with #738C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C5B on black background.


Color preview on white background

This text has color #738C5B on white background.



Black color preview on #738C5B background

This text has black color on #738C5B background.


White color preview on #738C5B background

This text has white color on #738C5B background.