COLOR #749074

HEX: #749074
RGB: (116,144,116)

Color info

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

RGB color model

#749074 color RGB value is (116,144,116).

  • red value is 116;
  • green value is 144;
  • blue value is 116.
RGB:
(116,144,116)
(45%,56%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 116 of 255 = 45%

116
144
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 116 = 376 (100%)
R 116 of 376 ~ 30.85%
G 144 of 376 ~ 38.3%
B 116 of 376 ~ 30.85%

%30.85
%38.3
%30.85

CMYK color model

#749074 color CMYK value is (19,0,19,44).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(19,0,19,44)
C19M0Y19K44 
(19%,0%,19%,44%)
(0.19/0.00/0.19/0.44)	

CMYK percentages

%19.44
%0
%19.44
%43.53

Codes

Color #749074 in popluar color models

749074
RGB116144116
HSL120°11.20%50.98%
HSB/HSV120°19.44%56.47%
CMYK19.44%0.00%19.44%
43.53%

Color #749074 in popluar number systems.

HEX749074
Decimal116144116
Binary1110100100100001110100
Octal164220164

Shades and tints

Shades of #749074

#749074
(116,144,116)
#6A836A
(106,131,106)
#607660
(96,118,96)
#566956
(86,105,86)
#4C5C4C
(76,92,76)
#424F42
(66,79,66)
#384238
(56,66,56)
#2E352E
(46,53,46)
#242824
(36,40,36)
#1A1B1A
(26,27,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #749074

#749074
(116,144,116)
#809A80
(128,154,128)
#8CA48C
(140,164,140)
#98AE98
(152,174,152)
#A4B8A4
(164,184,164)
#B0C2B0
(176,194,176)
#BCCCBC
(188,204,188)
#C8D6C8
(200,214,200)
#D4E0D4
(212,224,212)
#E0EAE0
(224,234,224)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749074; }

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

This text font color is #749074.


Background Color

.myBgColor { background-color: #749074; }

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

This div background color is #749074.


Border color

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

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

This div border color is #749074.


Opacity

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

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

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

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

This text has shadow with #749074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749074 on black background.


Color preview on white background

This text has color #749074 on white background.



Black color preview on #749074 background

This text has black color on #749074 background.


White color preview on #749074 background

This text has white color on #749074 background.