COLOR #738469

HEX: #738469
RGB: (115,132,105)

Color info

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

RGB color model

#738469 color RGB value is (115,132,105).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 105 of 255 = 41%

115
132
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 105 = 352 (100%)
R 115 of 352 ~ 32.67%
G 132 of 352 ~ 37.5%
B 105 of 352 ~ 29.83%

%32.67
%37.5
%29.83

CMYK color model

#738469 color CMYK value is (13,0,20,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(13,0,20,48)
C13M0Y20K48 
(13%,0%,20%,48%)
(0.13/0.00/0.20/0.48)	

CMYK percentages

%12.88
%0
%20.45
%48.24

Codes

Color #738469 in popluar color models

738469
RGB115132105
HSL98°11.39%46.47%
HSB/HSV98°20.45%51.76%
CMYK12.88%0.00%20.45%
48.24%

Color #738469 in popluar number systems.

HEX738469
Decimal115132105
Binary1110011100001001101001
Octal163204151

Shades and tints

Shades of #738469

#738469
(115,132,105)
#697860
(105,120,96)
#5F6C57
(95,108,87)
#55604E
(85,96,78)
#4B5445
(75,84,69)
#41483C
(65,72,60)
#373C33
(55,60,51)
#2D302A
(45,48,42)
#232421
(35,36,33)
#191818
(25,24,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #738469

#738469
(115,132,105)
#7F8F76
(127,143,118)
#8B9A83
(139,154,131)
#97A590
(151,165,144)
#A3B09D
(163,176,157)
#AFBBAA
(175,187,170)
#BBC6B7
(187,198,183)
#C7D1C4
(199,209,196)
#D3DCD1
(211,220,209)
#DFE7DE
(223,231,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738469; }

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

This text font color is #738469.


Background Color

.myBgColor { background-color: #738469; }

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

This div background color is #738469.


Border color

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

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

This div border color is #738469.


Opacity

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

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

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

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

This text has shadow with #738469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738469 on black background.


Color preview on white background

This text has color #738469 on white background.



Black color preview on #738469 background

This text has black color on #738469 background.


White color preview on #738469 background

This text has white color on #738469 background.