COLOR #748268

HEX: #748268
RGB: (116,130,104)

Color info

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

RGB color model

#748268 color RGB value is (116,130,104).

  • red value is 116;
  • green value is 130;
  • blue value is 104.
RGB:
(116,130,104)
(45%,51%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 104 of 255 = 41%

116
130
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 130 + 104 = 350 (100%)
R 116 of 350 ~ 33.14%
G 130 of 350 ~ 37.14%
B 104 of 350 ~ 29.71%

%33.14
%37.14
%29.71

CMYK color model

#748268 color CMYK value is (11,0,20,49).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(11,0,20,49)
C11M0Y20K49 
(11%,0%,20%,49%)
(0.11/0.00/0.20/0.49)	

CMYK percentages

%10.77
%0
%20
%49.02

Codes

Color #748268 in popluar color models

748268
RGB116130104
HSL92°11.11%45.88%
HSB/HSV92°20.00%50.98%
CMYK10.77%0.00%20.00%
49.02%

Color #748268 in popluar number systems.

HEX748268
Decimal116130104
Binary1110100100000101101000
Octal164202150

Shades and tints

Shades of #748268

#748268
(116,130,104)
#6A775F
(106,119,95)
#606C56
(96,108,86)
#56614D
(86,97,77)
#4C5644
(76,86,68)
#424B3B
(66,75,59)
#384032
(56,64,50)
#2E3529
(46,53,41)
#242A20
(36,42,32)
#1A1F17
(26,31,23)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #748268

#748268
(116,130,104)
#808D75
(128,141,117)
#8C9882
(140,152,130)
#98A38F
(152,163,143)
#A4AE9C
(164,174,156)
#B0B9A9
(176,185,169)
#BCC4B6
(188,196,182)
#C8CFC3
(200,207,195)
#D4DAD0
(212,218,208)
#E0E5DD
(224,229,221)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748268 color. Also use rgb(116,130,104) instead hex code.

Text Font Color

.myTextColor { color: #748268; }

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

This text font color is #748268.


Background Color

.myBgColor { background-color: #748268; }

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

This div background color is #748268.


Border color

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

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

This div border color is #748268.


Opacity

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

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

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

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

This text has shadow with #748268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748268 on black background.


Color preview on white background

This text has color #748268 on white background.



Black color preview on #748268 background

This text has black color on #748268 background.


White color preview on #748268 background

This text has white color on #748268 background.