COLOR #749265

HEX: #749265
RGB: (116,146,101)

Color info

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

RGB color model

#749265 color RGB value is (116,146,101).

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

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 101 of 255 = 40%

116
146
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 101 = 363 (100%)
R 116 of 363 ~ 31.96%
G 146 of 363 ~ 40.22%
B 101 of 363 ~ 27.82%

%31.96
%40.22
%27.82

CMYK color model

#749265 color CMYK value is (21,0,31,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(21,0,31,43)
C21M0Y31K43 
(21%,0%,31%,43%)
(0.21/0.00/0.31/0.43)	

CMYK percentages

%20.55
%0
%30.82
%42.75

Codes

Color #749265 in popluar color models

749265
RGB116146101
HSL100°18.22%48.43%
HSB/HSV100°30.82%57.25%
CMYK20.55%0.00%30.82%
42.75%

Color #749265 in popluar number systems.

HEX749265
Decimal116146101
Binary1110100100100101100101
Octal164222145

Shades and tints

Shades of #749265

#749265
(116,146,101)
#6A855C
(106,133,92)
#607853
(96,120,83)
#566B4A
(86,107,74)
#4C5E41
(76,94,65)
#425138
(66,81,56)
#38442F
(56,68,47)
#2E3726
(46,55,38)
#242A1D
(36,42,29)
#1A1D14
(26,29,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #749265

#749265
(116,146,101)
#809B73
(128,155,115)
#8CA481
(140,164,129)
#98AD8F
(152,173,143)
#A4B69D
(164,182,157)
#B0BFAB
(176,191,171)
#BCC8B9
(188,200,185)
#C8D1C7
(200,209,199)
#D4DAD5
(212,218,213)
#E0E3E3
(224,227,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749265; }

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

This text font color is #749265.


Background Color

.myBgColor { background-color: #749265; }

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

This div background color is #749265.


Border color

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

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

This div border color is #749265.


Opacity

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

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

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

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

This text has shadow with #749265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749265 on black background.


Color preview on white background

This text has color #749265 on white background.



Black color preview on #749265 background

This text has black color on #749265 background.


White color preview on #749265 background

This text has white color on #749265 background.