COLOR #738D82

HEX: #738D82 RGB: (115,141,130)

Color info

#738D82 contains red, green and blue colors in about the same proportion. Web safe color of #738D82 is #669999 (or #699).

RGB color model

#738D82 color RGB value is (115,141,130).

RGB: (115,141,130) (45%, 55%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 130 of 255 = 51%

115
141
130

R + G + B ~ 50%. #738D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 141 + 130 = 386 (100%)
R 115 of 386 ~ 29.79%
G 141 of 386 ~ 36.53%
B 130 of 386 ~ 33.68'%

%29.79
%36.53
%33.68

CMYK color model

#738D82 color CMYK value is (18,0,8,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 44.71%
CMYK: (18,0,8,45) C18M0Y8K45 (18%,0%,8%,45%) (0.18/0.00/0.08/0.45) 

CMYK percentages

%18.44
%0
%7.8
%44.71

Codes

Color #738D82 in popluar color models

73 8D 82
RGB 115 141 130
HSL 155° 10.24% 50.20%
HSB/HSV 155° 18.44% 55.29%
CMYK 18.44% 0.00% 7.80%
44.71%

Color #738D82 in popluar number systems.

HEX 73 8D 82
Decimal 115 141 130
Binary 1110011 10001101 10000010
Octal 163 215 202

Shades and tints

Shades of #738D82

#738D82
(115,141,130)
#698177
(105,129,119)
#5F756C
(95,117,108)
#556961
(85,105,97)
#4B5D56
(75,93,86)
#41514B
(65,81,75)
#374540
(55,69,64)
#2D3935
(45,57,53)
#232D2A
(35,45,42)
#19211F
(25,33,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #738D82

#738D82
(115,141,130)
#7F978D
(127,151,141)
#8BA198
(139,161,152)
#97ABA3
(151,171,163)
#A3B5AE
(163,181,174)
#AFBFB9
(175,191,185)
#BBC9C4
(187,201,196)
#C7D3CF
(199,211,207)
#D3DDDA
(211,221,218)
#DFE7E5
(223,231,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738D82 color. Also use rgb(115,141,130) instead hex code.

Text Font Color

.myTextColor { color: #738D82; }

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

This text font color is #738D82.

Background Color

.myBgColor { background-color: #738D82; }

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

This div background color is #738D82.

Border color

.myBorderColor { border: 1px solid #738D82; }

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

This div border color is #738D82.

Opacity

.myOpacity80 { color: #738D82; opacity: 0.8; }

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

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

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

This text has shadow with #738D82 color.


.textShadow {text-shadow: 3px 3px 1px #738D82', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738D82; -webkit-box-shadow: 1px 1px 3px 2px #738D82; box-shadow:1px 1px 3px 2px #738D82;">
Div content here
</div>

This div box has shadow with color #738D82.

Preview

Color preview on black background

This text has color #738D82 on black background.


Color preview on white background

This text has color #738D82 on white background.


Black color preview on #738D82 background

This text has black color on #738D82 background.


White color preview on #738D82 background

This text has white color on #738D82 background.


Related colors

Complementary color

Complementary color for #hex is #8C727D.


I love getcolorcode.com

Triadic colors

1 #82738D and #8D8273 with #738D82 are triadic colors.

2 #828D73 and #8D7382 with #738D82 are triadic colors.