COLOR #748B5B

HEX: #748B5B
RGB: (116,139,91)

Color info

#748B5B contains red, green and blue colors in about the same proportion. Web safe color of #748B5B is #669966 (or #696).

RGB color model

#748B5B color RGB value is (116,139,91).

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

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 91 of 255 = 36%

116
139
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 91 = 346 (100%)
R 116 of 346 ~ 33.53%
G 139 of 346 ~ 40.17%
B 91 of 346 ~ 26.3%

%33.53
%40.17
%26.3

CMYK color model

#748B5B color CMYK value is (17,0,35,45).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK:
(17,0,35,45)
C17M0Y35K45 
(17%,0%,35%,45%)
(0.17/0.00/0.35/0.45)	

CMYK percentages

%16.55
%0
%34.53
%45.49

Codes

Color #748B5B in popluar color models

748B5B
RGB11613991
HSL89°20.87%45.10%
HSB/HSV89°34.53%54.51%
CMYK16.55%0.00%34.53%
45.49%

Color #748B5B in popluar number systems.

HEX748B5B
Decimal11613991
Binary1110100100010111011011
Octal164213133

Shades and tints

Shades of #748B5B

#748B5B
(116,139,91)
#6A7F53
(106,127,83)
#60734B
(96,115,75)
#566743
(86,103,67)
#4C5B3B
(76,91,59)
#424F33
(66,79,51)
#38432B
(56,67,43)
#2E3723
(46,55,35)
#242B1B
(36,43,27)
#1A1F13
(26,31,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #748B5B

#748B5B
(116,139,91)
#809569
(128,149,105)
#8C9F77
(140,159,119)
#98A985
(152,169,133)
#A4B393
(164,179,147)
#B0BDA1
(176,189,161)
#BCC7AF
(188,199,175)
#C8D1BD
(200,209,189)
#D4DBCB
(212,219,203)
#E0E5D9
(224,229,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748B5B; }

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

This text font color is #748B5B.


Background Color

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

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

This div background color is #748B5B.


Border color

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

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

This div border color is #748B5B.


Opacity

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

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

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

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

This text has shadow with #748B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748B5B on black background.


Color preview on white background

This text has color #748B5B on white background.



Black color preview on #748B5B background

This text has black color on #748B5B background.


White color preview on #748B5B background

This text has white color on #748B5B background.