COLOR #748B47

HEX: #748B47
RGB: (116,139,71)

Color info

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

RGB color model

#748B47 color RGB value is (116,139,71).

  • red value is 116;
  • green value is 139;
  • blue value is 71.
RGB:
(116,139,71)
(45%,55%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 71 of 255 = 28%

116
139
71

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 71 = 326 (100%)
R 116 of 326 ~ 35.58%
G 139 of 326 ~ 42.64%
B 71 of 326 ~ 21.78%

%35.58
%42.64
%21.78

CMYK color model

#748B47 color CMYK value is (17,0,49,45).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(17,0,49,45)
C17M0Y49K45 
(17%,0%,49%,45%)
(0.17/0.00/0.49/0.45)	

CMYK percentages

%16.55
%0
%48.92
%45.49

Codes

Color #748B47 in popluar color models

748B47
RGB11613971
HSL80°32.38%41.18%
HSB/HSV80°48.92%54.51%
CMYK16.55%0.00%48.92%
45.49%

Color #748B47 in popluar number systems.

HEX748B47
Decimal11613971
Binary1110100100010111000111
Octal164213107

Shades and tints

Shades of #748B47

#748B47
(116,139,71)
#6A7F41
(106,127,65)
#60733B
(96,115,59)
#566735
(86,103,53)
#4C5B2F
(76,91,47)
#424F29
(66,79,41)
#384323
(56,67,35)
#2E371D
(46,55,29)
#242B17
(36,43,23)
#1A1F11
(26,31,17)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #748B47

#748B47
(116,139,71)
#809557
(128,149,87)
#8C9F67
(140,159,103)
#98A977
(152,169,119)
#A4B387
(164,179,135)
#B0BD97
(176,189,151)
#BCC7A7
(188,199,167)
#C8D1B7
(200,209,183)
#D4DBC7
(212,219,199)
#E0E5D7
(224,229,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748B47 color. Also use rgb(116,139,71) instead hex code.

Text Font Color

.myTextColor { color: #748B47; }

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

This text font color is #748B47.


Background Color

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

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

This div background color is #748B47.


Border color

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

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

This div border color is #748B47.


Opacity

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

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

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

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

This text has shadow with #748B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748B47 on black background.


Color preview on white background

This text has color #748B47 on white background.



Black color preview on #748B47 background

This text has black color on #748B47 background.


White color preview on #748B47 background

This text has white color on #748B47 background.