COLOR #749466

HEX: #749466
RGB: (116,148,102)

Color info

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

RGB color model

#749466 color RGB value is (116,148,102).

  • red value is 116;
  • green value is 148;
  • blue value is 102.
RGB:
(116,148,102)
(45%,58%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 102 of 255 = 40%

116
148
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 102 = 366 (100%)
R 116 of 366 ~ 31.69%
G 148 of 366 ~ 40.44%
B 102 of 366 ~ 27.87%

%31.69
%40.44
%27.87

CMYK color model

#749466 color CMYK value is (22,0,31,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(22,0,31,42)
C22M0Y31K42 
(22%,0%,31%,42%)
(0.22/0.00/0.31/0.42)	

CMYK percentages

%21.62
%0
%31.08
%41.96

Codes

Color #749466 in popluar color models

749466
RGB116148102
HSL102°18.40%49.02%
HSB/HSV102°31.08%58.04%
CMYK21.62%0.00%31.08%
41.96%

Color #749466 in popluar number systems.

HEX749466
Decimal116148102
Binary1110100100101001100110
Octal164224146

Shades and tints

Shades of #749466

#749466
(116,148,102)
#6A875D
(106,135,93)
#607A54
(96,122,84)
#566D4B
(86,109,75)
#4C6042
(76,96,66)
#425339
(66,83,57)
#384630
(56,70,48)
#2E3927
(46,57,39)
#242C1E
(36,44,30)
#1A1F15
(26,31,21)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #749466

#749466
(116,148,102)
#809D73
(128,157,115)
#8CA680
(140,166,128)
#98AF8D
(152,175,141)
#A4B89A
(164,184,154)
#B0C1A7
(176,193,167)
#BCCAB4
(188,202,180)
#C8D3C1
(200,211,193)
#D4DCCE
(212,220,206)
#E0E5DB
(224,229,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749466; }

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

This text font color is #749466.


Background Color

.myBgColor { background-color: #749466; }

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

This div background color is #749466.


Border color

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

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

This div border color is #749466.


Opacity

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

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

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

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

This text has shadow with #749466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749466 on black background.


Color preview on white background

This text has color #749466 on white background.



Black color preview on #749466 background

This text has black color on #749466 background.


White color preview on #749466 background

This text has white color on #749466 background.