COLOR #738382

HEX: #738382
RGB: (115,131,130)

Color info

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

RGB color model

#738382 color RGB value is (115,131,130).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 130 of 255 = 51%

115
131
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 130 = 376 (100%)
R 115 of 376 ~ 30.59%
G 131 of 376 ~ 34.84%
B 130 of 376 ~ 34.57%

%30.59
%34.84
%34.57

CMYK color model

#738382 color CMYK value is (12,0,1,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(12,0,1,49)
C12M0Y1K49 
(12%,0%,1%,49%)
(0.12/0.00/0.01/0.49)	

CMYK percentages

%12.21
%0
%0.76
%48.63

Codes

Color #738382 in popluar color models

738382
RGB115131130
HSL176°6.50%48.24%
HSB/HSV176°12.21%51.37%
CMYK12.21%0.00%0.76%
48.63%

Color #738382 in popluar number systems.

HEX738382
Decimal115131130
Binary11100111000001110000010
Octal163203202

Shades and tints

Shades of #738382

#738382
(115,131,130)
#697877
(105,120,119)
#5F6D6C
(95,109,108)
#556261
(85,98,97)
#4B5756
(75,87,86)
#414C4B
(65,76,75)
#374140
(55,65,64)
#2D3635
(45,54,53)
#232B2A
(35,43,42)
#19201F
(25,32,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #738382

#738382
(115,131,130)
#7F8E8D
(127,142,141)
#8B9998
(139,153,152)
#97A4A3
(151,164,163)
#A3AFAE
(163,175,174)
#AFBAB9
(175,186,185)
#BBC5C4
(187,197,196)
#C7D0CF
(199,208,207)
#D3DBDA
(211,219,218)
#DFE6E5
(223,230,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738382; }

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

This text font color is #738382.


Background Color

.myBgColor { background-color: #738382; }

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

This div background color is #738382.


Border color

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

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

This div border color is #738382.


Opacity

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

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

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

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

This text has shadow with #738382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738382 on black background.


Color preview on white background

This text has color #738382 on white background.



Black color preview on #738382 background

This text has black color on #738382 background.


White color preview on #738382 background

This text has white color on #738382 background.