COLOR #738585

HEX: #738585 RGB: (115,133,133)

Color info

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

RGB color model

#738585 color RGB value is (115,133,133).

RGB: (115,133,133) (45%, 52%, 52%)

RGB channels and saturation

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

115
133
133

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

Portions of RGB colors in percentages

R + G + B = 115 + 133 + 133 = 381 (100%)
R 115 of 381 ~ 30.18%
G 133 of 381 ~ 34.91%
B 133 of 381 ~ 34.91'%

%30.18
%34.91
%34.91

CMYK color model

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

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (14,0,0,48)
C14M0Y0K48 (14%, 0%, 0%, 48%)
(0.14 / 0.00 / 0.00 / 0.48)

CMYK percentages

%13.53
%0
%0
%47.84

Codes

Color #738585 in popluar color models

73 85 85
RGB 115 133 133
HSL 180° 7.26% 48.63%
HSB/HSV 180° 13.53% 52.16%
CMYK 13.53% 0.00% 0.00%
47.84%

Color #738585 in popluar number systems.

HEX 73 85 85
Decimal 115 133 133
Binary 1110011 10000101 10000101
Octal 163 205 205

Shades and tints

Shades of #738585

#738585
(115,133,133)
#697979
(105,121,121)
#5F6D6D
(95,109,109)
#556161
(85,97,97)
#4B5555
(75,85,85)
#414949
(65,73,73)
#373D3D
(55,61,61)
#2D3131
(45,49,49)
#232525
(35,37,37)
#191919
(25,25,25)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #738585

#738585
(115,133,133)
#7F9090
(127,144,144)
#8B9B9B
(139,155,155)
#97A6A6
(151,166,166)
#A3B1B1
(163,177,177)
#AFBCBC
(175,188,188)
#BBC7C7
(187,199,199)
#C7D2D2
(199,210,210)
#D3DDDD
(211,221,221)
#DFE8E8
(223,232,232)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738585; }

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

This text font color is #738585.

Background Color

.myBgColor { background-color: #738585; }

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

This div background color is #738585.

Border color

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

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

This div border color is #738585.

Opacity

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

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

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

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

This text has shadow with #738585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738585.

Preview

Color preview on black background

This text has color #738585 on black background.


Color preview on white background

This text has color #738585 on white background.


Black color preview on #738585 background

This text has black color on #738585 background.


White color preview on #738585 background

This text has white color on #738585 background.


Related colors

Complementary color

Complementary color for #hex is #8C7A7A.


I love getcolorcode.com