COLOR #748D58

HEX: #748D58
RGB: (116,141,88)

Color info

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

RGB color model

#748D58 color RGB value is (116,141,88).

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

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 88 of 255 = 35%

116
141
88

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

Portions of RGB colors in percentages

R + G + B =
116 + 141 + 88 = 345 (100%)
R 116 of 345 ~ 33.62%
G 141 of 345 ~ 40.87%
B 88 of 345 ~ 25.51%

%33.62
%40.87
%25.51

CMYK color model

#748D58 color CMYK value is (18,0,38,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 37.59%
  • key color value is 44.71%
CMYK:
(18,0,38,45)
C18M0Y38K45 
(18%,0%,38%,45%)
(0.18/0.00/0.38/0.45)	

CMYK percentages

%17.73
%0
%37.59
%44.71

Codes

Color #748D58 in popluar color models

748D58
RGB11614188
HSL88°23.14%44.90%
HSB/HSV88°37.59%55.29%
CMYK17.73%0.00%37.59%
44.71%

Color #748D58 in popluar number systems.

HEX748D58
Decimal11614188
Binary1110100100011011011000
Octal164215130

Shades and tints

Shades of #748D58

#748D58
(116,141,88)
#6A8150
(106,129,80)
#607548
(96,117,72)
#566940
(86,105,64)
#4C5D38
(76,93,56)
#425130
(66,81,48)
#384528
(56,69,40)
#2E3920
(46,57,32)
#242D18
(36,45,24)
#1A2110
(26,33,16)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #748D58

#748D58
(116,141,88)
#809767
(128,151,103)
#8CA176
(140,161,118)
#98AB85
(152,171,133)
#A4B594
(164,181,148)
#B0BFA3
(176,191,163)
#BCC9B2
(188,201,178)
#C8D3C1
(200,211,193)
#D4DDD0
(212,221,208)
#E0E7DF
(224,231,223)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748D58; }

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

This text font color is #748D58.


Background Color

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

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

This div background color is #748D58.


Border color

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

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

This div border color is #748D58.


Opacity

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

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

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

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

This text has shadow with #748D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748D58 on black background.


Color preview on white background

This text has color #748D58 on white background.



Black color preview on #748D58 background

This text has black color on #748D58 background.


White color preview on #748D58 background

This text has white color on #748D58 background.