COLOR #738169

HEX: #738169
RGB: (115,129,105)

Color info

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

RGB color model

#738169 color RGB value is (115,129,105).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 105 of 255 = 41%

115
129
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 105 = 349 (100%)
R 115 of 349 ~ 32.95%
G 129 of 349 ~ 36.96%
B 105 of 349 ~ 30.09%

%32.95
%36.96
%30.09

CMYK color model

#738169 color CMYK value is (11,0,19,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(11,0,19,49)
C11M0Y19K49 
(11%,0%,19%,49%)
(0.11/0.00/0.19/0.49)	

CMYK percentages

%10.85
%0
%18.6
%49.41

Codes

Color #738169 in popluar color models

738169
RGB115129105
HSL95°10.26%45.88%
HSB/HSV95°18.60%50.59%
CMYK10.85%0.00%18.60%
49.41%

Color #738169 in popluar number systems.

HEX738169
Decimal115129105
Binary1110011100000011101001
Octal163201151

Shades and tints

Shades of #738169

#738169
(115,129,105)
#697660
(105,118,96)
#5F6B57
(95,107,87)
#55604E
(85,96,78)
#4B5545
(75,85,69)
#414A3C
(65,74,60)
#373F33
(55,63,51)
#2D342A
(45,52,42)
#232921
(35,41,33)
#191E18
(25,30,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #738169

#738169
(115,129,105)
#7F8C76
(127,140,118)
#8B9783
(139,151,131)
#97A290
(151,162,144)
#A3AD9D
(163,173,157)
#AFB8AA
(175,184,170)
#BBC3B7
(187,195,183)
#C7CEC4
(199,206,196)
#D3D9D1
(211,217,209)
#DFE4DE
(223,228,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738169; }

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

This text font color is #738169.


Background Color

.myBgColor { background-color: #738169; }

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

This div background color is #738169.


Border color

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

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

This div border color is #738169.


Opacity

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

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

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

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

This text has shadow with #738169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738169 on black background.


Color preview on white background

This text has color #738169 on white background.



Black color preview on #738169 background

This text has black color on #738169 background.


White color preview on #738169 background

This text has white color on #738169 background.