COLOR #748E43

HEX: #748E43
RGB: (116,142,67)

Color info

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

RGB color model

#748E43 color RGB value is (116,142,67).

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

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 67 of 255 = 26%

116
142
67

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

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 67 = 325 (100%)
R 116 of 325 ~ 35.69%
G 142 of 325 ~ 43.69%
B 67 of 325 ~ 20.62%

%35.69
%43.69
%20.62

CMYK color model

#748E43 color CMYK value is (18,0,53,44).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(18,0,53,44)
C18M0Y53K44 
(18%,0%,53%,44%)
(0.18/0.00/0.53/0.44)	

CMYK percentages

%18.31
%0
%52.82
%44.31

Codes

Color #748E43 in popluar color models

748E43
RGB11614267
HSL81°35.89%40.98%
HSB/HSV81°52.82%55.69%
CMYK18.31%0.00%52.82%
44.31%

Color #748E43 in popluar number systems.

HEX748E43
Decimal11614267
Binary1110100100011101000011
Octal164216103

Shades and tints

Shades of #748E43

#748E43
(116,142,67)
#6A823D
(106,130,61)
#607637
(96,118,55)
#566A31
(86,106,49)
#4C5E2B
(76,94,43)
#425225
(66,82,37)
#38461F
(56,70,31)
#2E3A19
(46,58,25)
#242E13
(36,46,19)
#1A220D
(26,34,13)
#101607
(16,22,7)
#000000
(0,0,0)

Tints of #748E43

#748E43
(116,142,67)
#809854
(128,152,84)
#8CA265
(140,162,101)
#98AC76
(152,172,118)
#A4B687
(164,182,135)
#B0C098
(176,192,152)
#BCCAA9
(188,202,169)
#C8D4BA
(200,212,186)
#D4DECB
(212,222,203)
#E0E8DC
(224,232,220)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E43; }

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

This text font color is #748E43.


Background Color

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

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

This div background color is #748E43.


Border color

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

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

This div border color is #748E43.


Opacity

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

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

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

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

This text has shadow with #748E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E43 on black background.


Color preview on white background

This text has color #748E43 on white background.



Black color preview on #748E43 background

This text has black color on #748E43 background.


White color preview on #748E43 background

This text has white color on #748E43 background.