COLOR #749275

HEX: #749275
RGB: (116,146,117)

Color info

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

RGB color model

#749275 color RGB value is (116,146,117).

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

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 117 of 255 = 46%

116
146
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 117 = 379 (100%)
R 116 of 379 ~ 30.61%
G 146 of 379 ~ 38.52%
B 117 of 379 ~ 30.87%

%30.61
%38.52
%30.87

CMYK color model

#749275 color CMYK value is (21,0,20,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(21,0,20,43)
C21M0Y20K43 
(21%,0%,20%,43%)
(0.21/0.00/0.20/0.43)	

CMYK percentages

%20.55
%0
%19.86
%42.75

Codes

Color #749275 in popluar color models

749275
RGB116146117
HSL122°12.10%51.37%
HSB/HSV122°20.55%57.25%
CMYK20.55%0.00%19.86%
42.75%

Color #749275 in popluar number systems.

HEX749275
Decimal116146117
Binary1110100100100101110101
Octal164222165

Shades and tints

Shades of #749275

#749275
(116,146,117)
#6A856B
(106,133,107)
#607861
(96,120,97)
#566B57
(86,107,87)
#4C5E4D
(76,94,77)
#425143
(66,81,67)
#384439
(56,68,57)
#2E372F
(46,55,47)
#242A25
(36,42,37)
#1A1D1B
(26,29,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #749275

#749275
(116,146,117)
#809B81
(128,155,129)
#8CA48D
(140,164,141)
#98AD99
(152,173,153)
#A4B6A5
(164,182,165)
#B0BFB1
(176,191,177)
#BCC8BD
(188,200,189)
#C8D1C9
(200,209,201)
#D4DAD5
(212,218,213)
#E0E3E1
(224,227,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749275; }

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

This text font color is #749275.


Background Color

.myBgColor { background-color: #749275; }

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

This div background color is #749275.


Border color

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

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

This div border color is #749275.


Opacity

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

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

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

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

This text has shadow with #749275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749275 on black background.


Color preview on white background

This text has color #749275 on white background.



Black color preview on #749275 background

This text has black color on #749275 background.


White color preview on #749275 background

This text has white color on #749275 background.