COLOR #738385

HEX: #738385
RGB: (115,131,133)

Color info

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

RGB color model

#738385 color RGB value is (115,131,133).

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

RGB channels and saturation

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

115
131
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 133 = 379 (100%)
R 115 of 379 ~ 30.34%
G 131 of 379 ~ 34.56%
B 133 of 379 ~ 35.09%

%30.34
%34.56
%35.09

CMYK color model

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

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

CMYK percentages

%13.53
%1.5
%0
%47.84

Codes

Color #738385 in popluar color models

738385
RGB115131133
HSL187°7.26%48.63%
HSB/HSV187°13.53%52.16%
CMYK13.53%1.50%0.00%
47.84%

Color #738385 in popluar number systems.

HEX738385
Decimal115131133
Binary11100111000001110000101
Octal163203205

Shades and tints

Shades of #738385

#738385
(115,131,133)
#697879
(105,120,121)
#5F6D6D
(95,109,109)
#556261
(85,98,97)
#4B5755
(75,87,85)
#414C49
(65,76,73)
#37413D
(55,65,61)
#2D3631
(45,54,49)
#232B25
(35,43,37)
#192019
(25,32,25)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #738385

#738385
(115,131,133)
#7F8E90
(127,142,144)
#8B999B
(139,153,155)
#97A4A6
(151,164,166)
#A3AFB1
(163,175,177)
#AFBABC
(175,186,188)
#BBC5C7
(187,197,199)
#C7D0D2
(199,208,210)
#D3DBDD
(211,219,221)
#DFE6E8
(223,230,232)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738385; }

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

This text font color is #738385.


Background Color

.myBgColor { background-color: #738385; }

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

This div background color is #738385.


Border color

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

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

This div border color is #738385.


Opacity

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

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

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

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

This text has shadow with #738385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738385 on black background.


Color preview on white background

This text has color #738385 on white background.



Black color preview on #738385 background

This text has black color on #738385 background.


White color preview on #738385 background

This text has white color on #738385 background.