COLOR #738582

HEX: #738582
RGB: (115,133,130)

Color info

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

RGB color model

#738582 color RGB value is (115,133,130).

  • red value is 115;
  • green value is 133;
  • blue value is 130.
RGB:
(115,133,130)
(45%,52%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 130 of 255 = 51%

115
133
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 130 = 378 (100%)
R 115 of 378 ~ 30.42%
G 133 of 378 ~ 35.19%
B 130 of 378 ~ 34.39%

%30.42
%35.19
%34.39

CMYK color model

#738582 color CMYK value is (14,0,2,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(14,0,2,48)
C14M0Y2K48 
(14%,0%,2%,48%)
(0.14/0.00/0.02/0.48)	

CMYK percentages

%13.53
%0
%2.26
%47.84

Codes

Color #738582 in popluar color models

738582
RGB115133130
HSL170°7.26%48.63%
HSB/HSV170°13.53%52.16%
CMYK13.53%0.00%2.26%
47.84%

Color #738582 in popluar number systems.

HEX738582
Decimal115133130
Binary11100111000010110000010
Octal163205202

Shades and tints

Shades of #738582

#738582
(115,133,130)
#697977
(105,121,119)
#5F6D6C
(95,109,108)
#556161
(85,97,97)
#4B5556
(75,85,86)
#41494B
(65,73,75)
#373D40
(55,61,64)
#2D3135
(45,49,53)
#23252A
(35,37,42)
#19191F
(25,25,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #738582

#738582
(115,133,130)
#7F908D
(127,144,141)
#8B9B98
(139,155,152)
#97A6A3
(151,166,163)
#A3B1AE
(163,177,174)
#AFBCB9
(175,188,185)
#BBC7C4
(187,199,196)
#C7D2CF
(199,210,207)
#D3DDDA
(211,221,218)
#DFE8E5
(223,232,229)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738582; }

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

This text font color is #738582.


Background Color

.myBgColor { background-color: #738582; }

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

This div background color is #738582.


Border color

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

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

This div border color is #738582.


Opacity

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

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

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

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

This text has shadow with #738582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738582 on black background.


Color preview on white background

This text has color #738582 on white background.



Black color preview on #738582 background

This text has black color on #738582 background.


White color preview on #738582 background

This text has white color on #738582 background.