COLOR #748132

HEX: #748132
RGB: (116,129,50)

Color info

#748132 contains mainly red and green colors. Web safe color of #748132 is #669933 (or #693).

RGB color model

#748132 color RGB value is (116,129,50).

  • red value is 116;
  • green value is 129;
  • blue value is 50.
RGB:
(116,129,50)
(45%,51%,20%)

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 50 of 255 = 20%

116
129
50

R + G + B ~ 39%. #748132 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 50 = 295 (100%)
R 116 of 295 ~ 39.32%
G 129 of 295 ~ 43.73%
B 50 of 295 ~ 16.95%

%39.32
%43.73
%16.95

CMYK color model

#748132 color CMYK value is (10,0,61,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 61.24%
  • key color value is 49.41%
CMYK:
(10,0,61,49)
C10M0Y61K49 
(10%,0%,61%,49%)
(0.10/0.00/0.61/0.49)	

CMYK percentages

%10.08
%0
%61.24
%49.41

Codes

Color #748132 in popluar color models

748132
RGB11612950
HSL70°44.13%35.10%
HSB/HSV70°61.24%50.59%
CMYK10.08%0.00%61.24%
49.41%

Color #748132 in popluar number systems.

HEX748132
Decimal11612950
Binary111010010000001110010
Octal16420162

Shades and tints

Shades of #748132

#748132
(116,129,50)
#6A762E
(106,118,46)
#606B2A
(96,107,42)
#566026
(86,96,38)
#4C5522
(76,85,34)
#424A1E
(66,74,30)
#383F1A
(56,63,26)
#2E3416
(46,52,22)
#242912
(36,41,18)
#1A1E0E
(26,30,14)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #748132

#748132
(116,129,50)
#808C44
(128,140,68)
#8C9756
(140,151,86)
#98A268
(152,162,104)
#A4AD7A
(164,173,122)
#B0B88C
(176,184,140)
#BCC39E
(188,195,158)
#C8CEB0
(200,206,176)
#D4D9C2
(212,217,194)
#E0E4D4
(224,228,212)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748132; }

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

This text font color is #748132.


Background Color

.myBgColor { background-color: #748132; }

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

This div background color is #748132.


Border color

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

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

This div border color is #748132.


Opacity

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

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

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

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

This text has shadow with #748132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748132 on black background.


Color preview on white background

This text has color #748132 on white background.



Black color preview on #748132 background

This text has black color on #748132 background.


White color preview on #748132 background

This text has white color on #748132 background.