COLOR #738475

HEX: #738475
RGB: (115,132,117)

Color info

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

RGB color model

#738475 color RGB value is (115,132,117).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 117 of 255 = 46%

115
132
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 117 = 364 (100%)
R 115 of 364 ~ 31.59%
G 132 of 364 ~ 36.26%
B 117 of 364 ~ 32.14%

%31.59
%36.26
%32.14

CMYK color model

#738475 color CMYK value is (13,0,11,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(13,0,11,48)
C13M0Y11K48 
(13%,0%,11%,48%)
(0.13/0.00/0.11/0.48)	

CMYK percentages

%12.88
%0
%11.36
%48.24

Codes

Color #738475 in popluar color models

738475
RGB115132117
HSL127°6.88%48.43%
HSB/HSV127°12.88%51.76%
CMYK12.88%0.00%11.36%
48.24%

Color #738475 in popluar number systems.

HEX738475
Decimal115132117
Binary1110011100001001110101
Octal163204165

Shades and tints

Shades of #738475

#738475
(115,132,117)
#69786B
(105,120,107)
#5F6C61
(95,108,97)
#556057
(85,96,87)
#4B544D
(75,84,77)
#414843
(65,72,67)
#373C39
(55,60,57)
#2D302F
(45,48,47)
#232425
(35,36,37)
#19181B
(25,24,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #738475

#738475
(115,132,117)
#7F8F81
(127,143,129)
#8B9A8D
(139,154,141)
#97A599
(151,165,153)
#A3B0A5
(163,176,165)
#AFBBB1
(175,187,177)
#BBC6BD
(187,198,189)
#C7D1C9
(199,209,201)
#D3DCD5
(211,220,213)
#DFE7E1
(223,231,225)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738475; }

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

This text font color is #738475.


Background Color

.myBgColor { background-color: #738475; }

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

This div background color is #738475.


Border color

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

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

This div border color is #738475.


Opacity

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

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

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

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

This text has shadow with #738475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738475 on black background.


Color preview on white background

This text has color #738475 on white background.



Black color preview on #738475 background

This text has black color on #738475 background.


White color preview on #738475 background

This text has white color on #738475 background.