COLOR #738969

HEX: #738969
RGB: (115,137,105)

Color info

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

RGB color model

#738969 color RGB value is (115,137,105).

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

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 105 of 255 = 41%

115
137
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 105 = 357 (100%)
R 115 of 357 ~ 32.21%
G 137 of 357 ~ 38.38%
B 105 of 357 ~ 29.41%

%32.21
%38.38
%29.41

CMYK color model

#738969 color CMYK value is (16,0,23,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 46.27%
CMYK:
(16,0,23,46)
C16M0Y23K46 
(16%,0%,23%,46%)
(0.16/0.00/0.23/0.46)	

CMYK percentages

%16.06
%0
%23.36
%46.27

Codes

Color #738969 in popluar color models

738969
RGB115137105
HSL101°13.22%47.45%
HSB/HSV101°23.36%53.73%
CMYK16.06%0.00%23.36%
46.27%

Color #738969 in popluar number systems.

HEX738969
Decimal115137105
Binary1110011100010011101001
Octal163211151

Shades and tints

Shades of #738969

#738969
(115,137,105)
#697D60
(105,125,96)
#5F7157
(95,113,87)
#55654E
(85,101,78)
#4B5945
(75,89,69)
#414D3C
(65,77,60)
#374133
(55,65,51)
#2D352A
(45,53,42)
#232921
(35,41,33)
#191D18
(25,29,24)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #738969

#738969
(115,137,105)
#7F9376
(127,147,118)
#8B9D83
(139,157,131)
#97A790
(151,167,144)
#A3B19D
(163,177,157)
#AFBBAA
(175,187,170)
#BBC5B7
(187,197,183)
#C7CFC4
(199,207,196)
#D3D9D1
(211,217,209)
#DFE3DE
(223,227,222)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738969; }

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

This text font color is #738969.


Background Color

.myBgColor { background-color: #738969; }

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

This div background color is #738969.


Border color

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

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

This div border color is #738969.


Opacity

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

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

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

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

This text has shadow with #738969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738969 on black background.


Color preview on white background

This text has color #738969 on white background.



Black color preview on #738969 background

This text has black color on #738969 background.


White color preview on #738969 background

This text has white color on #738969 background.