COLOR #738A50

HEX: #738A50
RGB: (115,138,80)

Color info

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

RGB color model

#738A50 color RGB value is (115,138,80).

  • red value is 115;
  • green value is 138;
  • blue value is 80.
RGB:
(115,138,80)
(45%,54%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 138 of 255 = 54%
B 80 of 255 = 31%

115
138
80

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

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 80 = 333 (100%)
R 115 of 333 ~ 34.53%
G 138 of 333 ~ 41.44%
B 80 of 333 ~ 24.02%

%34.53
%41.44
%24.02

CMYK color model

#738A50 color CMYK value is (17,0,42,46).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(17,0,42,46)
C17M0Y42K46 
(17%,0%,42%,46%)
(0.17/0.00/0.42/0.46)	

CMYK percentages

%16.67
%0
%42.03
%45.88

Codes

Color #738A50 in popluar color models

738A50
RGB11513880
HSL84°26.61%42.75%
HSB/HSV84°42.03%54.12%
CMYK16.67%0.00%42.03%
45.88%

Color #738A50 in popluar number systems.

HEX738A50
Decimal11513880
Binary1110011100010101010000
Octal163212120

Shades and tints

Shades of #738A50

#738A50
(115,138,80)
#697E49
(105,126,73)
#5F7242
(95,114,66)
#55663B
(85,102,59)
#4B5A34
(75,90,52)
#414E2D
(65,78,45)
#374226
(55,66,38)
#2D361F
(45,54,31)
#232A18
(35,42,24)
#191E11
(25,30,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #738A50

#738A50
(115,138,80)
#7F945F
(127,148,95)
#8B9E6E
(139,158,110)
#97A87D
(151,168,125)
#A3B28C
(163,178,140)
#AFBC9B
(175,188,155)
#BBC6AA
(187,198,170)
#C7D0B9
(199,208,185)
#D3DAC8
(211,218,200)
#DFE4D7
(223,228,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738A50 color. Also use rgb(115,138,80) instead hex code.

Text Font Color

.myTextColor { color: #738A50; }

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

This text font color is #738A50.


Background Color

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

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

This div background color is #738A50.


Border color

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

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

This div border color is #738A50.


Opacity

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

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

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

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

This text has shadow with #738A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738A50 on black background.


Color preview on white background

This text has color #738A50 on white background.



Black color preview on #738A50 background

This text has black color on #738A50 background.


White color preview on #738A50 background

This text has white color on #738A50 background.