COLOR #749678

HEX: #749678
RGB: (116,150,120)

Color info

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

RGB color model

#749678 color RGB value is (116,150,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 120 of 255 = 47%

116
150
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 150 + 120 = 386 (100%)
R 116 of 386 ~ 30.05%
G 150 of 386 ~ 38.86%
B 120 of 386 ~ 31.09%

%30.05
%38.86
%31.09

CMYK color model

#749678 color CMYK value is (23,0,20,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(23,0,20,41)
C23M0Y20K41 
(23%,0%,20%,41%)
(0.23/0.00/0.20/0.41)	

CMYK percentages

%22.67
%0
%20
%41.18

Codes

Color #749678 in popluar color models

749678
RGB116150120
HSL127°13.93%52.16%
HSB/HSV127°22.67%58.82%
CMYK22.67%0.00%20.00%
41.18%

Color #749678 in popluar number systems.

HEX749678
Decimal116150120
Binary1110100100101101111000
Octal164226170

Shades and tints

Shades of #749678

#749678
(116,150,120)
#6A896E
(106,137,110)
#607C64
(96,124,100)
#566F5A
(86,111,90)
#4C6250
(76,98,80)
#425546
(66,85,70)
#38483C
(56,72,60)
#2E3B32
(46,59,50)
#242E28
(36,46,40)
#1A211E
(26,33,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #749678

#749678
(116,150,120)
#809F84
(128,159,132)
#8CA890
(140,168,144)
#98B19C
(152,177,156)
#A4BAA8
(164,186,168)
#B0C3B4
(176,195,180)
#BCCCC0
(188,204,192)
#C8D5CC
(200,213,204)
#D4DED8
(212,222,216)
#E0E7E4
(224,231,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749678; }

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

This text font color is #749678.


Background Color

.myBgColor { background-color: #749678; }

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

This div background color is #749678.


Border color

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

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

This div border color is #749678.


Opacity

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

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

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

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

This text has shadow with #749678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749678 on black background.


Color preview on white background

This text has color #749678 on white background.



Black color preview on #749678 background

This text has black color on #749678 background.


White color preview on #749678 background

This text has white color on #749678 background.