COLOR #738151

HEX: #738151
RGB: (115,129,81)

Color info

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

RGB color model

#738151 color RGB value is (115,129,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 81 of 255 = 32%

115
129
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 81 = 325 (100%)
R 115 of 325 ~ 35.38%
G 129 of 325 ~ 39.69%
B 81 of 325 ~ 24.92%

%35.38
%39.69
%24.92

CMYK color model

#738151 color CMYK value is (11,0,37,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 49.41%
CMYK:
(11,0,37,49)
C11M0Y37K49 
(11%,0%,37%,49%)
(0.11/0.00/0.37/0.49)	

CMYK percentages

%10.85
%0
%37.21
%49.41

Codes

Color #738151 in popluar color models

738151
RGB11512981
HSL78°22.86%41.18%
HSB/HSV78°37.21%50.59%
CMYK10.85%0.00%37.21%
49.41%

Color #738151 in popluar number systems.

HEX738151
Decimal11512981
Binary1110011100000011010001
Octal163201121

Shades and tints

Shades of #738151

#738151
(115,129,81)
#69764A
(105,118,74)
#5F6B43
(95,107,67)
#55603C
(85,96,60)
#4B5535
(75,85,53)
#414A2E
(65,74,46)
#373F27
(55,63,39)
#2D3420
(45,52,32)
#232919
(35,41,25)
#191E12
(25,30,18)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #738151

#738151
(115,129,81)
#7F8C60
(127,140,96)
#8B976F
(139,151,111)
#97A27E
(151,162,126)
#A3AD8D
(163,173,141)
#AFB89C
(175,184,156)
#BBC3AB
(187,195,171)
#C7CEBA
(199,206,186)
#D3D9C9
(211,217,201)
#DFE4D8
(223,228,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738151; }

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

This text font color is #738151.


Background Color

.myBgColor { background-color: #738151; }

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

This div background color is #738151.


Border color

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

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

This div border color is #738151.


Opacity

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

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

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

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

This text has shadow with #738151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738151 on black background.


Color preview on white background

This text has color #738151 on white background.



Black color preview on #738151 background

This text has black color on #738151 background.


White color preview on #738151 background

This text has white color on #738151 background.