COLOR #748657

HEX: #748657
RGB: (116,134,87)

Color info

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

RGB color model

#748657 color RGB value is (116,134,87).

  • red value is 116;
  • green value is 134;
  • blue value is 87.
RGB:
(116,134,87)
(45%,53%,34%)

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 87 of 255 = 34%

116
134
87

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

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 87 = 337 (100%)
R 116 of 337 ~ 34.42%
G 134 of 337 ~ 39.76%
B 87 of 337 ~ 25.82%

%34.42
%39.76
%25.82

CMYK color model

#748657 color CMYK value is (13,0,35,47).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 35.07%
  • key color value is 47.45%
CMYK:
(13,0,35,47)
C13M0Y35K47 
(13%,0%,35%,47%)
(0.13/0.00/0.35/0.47)	

CMYK percentages

%13.43
%0
%35.07
%47.45

Codes

Color #748657 in popluar color models

748657
RGB11613487
HSL83°21.27%43.33%
HSB/HSV83°35.07%52.55%
CMYK13.43%0.00%35.07%
47.45%

Color #748657 in popluar number systems.

HEX748657
Decimal11613487
Binary1110100100001101010111
Octal164206127

Shades and tints

Shades of #748657

#748657
(116,134,87)
#6A7A50
(106,122,80)
#606E49
(96,110,73)
#566242
(86,98,66)
#4C563B
(76,86,59)
#424A34
(66,74,52)
#383E2D
(56,62,45)
#2E3226
(46,50,38)
#24261F
(36,38,31)
#1A1A18
(26,26,24)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #748657

#748657
(116,134,87)
#809166
(128,145,102)
#8C9C75
(140,156,117)
#98A784
(152,167,132)
#A4B293
(164,178,147)
#B0BDA2
(176,189,162)
#BCC8B1
(188,200,177)
#C8D3C0
(200,211,192)
#D4DECF
(212,222,207)
#E0E9DE
(224,233,222)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748657 color. Also use rgb(116,134,87) instead hex code.

Text Font Color

.myTextColor { color: #748657; }

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

This text font color is #748657.


Background Color

.myBgColor { background-color: #748657; }

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

This div background color is #748657.


Border color

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

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

This div border color is #748657.


Opacity

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

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

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

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

This text has shadow with #748657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748657 on black background.


Color preview on white background

This text has color #748657 on white background.



Black color preview on #748657 background

This text has black color on #748657 background.


White color preview on #748657 background

This text has white color on #748657 background.