COLOR #749252

HEX: #749252
RGB: (116,146,82)

Color info

#749252 contains mainly red and green colors. Web safe color of #749252 is #669966 (or #696).

RGB color model

#749252 color RGB value is (116,146,82).

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

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 82 of 255 = 32%

116
146
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 82 = 344 (100%)
R 116 of 344 ~ 33.72%
G 146 of 344 ~ 42.44%
B 82 of 344 ~ 23.84%

%33.72
%42.44
%23.84

CMYK color model

#749252 color CMYK value is (21,0,44,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(21,0,44,43)
C21M0Y44K43 
(21%,0%,44%,43%)
(0.21/0.00/0.44/0.43)	

CMYK percentages

%20.55
%0
%43.84
%42.75

Codes

Color #749252 in popluar color models

749252
RGB11614682
HSL88°28.07%44.71%
HSB/HSV88°43.84%57.25%
CMYK20.55%0.00%43.84%
42.75%

Color #749252 in popluar number systems.

HEX749252
Decimal11614682
Binary1110100100100101010010
Octal164222122

Shades and tints

Shades of #749252

#749252
(116,146,82)
#6A854B
(106,133,75)
#607844
(96,120,68)
#566B3D
(86,107,61)
#4C5E36
(76,94,54)
#42512F
(66,81,47)
#384428
(56,68,40)
#2E3721
(46,55,33)
#242A1A
(36,42,26)
#1A1D13
(26,29,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #749252

#749252
(116,146,82)
#809B61
(128,155,97)
#8CA470
(140,164,112)
#98AD7F
(152,173,127)
#A4B68E
(164,182,142)
#B0BF9D
(176,191,157)
#BCC8AC
(188,200,172)
#C8D1BB
(200,209,187)
#D4DACA
(212,218,202)
#E0E3D9
(224,227,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749252; }

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

This text font color is #749252.


Background Color

.myBgColor { background-color: #749252; }

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

This div background color is #749252.


Border color

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

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

This div border color is #749252.


Opacity

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

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

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

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

This text has shadow with #749252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749252 on black background.


Color preview on white background

This text has color #749252 on white background.



Black color preview on #749252 background

This text has black color on #749252 background.


White color preview on #749252 background

This text has white color on #749252 background.