COLOR #749278

HEX: #749278
RGB: (116,146,120)

Color info

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

RGB color model

#749278 color RGB value is (116,146,120).

  • red value is 116;
  • green value is 146;
  • blue value is 120.
RGB:
(116,146,120)
(45%,57%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 120 of 255 = 47%

116
146
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 120 = 382 (100%)
R 116 of 382 ~ 30.37%
G 146 of 382 ~ 38.22%
B 120 of 382 ~ 31.41%

%30.37
%38.22
%31.41

CMYK color model

#749278 color CMYK value is (21,0,18,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(21,0,18,43)
C21M0Y18K43 
(21%,0%,18%,43%)
(0.21/0.00/0.18/0.43)	

CMYK percentages

%20.55
%0
%17.81
%42.75

Codes

Color #749278 in popluar color models

749278
RGB116146120
HSL128°12.10%51.37%
HSB/HSV128°20.55%57.25%
CMYK20.55%0.00%17.81%
42.75%

Color #749278 in popluar number systems.

HEX749278
Decimal116146120
Binary1110100100100101111000
Octal164222170

Shades and tints

Shades of #749278

#749278
(116,146,120)
#6A856E
(106,133,110)
#607864
(96,120,100)
#566B5A
(86,107,90)
#4C5E50
(76,94,80)
#425146
(66,81,70)
#38443C
(56,68,60)
#2E3732
(46,55,50)
#242A28
(36,42,40)
#1A1D1E
(26,29,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #749278

#749278
(116,146,120)
#809B84
(128,155,132)
#8CA490
(140,164,144)
#98AD9C
(152,173,156)
#A4B6A8
(164,182,168)
#B0BFB4
(176,191,180)
#BCC8C0
(188,200,192)
#C8D1CC
(200,209,204)
#D4DAD8
(212,218,216)
#E0E3E4
(224,227,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749278 color. Also use rgb(116,146,120) instead hex code.

Text Font Color

.myTextColor { color: #749278; }

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

This text font color is #749278.


Background Color

.myBgColor { background-color: #749278; }

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

This div background color is #749278.


Border color

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

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

This div border color is #749278.


Opacity

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

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

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

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

This text has shadow with #749278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749278 on black background.


Color preview on white background

This text has color #749278 on white background.



Black color preview on #749278 background

This text has black color on #749278 background.


White color preview on #749278 background

This text has white color on #749278 background.