COLOR #748864

HEX: #748864
RGB: (116,136,100)

Color info

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

RGB color model

#748864 color RGB value is (116,136,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 100 of 255 = 39%

116
136
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 100 = 352 (100%)
R 116 of 352 ~ 32.95%
G 136 of 352 ~ 38.64%
B 100 of 352 ~ 28.41%

%32.95
%38.64
%28.41

CMYK color model

#748864 color CMYK value is (15,0,26,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(15,0,26,47)
C15M0Y26K47 
(15%,0%,26%,47%)
(0.15/0.00/0.26/0.47)	

CMYK percentages

%14.71
%0
%26.47
%46.67

Codes

Color #748864 in popluar color models

748864
RGB116136100
HSL93°15.25%46.27%
HSB/HSV93°26.47%53.33%
CMYK14.71%0.00%26.47%
46.67%

Color #748864 in popluar number systems.

HEX748864
Decimal116136100
Binary1110100100010001100100
Octal164210144

Shades and tints

Shades of #748864

#748864
(116,136,100)
#6A7C5B
(106,124,91)
#607052
(96,112,82)
#566449
(86,100,73)
#4C5840
(76,88,64)
#424C37
(66,76,55)
#38402E
(56,64,46)
#2E3425
(46,52,37)
#24281C
(36,40,28)
#1A1C13
(26,28,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #748864

#748864
(116,136,100)
#809272
(128,146,114)
#8C9C80
(140,156,128)
#98A68E
(152,166,142)
#A4B09C
(164,176,156)
#B0BAAA
(176,186,170)
#BCC4B8
(188,196,184)
#C8CEC6
(200,206,198)
#D4D8D4
(212,216,212)
#E0E2E2
(224,226,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748864; }

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

This text font color is #748864.


Background Color

.myBgColor { background-color: #748864; }

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

This div background color is #748864.


Border color

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

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

This div border color is #748864.


Opacity

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

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

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

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

This text has shadow with #748864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748864 on black background.


Color preview on white background

This text has color #748864 on white background.



Black color preview on #748864 background

This text has black color on #748864 background.


White color preview on #748864 background

This text has white color on #748864 background.