COLOR #748870

HEX: #748870
RGB: (116,136,112)

Color info

#748870 contains red, green and blue colors in about the same proportion. Web safe color of #748870 is #669966 (or #696).

RGB color model

#748870 color RGB value is (116,136,112).

  • red value is 116;
  • green value is 136;
  • blue value is 112.
RGB:
(116,136,112)
(45%,53%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 112 of 255 = 44%

116
136
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 112 = 364 (100%)
R 116 of 364 ~ 31.87%
G 136 of 364 ~ 37.36%
B 112 of 364 ~ 30.77%

%31.87
%37.36
%30.77

CMYK color model

#748870 color CMYK value is (15,0,18,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(15,0,18,47)
C15M0Y18K47 
(15%,0%,18%,47%)
(0.15/0.00/0.18/0.47)	

CMYK percentages

%14.71
%0
%17.65
%46.67

Codes

Color #748870 in popluar color models

748870
RGB116136112
HSL110°9.68%48.63%
HSB/HSV110°17.65%53.33%
CMYK14.71%0.00%17.65%
46.67%

Color #748870 in popluar number systems.

HEX748870
Decimal116136112
Binary1110100100010001110000
Octal164210160

Shades and tints

Shades of #748870

#748870
(116,136,112)
#6A7C66
(106,124,102)
#60705C
(96,112,92)
#566452
(86,100,82)
#4C5848
(76,88,72)
#424C3E
(66,76,62)
#384034
(56,64,52)
#2E342A
(46,52,42)
#242820
(36,40,32)
#1A1C16
(26,28,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #748870

#748870
(116,136,112)
#80927D
(128,146,125)
#8C9C8A
(140,156,138)
#98A697
(152,166,151)
#A4B0A4
(164,176,164)
#B0BAB1
(176,186,177)
#BCC4BE
(188,196,190)
#C8CECB
(200,206,203)
#D4D8D8
(212,216,216)
#E0E2E5
(224,226,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748870 color. Also use rgb(116,136,112) instead hex code.

Text Font Color

.myTextColor { color: #748870; }

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

This text font color is #748870.


Background Color

.myBgColor { background-color: #748870; }

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

This div background color is #748870.


Border color

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

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

This div border color is #748870.


Opacity

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

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

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

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

This text has shadow with #748870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748870 on black background.


Color preview on white background

This text has color #748870 on white background.



Black color preview on #748870 background

This text has black color on #748870 background.


White color preview on #748870 background

This text has white color on #748870 background.