COLOR #738B5B

HEX: #738B5B
RGB: (115,139,91)

Color info

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

RGB color model

#738B5B color RGB value is (115,139,91).

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

RGB channels and saturation

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

115
139
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 91 = 345 (100%)
R 115 of 345 ~ 33.33%
G 139 of 345 ~ 40.29%
B 91 of 345 ~ 26.38%

%33.33
%40.29
%26.38

CMYK color model

#738B5B color CMYK value is (17,0,35,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK:
(17,0,35,45)
C17M0Y35K45 
(17%,0%,35%,45%)
(0.17/0.00/0.35/0.45)	

CMYK percentages

%17.27
%0
%34.53
%45.49

Codes

Color #738B5B in popluar color models

738B5B
RGB11513991
HSL90°20.87%45.10%
HSB/HSV90°34.53%54.51%
CMYK17.27%0.00%34.53%
45.49%

Color #738B5B in popluar number systems.

HEX738B5B
Decimal11513991
Binary1110011100010111011011
Octal163213133

Shades and tints

Shades of #738B5B

#738B5B
(115,139,91)
#697F53
(105,127,83)
#5F734B
(95,115,75)
#556743
(85,103,67)
#4B5B3B
(75,91,59)
#414F33
(65,79,51)
#37432B
(55,67,43)
#2D3723
(45,55,35)
#232B1B
(35,43,27)
#191F13
(25,31,19)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #738B5B

#738B5B
(115,139,91)
#7F9569
(127,149,105)
#8B9F77
(139,159,119)
#97A985
(151,169,133)
#A3B393
(163,179,147)
#AFBDA1
(175,189,161)
#BBC7AF
(187,199,175)
#C7D1BD
(199,209,189)
#D3DBCB
(211,219,203)
#DFE5D9
(223,229,217)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B5B; }

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

This text font color is #738B5B.


Background Color

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

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

This div background color is #738B5B.


Border color

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

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

This div border color is #738B5B.


Opacity

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

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

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

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

This text has shadow with #738B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B5B on black background.


Color preview on white background

This text has color #738B5B on white background.



Black color preview on #738B5B background

This text has black color on #738B5B background.


White color preview on #738B5B background

This text has white color on #738B5B background.