COLOR #748144

HEX: #748144
RGB: (116,129,68)

Color info

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

RGB color model

#748144 color RGB value is (116,129,68).

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

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 68 of 255 = 27%

116
129
68

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 68 = 313 (100%)
R 116 of 313 ~ 37.06%
G 129 of 313 ~ 41.21%
B 68 of 313 ~ 21.73%

%37.06
%41.21
%21.73

CMYK color model

#748144 color CMYK value is (10,0,47,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 47.29%
  • key color value is 49.41%
CMYK:
(10,0,47,49)
C10M0Y47K49 
(10%,0%,47%,49%)
(0.10/0.00/0.47/0.49)	

CMYK percentages

%10.08
%0
%47.29
%49.41

Codes

Color #748144 in popluar color models

748144
RGB11612968
HSL73°30.96%38.63%
HSB/HSV73°47.29%50.59%
CMYK10.08%0.00%47.29%
49.41%

Color #748144 in popluar number systems.

HEX748144
Decimal11612968
Binary1110100100000011000100
Octal164201104

Shades and tints

Shades of #748144

#748144
(116,129,68)
#6A763E
(106,118,62)
#606B38
(96,107,56)
#566032
(86,96,50)
#4C552C
(76,85,44)
#424A26
(66,74,38)
#383F20
(56,63,32)
#2E341A
(46,52,26)
#242914
(36,41,20)
#1A1E0E
(26,30,14)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #748144

#748144
(116,129,68)
#808C55
(128,140,85)
#8C9766
(140,151,102)
#98A277
(152,162,119)
#A4AD88
(164,173,136)
#B0B899
(176,184,153)
#BCC3AA
(188,195,170)
#C8CEBB
(200,206,187)
#D4D9CC
(212,217,204)
#E0E4DD
(224,228,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748144; }

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

This text font color is #748144.


Background Color

.myBgColor { background-color: #748144; }

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

This div background color is #748144.


Border color

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

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

This div border color is #748144.


Opacity

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

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

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

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

This text has shadow with #748144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748144 on black background.


Color preview on white background

This text has color #748144 on white background.



Black color preview on #748144 background

This text has black color on #748144 background.


White color preview on #748144 background

This text has white color on #748144 background.