COLOR #748E44

HEX: #748E44
RGB: (116,142,68)

Color info

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

RGB color model

#748E44 color RGB value is (116,142,68).

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

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 68 of 255 = 27%

116
142
68

R + G + B ~ 43%. #748E44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 68 = 326 (100%)
R 116 of 326 ~ 35.58%
G 142 of 326 ~ 43.56%
B 68 of 326 ~ 20.86%

%35.58
%43.56
%20.86

CMYK color model

#748E44 color CMYK value is (18,0,52,44).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 44.31%
CMYK:
(18,0,52,44)
C18M0Y52K44 
(18%,0%,52%,44%)
(0.18/0.00/0.52/0.44)	

CMYK percentages

%18.31
%0
%52.11
%44.31

Codes

Color #748E44 in popluar color models

748E44
RGB11614268
HSL81°35.24%41.18%
HSB/HSV81°52.11%55.69%
CMYK18.31%0.00%52.11%
44.31%

Color #748E44 in popluar number systems.

HEX748E44
Decimal11614268
Binary1110100100011101000100
Octal164216104

Shades and tints

Shades of #748E44

#748E44
(116,142,68)
#6A823E
(106,130,62)
#607638
(96,118,56)
#566A32
(86,106,50)
#4C5E2C
(76,94,44)
#425226
(66,82,38)
#384620
(56,70,32)
#2E3A1A
(46,58,26)
#242E14
(36,46,20)
#1A220E
(26,34,14)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #748E44

#748E44
(116,142,68)
#809855
(128,152,85)
#8CA266
(140,162,102)
#98AC77
(152,172,119)
#A4B688
(164,182,136)
#B0C099
(176,192,153)
#BCCAAA
(188,202,170)
#C8D4BB
(200,212,187)
#D4DECC
(212,222,204)
#E0E8DD
(224,232,221)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E44; }

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

This text font color is #748E44.


Background Color

.myBgColor { background-color: #748E44; }

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

This div background color is #748E44.


Border color

.myBorderColor { border: 1px solid #748E44; }

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

This div border color is #748E44.


Opacity

.myOpacity80 { color: #748E44; opacity: 0.8; }

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

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

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

This text has shadow with #748E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E44 on black background.


Color preview on white background

This text has color #748E44 on white background.



Black color preview on #748E44 background

This text has black color on #748E44 background.


White color preview on #748E44 background

This text has white color on #748E44 background.