COLOR #748059

HEX: #748059
RGB: (116,128,89)

Color info

#748059 contains red, green and blue colors in about the same proportion. Web safe color of #748059 is #666666 (or #666).

RGB color model

#748059 color RGB value is (116,128,89).

  • red value is 116;
  • green value is 128;
  • blue value is 89.
RGB:
(116,128,89)
(45%,50%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 89 of 255 = 35%

116
128
89

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 89 = 333 (100%)
R 116 of 333 ~ 34.83%
G 128 of 333 ~ 38.44%
B 89 of 333 ~ 26.73%

%34.83
%38.44
%26.73

CMYK color model

#748059 color CMYK value is (9,0,30,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(9,0,30,50)
C9M0Y30K50 
(9%,0%,30%,50%)
(0.09/0.00/0.30/0.50)	

CMYK percentages

%9.38
%0
%30.47
%49.8

Codes

Color #748059 in popluar color models

748059
RGB11612889
HSL78°17.97%42.55%
HSB/HSV78°30.47%50.20%
CMYK9.38%0.00%30.47%
49.80%

Color #748059 in popluar number systems.

HEX748059
Decimal11612889
Binary1110100100000001011001
Octal164200131

Shades and tints

Shades of #748059

#748059
(116,128,89)
#6A7551
(106,117,81)
#606A49
(96,106,73)
#565F41
(86,95,65)
#4C5439
(76,84,57)
#424931
(66,73,49)
#383E29
(56,62,41)
#2E3321
(46,51,33)
#242819
(36,40,25)
#1A1D11
(26,29,17)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #748059

#748059
(116,128,89)
#808B68
(128,139,104)
#8C9677
(140,150,119)
#98A186
(152,161,134)
#A4AC95
(164,172,149)
#B0B7A4
(176,183,164)
#BCC2B3
(188,194,179)
#C8CDC2
(200,205,194)
#D4D8D1
(212,216,209)
#E0E3E0
(224,227,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748059 color. Also use rgb(116,128,89) instead hex code.

Text Font Color

.myTextColor { color: #748059; }

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

This text font color is #748059.


Background Color

.myBgColor { background-color: #748059; }

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

This div background color is #748059.


Border color

.myBorderColor { border: 1px solid #748059; }

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

This div border color is #748059.


Opacity

.myOpacity80 { color: #748059; opacity: 0.8; }

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

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

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

This text has shadow with #748059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748059 on black background.


Color preview on white background

This text has color #748059 on white background.



Black color preview on #748059 background

This text has black color on #748059 background.


White color preview on #748059 background

This text has white color on #748059 background.