COLOR #748758

HEX: #748758
RGB: (116,135,88)

Color info

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

RGB color model

#748758 color RGB value is (116,135,88).

  • red value is 116;
  • green value is 135;
  • blue value is 88.
RGB:
(116,135,88)
(45%,53%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 88 of 255 = 35%

116
135
88

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

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 88 = 339 (100%)
R 116 of 339 ~ 34.22%
G 135 of 339 ~ 39.82%
B 88 of 339 ~ 25.96%

%34.22
%39.82
%25.96

CMYK color model

#748758 color CMYK value is (14,0,35,47).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(14,0,35,47)
C14M0Y35K47 
(14%,0%,35%,47%)
(0.14/0.00/0.35/0.47)	

CMYK percentages

%14.07
%0
%34.81
%47.06

Codes

Color #748758 in popluar color models

748758
RGB11613588
HSL84°21.08%43.73%
HSB/HSV84°34.81%52.94%
CMYK14.07%0.00%34.81%
47.06%

Color #748758 in popluar number systems.

HEX748758
Decimal11613588
Binary1110100100001111011000
Octal164207130

Shades and tints

Shades of #748758

#748758
(116,135,88)
#6A7B50
(106,123,80)
#606F48
(96,111,72)
#566340
(86,99,64)
#4C5738
(76,87,56)
#424B30
(66,75,48)
#383F28
(56,63,40)
#2E3320
(46,51,32)
#242718
(36,39,24)
#1A1B10
(26,27,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #748758

#748758
(116,135,88)
#809167
(128,145,103)
#8C9B76
(140,155,118)
#98A585
(152,165,133)
#A4AF94
(164,175,148)
#B0B9A3
(176,185,163)
#BCC3B2
(188,195,178)
#C8CDC1
(200,205,193)
#D4D7D0
(212,215,208)
#E0E1DF
(224,225,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748758 color. Also use rgb(116,135,88) instead hex code.

Text Font Color

.myTextColor { color: #748758; }

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

This text font color is #748758.


Background Color

.myBgColor { background-color: #748758; }

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

This div background color is #748758.


Border color

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

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

This div border color is #748758.


Opacity

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

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

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

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

This text has shadow with #748758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748758 on black background.


Color preview on white background

This text has color #748758 on white background.



Black color preview on #748758 background

This text has black color on #748758 background.


White color preview on #748758 background

This text has white color on #748758 background.