COLOR #748559

HEX: #748559
RGB: (116,133,89)

Color info

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

RGB color model

#748559 color RGB value is (116,133,89).

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

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 89 of 255 = 35%

116
133
89

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 89 = 338 (100%)
R 116 of 338 ~ 34.32%
G 133 of 338 ~ 39.35%
B 89 of 338 ~ 26.33%

%34.32
%39.35
%26.33

CMYK color model

#748559 color CMYK value is (13,0,33,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(13,0,33,48)
C13M0Y33K48 
(13%,0%,33%,48%)
(0.13/0.00/0.33/0.48)	

CMYK percentages

%12.78
%0
%33.08
%47.84

Codes

Color #748559 in popluar color models

748559
RGB11613389
HSL83°19.82%43.53%
HSB/HSV83°33.08%52.16%
CMYK12.78%0.00%33.08%
47.84%

Color #748559 in popluar number systems.

HEX748559
Decimal11613389
Binary1110100100001011011001
Octal164205131

Shades and tints

Shades of #748559

#748559
(116,133,89)
#6A7951
(106,121,81)
#606D49
(96,109,73)
#566141
(86,97,65)
#4C5539
(76,85,57)
#424931
(66,73,49)
#383D29
(56,61,41)
#2E3121
(46,49,33)
#242519
(36,37,25)
#1A1911
(26,25,17)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #748559

#748559
(116,133,89)
#809068
(128,144,104)
#8C9B77
(140,155,119)
#98A686
(152,166,134)
#A4B195
(164,177,149)
#B0BCA4
(176,188,164)
#BCC7B3
(188,199,179)
#C8D2C2
(200,210,194)
#D4DDD1
(212,221,209)
#E0E8E0
(224,232,224)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748559; }

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

This text font color is #748559.


Background Color

.myBgColor { background-color: #748559; }

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

This div background color is #748559.


Border color

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

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

This div border color is #748559.


Opacity

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

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

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

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

This text has shadow with #748559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748559 on black background.


Color preview on white background

This text has color #748559 on white background.



Black color preview on #748559 background

This text has black color on #748559 background.


White color preview on #748559 background

This text has white color on #748559 background.