COLOR #748150

HEX: #748150
RGB: (116,129,80)

Color info

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

RGB color model

#748150 color RGB value is (116,129,80).

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

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 80 of 255 = 31%

116
129
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 80 = 325 (100%)
R 116 of 325 ~ 35.69%
G 129 of 325 ~ 39.69%
B 80 of 325 ~ 24.62%

%35.69
%39.69
%24.62

CMYK color model

#748150 color CMYK value is (10,0,38,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(10,0,38,49)
C10M0Y38K49 
(10%,0%,38%,49%)
(0.10/0.00/0.38/0.49)	

CMYK percentages

%10.08
%0
%37.98
%49.41

Codes

Color #748150 in popluar color models

748150
RGB11612980
HSL76°23.44%40.98%
HSB/HSV76°37.98%50.59%
CMYK10.08%0.00%37.98%
49.41%

Color #748150 in popluar number systems.

HEX748150
Decimal11612980
Binary1110100100000011010000
Octal164201120

Shades and tints

Shades of #748150

#748150
(116,129,80)
#6A7649
(106,118,73)
#606B42
(96,107,66)
#56603B
(86,96,59)
#4C5534
(76,85,52)
#424A2D
(66,74,45)
#383F26
(56,63,38)
#2E341F
(46,52,31)
#242918
(36,41,24)
#1A1E11
(26,30,17)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #748150

#748150
(116,129,80)
#808C5F
(128,140,95)
#8C976E
(140,151,110)
#98A27D
(152,162,125)
#A4AD8C
(164,173,140)
#B0B89B
(176,184,155)
#BCC3AA
(188,195,170)
#C8CEB9
(200,206,185)
#D4D9C8
(212,217,200)
#E0E4D7
(224,228,215)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748150; }

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

This text font color is #748150.


Background Color

.myBgColor { background-color: #748150; }

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

This div background color is #748150.


Border color

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

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

This div border color is #748150.


Opacity

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

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

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

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

This text has shadow with #748150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748150 on black background.


Color preview on white background

This text has color #748150 on white background.



Black color preview on #748150 background

This text has black color on #748150 background.


White color preview on #748150 background

This text has white color on #748150 background.