COLOR #738158

HEX: #738158
RGB: (115,129,88)

Color info

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

RGB color model

#738158 color RGB value is (115,129,88).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 88 of 255 = 35%

115
129
88

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 88 = 332 (100%)
R 115 of 332 ~ 34.64%
G 129 of 332 ~ 38.86%
B 88 of 332 ~ 26.51%

%34.64
%38.86
%26.51

CMYK color model

#738158 color CMYK value is (11,0,32,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 49.41%
CMYK:
(11,0,32,49)
C11M0Y32K49 
(11%,0%,32%,49%)
(0.11/0.00/0.32/0.49)	

CMYK percentages

%10.85
%0
%31.78
%49.41

Codes

Color #738158 in popluar color models

738158
RGB11512988
HSL80°18.89%42.55%
HSB/HSV80°31.78%50.59%
CMYK10.85%0.00%31.78%
49.41%

Color #738158 in popluar number systems.

HEX738158
Decimal11512988
Binary1110011100000011011000
Octal163201130

Shades and tints

Shades of #738158

#738158
(115,129,88)
#697650
(105,118,80)
#5F6B48
(95,107,72)
#556040
(85,96,64)
#4B5538
(75,85,56)
#414A30
(65,74,48)
#373F28
(55,63,40)
#2D3420
(45,52,32)
#232918
(35,41,24)
#191E10
(25,30,16)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #738158

#738158
(115,129,88)
#7F8C67
(127,140,103)
#8B9776
(139,151,118)
#97A285
(151,162,133)
#A3AD94
(163,173,148)
#AFB8A3
(175,184,163)
#BBC3B2
(187,195,178)
#C7CEC1
(199,206,193)
#D3D9D0
(211,217,208)
#DFE4DF
(223,228,223)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738158; }

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

This text font color is #738158.


Background Color

.myBgColor { background-color: #738158; }

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

This div background color is #738158.


Border color

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

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

This div border color is #738158.


Opacity

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

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

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

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

This text has shadow with #738158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738158 on black background.


Color preview on white background

This text has color #738158 on white background.



Black color preview on #738158 background

This text has black color on #738158 background.


White color preview on #738158 background

This text has white color on #738158 background.