COLOR #748985

HEX: #748985
RGB: (116,137,133)

Color info

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

RGB color model

#748985 color RGB value is (116,137,133).

  • red value is 116;
  • green value is 137;
  • blue value is 133.
RGB:
(116,137,133)
(45%,54%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 133 of 255 = 52%

116
137
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 133 = 386 (100%)
R 116 of 386 ~ 30.05%
G 137 of 386 ~ 35.49%
B 133 of 386 ~ 34.46%

%30.05
%35.49
%34.46

CMYK color model

#748985 color CMYK value is (15,0,3,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(15,0,3,46)
C15M0Y3K46 
(15%,0%,3%,46%)
(0.15/0.00/0.03/0.46)	

CMYK percentages

%15.33
%0
%2.92
%46.27

Codes

Color #748985 in popluar color models

748985
RGB116137133
HSL169°8.30%49.61%
HSB/HSV169°15.33%53.73%
CMYK15.33%0.00%2.92%
46.27%

Color #748985 in popluar number systems.

HEX748985
Decimal116137133
Binary11101001000100110000101
Octal164211205

Shades and tints

Shades of #748985

#748985
(116,137,133)
#6A7D79
(106,125,121)
#60716D
(96,113,109)
#566561
(86,101,97)
#4C5955
(76,89,85)
#424D49
(66,77,73)
#38413D
(56,65,61)
#2E3531
(46,53,49)
#242925
(36,41,37)
#1A1D19
(26,29,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #748985

#748985
(116,137,133)
#809390
(128,147,144)
#8C9D9B
(140,157,155)
#98A7A6
(152,167,166)
#A4B1B1
(164,177,177)
#B0BBBC
(176,187,188)
#BCC5C7
(188,197,199)
#C8CFD2
(200,207,210)
#D4D9DD
(212,217,221)
#E0E3E8
(224,227,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748985; }

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

This text font color is #748985.


Background Color

.myBgColor { background-color: #748985; }

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

This div background color is #748985.


Border color

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

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

This div border color is #748985.


Opacity

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

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

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

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

This text has shadow with #748985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748985 on black background.


Color preview on white background

This text has color #748985 on white background.



Black color preview on #748985 background

This text has black color on #748985 background.


White color preview on #748985 background

This text has white color on #748985 background.