COLOR #748481

HEX: #748481
RGB: (116,132,129)

Color info

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

RGB color model

#748481 color RGB value is (116,132,129).

  • red value is 116;
  • green value is 132;
  • blue value is 129.
RGB:
(116,132,129)
(45%,52%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 129 of 255 = 51%

116
132
129

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 129 = 377 (100%)
R 116 of 377 ~ 30.77%
G 132 of 377 ~ 35.01%
B 129 of 377 ~ 34.22%

%30.77
%35.01
%34.22

CMYK color model

#748481 color CMYK value is (12,0,2,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(12,0,2,48)
C12M0Y2K48 
(12%,0%,2%,48%)
(0.12/0.00/0.02/0.48)	

CMYK percentages

%12.12
%0
%2.27
%48.24

Codes

Color #748481 in popluar color models

748481
RGB116132129
HSL169°6.45%48.63%
HSB/HSV169°12.12%51.76%
CMYK12.12%0.00%2.27%
48.24%

Color #748481 in popluar number systems.

HEX748481
Decimal116132129
Binary11101001000010010000001
Octal164204201

Shades and tints

Shades of #748481

#748481
(116,132,129)
#6A7876
(106,120,118)
#606C6B
(96,108,107)
#566060
(86,96,96)
#4C5455
(76,84,85)
#42484A
(66,72,74)
#383C3F
(56,60,63)
#2E3034
(46,48,52)
#242429
(36,36,41)
#1A181E
(26,24,30)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #748481

#748481
(116,132,129)
#808F8C
(128,143,140)
#8C9A97
(140,154,151)
#98A5A2
(152,165,162)
#A4B0AD
(164,176,173)
#B0BBB8
(176,187,184)
#BCC6C3
(188,198,195)
#C8D1CE
(200,209,206)
#D4DCD9
(212,220,217)
#E0E7E4
(224,231,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748481 color. Also use rgb(116,132,129) instead hex code.

Text Font Color

.myTextColor { color: #748481; }

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

This text font color is #748481.


Background Color

.myBgColor { background-color: #748481; }

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

This div background color is #748481.


Border color

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

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

This div border color is #748481.


Opacity

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

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

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

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

This text has shadow with #748481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748481 on black background.


Color preview on white background

This text has color #748481 on white background.



Black color preview on #748481 background

This text has black color on #748481 background.


White color preview on #748481 background

This text has white color on #748481 background.