COLOR #748D4B

HEX: #748D4B
RGB: (116,141,75)

Color info

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

RGB color model

#748D4B color RGB value is (116,141,75).

  • red value is 116;
  • green value is 141;
  • blue value is 75.
RGB:
(116,141,75)
(45%,55%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 75 of 255 = 29%

116
141
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 141 + 75 = 332 (100%)
R 116 of 332 ~ 34.94%
G 141 of 332 ~ 42.47%
B 75 of 332 ~ 22.59%

%34.94
%42.47
%22.59

CMYK color model

#748D4B color CMYK value is (18,0,47,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 44.71%
CMYK:
(18,0,47,45)
C18M0Y47K45 
(18%,0%,47%,45%)
(0.18/0.00/0.47/0.45)	

CMYK percentages

%17.73
%0
%46.81
%44.71

Codes

Color #748D4B in popluar color models

748D4B
RGB11614175
HSL83°30.56%42.35%
HSB/HSV83°46.81%55.29%
CMYK17.73%0.00%46.81%
44.71%

Color #748D4B in popluar number systems.

HEX748D4B
Decimal11614175
Binary1110100100011011001011
Octal164215113

Shades and tints

Shades of #748D4B

#748D4B
(116,141,75)
#6A8145
(106,129,69)
#60753F
(96,117,63)
#566939
(86,105,57)
#4C5D33
(76,93,51)
#42512D
(66,81,45)
#384527
(56,69,39)
#2E3921
(46,57,33)
#242D1B
(36,45,27)
#1A2115
(26,33,21)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #748D4B

#748D4B
(116,141,75)
#80975B
(128,151,91)
#8CA16B
(140,161,107)
#98AB7B
(152,171,123)
#A4B58B
(164,181,139)
#B0BF9B
(176,191,155)
#BCC9AB
(188,201,171)
#C8D3BB
(200,211,187)
#D4DDCB
(212,221,203)
#E0E7DB
(224,231,219)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748D4B color. Also use rgb(116,141,75) instead hex code.

Text Font Color

.myTextColor { color: #748D4B; }

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

This text font color is #748D4B.


Background Color

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

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

This div background color is #748D4B.


Border color

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

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

This div border color is #748D4B.


Opacity

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

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

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

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

This text has shadow with #748D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748D4B on black background.


Color preview on white background

This text has color #748D4B on white background.



Black color preview on #748D4B background

This text has black color on #748D4B background.


White color preview on #748D4B background

This text has white color on #748D4B background.