COLOR #748868

HEX: #748868
RGB: (116,136,104)

Color info

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

RGB color model

#748868 color RGB value is (116,136,104).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 104 of 255 = 41%

116
136
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 104 = 356 (100%)
R 116 of 356 ~ 32.58%
G 136 of 356 ~ 38.2%
B 104 of 356 ~ 29.21%

%32.58
%38.2
%29.21

CMYK color model

#748868 color CMYK value is (15,0,24,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(15,0,24,47)
C15M0Y24K47 
(15%,0%,24%,47%)
(0.15/0.00/0.24/0.47)	

CMYK percentages

%14.71
%0
%23.53
%46.67

Codes

Color #748868 in popluar color models

748868
RGB116136104
HSL98°13.33%47.06%
HSB/HSV98°23.53%53.33%
CMYK14.71%0.00%23.53%
46.67%

Color #748868 in popluar number systems.

HEX748868
Decimal116136104
Binary1110100100010001101000
Octal164210150

Shades and tints

Shades of #748868

#748868
(116,136,104)
#6A7C5F
(106,124,95)
#607056
(96,112,86)
#56644D
(86,100,77)
#4C5844
(76,88,68)
#424C3B
(66,76,59)
#384032
(56,64,50)
#2E3429
(46,52,41)
#242820
(36,40,32)
#1A1C17
(26,28,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #748868

#748868
(116,136,104)
#809275
(128,146,117)
#8C9C82
(140,156,130)
#98A68F
(152,166,143)
#A4B09C
(164,176,156)
#B0BAA9
(176,186,169)
#BCC4B6
(188,196,182)
#C8CEC3
(200,206,195)
#D4D8D0
(212,216,208)
#E0E2DD
(224,226,221)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748868; }

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

This text font color is #748868.


Background Color

.myBgColor { background-color: #748868; }

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

This div background color is #748868.


Border color

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

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

This div border color is #748868.


Opacity

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

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

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

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

This text has shadow with #748868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748868 on black background.


Color preview on white background

This text has color #748868 on white background.



Black color preview on #748868 background

This text has black color on #748868 background.


White color preview on #748868 background

This text has white color on #748868 background.