COLOR #738369

HEX: #738369
RGB: (115,131,105)

Color info

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

RGB color model

#738369 color RGB value is (115,131,105).

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

RGB channels and saturation

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

115
131
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 105 = 351 (100%)
R 115 of 351 ~ 32.76%
G 131 of 351 ~ 37.32%
B 105 of 351 ~ 29.91%

%32.76
%37.32
%29.91

CMYK color model

#738369 color CMYK value is (12,0,20,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 19.85%
  • key color value is 48.63%
CMYK:
(12,0,20,49)
C12M0Y20K49 
(12%,0%,20%,49%)
(0.12/0.00/0.20/0.49)	

CMYK percentages

%12.21
%0
%19.85
%48.63

Codes

Color #738369 in popluar color models

738369
RGB115131105
HSL97°11.02%46.27%
HSB/HSV97°19.85%51.37%
CMYK12.21%0.00%19.85%
48.63%

Color #738369 in popluar number systems.

HEX738369
Decimal115131105
Binary1110011100000111101001
Octal163203151

Shades and tints

Shades of #738369

#738369
(115,131,105)
#697860
(105,120,96)
#5F6D57
(95,109,87)
#55624E
(85,98,78)
#4B5745
(75,87,69)
#414C3C
(65,76,60)
#374133
(55,65,51)
#2D362A
(45,54,42)
#232B21
(35,43,33)
#192018
(25,32,24)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #738369

#738369
(115,131,105)
#7F8E76
(127,142,118)
#8B9983
(139,153,131)
#97A490
(151,164,144)
#A3AF9D
(163,175,157)
#AFBAAA
(175,186,170)
#BBC5B7
(187,197,183)
#C7D0C4
(199,208,196)
#D3DBD1
(211,219,209)
#DFE6DE
(223,230,222)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738369; }

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

This text font color is #738369.


Background Color

.myBgColor { background-color: #738369; }

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

This div background color is #738369.


Border color

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

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

This div border color is #738369.


Opacity

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

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

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

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

This text has shadow with #738369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738369 on black background.


Color preview on white background

This text has color #738369 on white background.



Black color preview on #738369 background

This text has black color on #738369 background.


White color preview on #738369 background

This text has white color on #738369 background.