COLOR #738975

HEX: #738975
RGB: (115,137,117)

Color info

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

RGB color model

#738975 color RGB value is (115,137,117).

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

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 117 of 255 = 46%

115
137
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 117 = 369 (100%)
R 115 of 369 ~ 31.17%
G 137 of 369 ~ 37.13%
B 117 of 369 ~ 31.71%

%31.17
%37.13
%31.71

CMYK color model

#738975 color CMYK value is (16,0,15,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(16,0,15,46)
C16M0Y15K46 
(16%,0%,15%,46%)
(0.16/0.00/0.15/0.46)	

CMYK percentages

%16.06
%0
%14.6
%46.27

Codes

Color #738975 in popluar color models

738975
RGB115137117
HSL125°8.73%49.41%
HSB/HSV125°16.06%53.73%
CMYK16.06%0.00%14.60%
46.27%

Color #738975 in popluar number systems.

HEX738975
Decimal115137117
Binary1110011100010011110101
Octal163211165

Shades and tints

Shades of #738975

#738975
(115,137,117)
#697D6B
(105,125,107)
#5F7161
(95,113,97)
#556557
(85,101,87)
#4B594D
(75,89,77)
#414D43
(65,77,67)
#374139
(55,65,57)
#2D352F
(45,53,47)
#232925
(35,41,37)
#191D1B
(25,29,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #738975

#738975
(115,137,117)
#7F9381
(127,147,129)
#8B9D8D
(139,157,141)
#97A799
(151,167,153)
#A3B1A5
(163,177,165)
#AFBBB1
(175,187,177)
#BBC5BD
(187,197,189)
#C7CFC9
(199,207,201)
#D3D9D5
(211,217,213)
#DFE3E1
(223,227,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738975; }

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

This text font color is #738975.


Background Color

.myBgColor { background-color: #738975; }

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

This div background color is #738975.


Border color

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

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

This div border color is #738975.


Opacity

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

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

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

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

This text has shadow with #738975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738975 on black background.


Color preview on white background

This text has color #738975 on white background.



Black color preview on #738975 background

This text has black color on #738975 background.


White color preview on #738975 background

This text has white color on #738975 background.