COLOR #748A50

HEX: #748A50
RGB: (116,138,80)

Color info

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

RGB color model

#748A50 color RGB value is (116,138,80).

  • red value is 116;
  • green value is 138;
  • blue value is 80.
RGB:
(116,138,80)
(45%,54%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 80 of 255 = 31%

116
138
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 80 = 334 (100%)
R 116 of 334 ~ 34.73%
G 138 of 334 ~ 41.32%
B 80 of 334 ~ 23.95%

%34.73
%41.32
%23.95

CMYK color model

#748A50 color CMYK value is (16,0,42,46).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(16,0,42,46)
C16M0Y42K46 
(16%,0%,42%,46%)
(0.16/0.00/0.42/0.46)	

CMYK percentages

%15.94
%0
%42.03
%45.88

Codes

Color #748A50 in popluar color models

748A50
RGB11613880
HSL83°26.61%42.75%
HSB/HSV83°42.03%54.12%
CMYK15.94%0.00%42.03%
45.88%

Color #748A50 in popluar number systems.

HEX748A50
Decimal11613880
Binary1110100100010101010000
Octal164212120

Shades and tints

Shades of #748A50

#748A50
(116,138,80)
#6A7E49
(106,126,73)
#607242
(96,114,66)
#56663B
(86,102,59)
#4C5A34
(76,90,52)
#424E2D
(66,78,45)
#384226
(56,66,38)
#2E361F
(46,54,31)
#242A18
(36,42,24)
#1A1E11
(26,30,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #748A50

#748A50
(116,138,80)
#80945F
(128,148,95)
#8C9E6E
(140,158,110)
#98A87D
(152,168,125)
#A4B28C
(164,178,140)
#B0BC9B
(176,188,155)
#BCC6AA
(188,198,170)
#C8D0B9
(200,208,185)
#D4DAC8
(212,218,200)
#E0E4D7
(224,228,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748A50 color. Also use rgb(116,138,80) instead hex code.

Text Font Color

.myTextColor { color: #748A50; }

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

This text font color is #748A50.


Background Color

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

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

This div background color is #748A50.


Border color

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

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

This div border color is #748A50.


Opacity

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

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

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

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

This text has shadow with #748A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748A50 on black background.


Color preview on white background

This text has color #748A50 on white background.



Black color preview on #748A50 background

This text has black color on #748A50 background.


White color preview on #748A50 background

This text has white color on #748A50 background.