COLOR #738156

HEX: #738156
RGB: (115,129,86)

Color info

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

RGB color model

#738156 color RGB value is (115,129,86).

  • red value is 115;
  • green value is 129;
  • blue value is 86.
RGB:
(115,129,86)
(45%,51%,34%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 86 of 255 = 34%

115
129
86

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 86 = 330 (100%)
R 115 of 330 ~ 34.85%
G 129 of 330 ~ 39.09%
B 86 of 330 ~ 26.06%

%34.85
%39.09
%26.06

CMYK color model

#738156 color CMYK value is (11,0,33,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 49.41%
CMYK:
(11,0,33,49)
C11M0Y33K49 
(11%,0%,33%,49%)
(0.11/0.00/0.33/0.49)	

CMYK percentages

%10.85
%0
%33.33
%49.41

Codes

Color #738156 in popluar color models

738156
RGB11512986
HSL80°20.00%42.16%
HSB/HSV80°33.33%50.59%
CMYK10.85%0.00%33.33%
49.41%

Color #738156 in popluar number systems.

HEX738156
Decimal11512986
Binary1110011100000011010110
Octal163201126

Shades and tints

Shades of #738156

#738156
(115,129,86)
#69764F
(105,118,79)
#5F6B48
(95,107,72)
#556041
(85,96,65)
#4B553A
(75,85,58)
#414A33
(65,74,51)
#373F2C
(55,63,44)
#2D3425
(45,52,37)
#23291E
(35,41,30)
#191E17
(25,30,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #738156

#738156
(115,129,86)
#7F8C65
(127,140,101)
#8B9774
(139,151,116)
#97A283
(151,162,131)
#A3AD92
(163,173,146)
#AFB8A1
(175,184,161)
#BBC3B0
(187,195,176)
#C7CEBF
(199,206,191)
#D3D9CE
(211,217,206)
#DFE4DD
(223,228,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738156 color. Also use rgb(115,129,86) instead hex code.

Text Font Color

.myTextColor { color: #738156; }

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

This text font color is #738156.


Background Color

.myBgColor { background-color: #738156; }

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

This div background color is #738156.


Border color

.myBorderColor { border: 1px solid #738156; }

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

This div border color is #738156.


Opacity

.myOpacity80 { color: #738156; opacity: 0.8; }

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

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

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

This text has shadow with #738156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738156 on black background.


Color preview on white background

This text has color #738156 on white background.



Black color preview on #738156 background

This text has black color on #738156 background.


White color preview on #738156 background

This text has white color on #738156 background.