COLOR #748568

HEX: #748568
RGB: (116,133,104)

Color info

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

RGB color model

#748568 color RGB value is (116,133,104).

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

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 104 of 255 = 41%

116
133
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 104 = 353 (100%)
R 116 of 353 ~ 32.86%
G 133 of 353 ~ 37.68%
B 104 of 353 ~ 29.46%

%32.86
%37.68
%29.46

CMYK color model

#748568 color CMYK value is (13,0,22,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(13,0,22,48)
C13M0Y22K48 
(13%,0%,22%,48%)
(0.13/0.00/0.22/0.48)	

CMYK percentages

%12.78
%0
%21.8
%47.84

Codes

Color #748568 in popluar color models

748568
RGB116133104
HSL95°12.24%46.47%
HSB/HSV95°21.80%52.16%
CMYK12.78%0.00%21.80%
47.84%

Color #748568 in popluar number systems.

HEX748568
Decimal116133104
Binary1110100100001011101000
Octal164205150

Shades and tints

Shades of #748568

#748568
(116,133,104)
#6A795F
(106,121,95)
#606D56
(96,109,86)
#56614D
(86,97,77)
#4C5544
(76,85,68)
#42493B
(66,73,59)
#383D32
(56,61,50)
#2E3129
(46,49,41)
#242520
(36,37,32)
#1A1917
(26,25,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #748568

#748568
(116,133,104)
#809075
(128,144,117)
#8C9B82
(140,155,130)
#98A68F
(152,166,143)
#A4B19C
(164,177,156)
#B0BCA9
(176,188,169)
#BCC7B6
(188,199,182)
#C8D2C3
(200,210,195)
#D4DDD0
(212,221,208)
#E0E8DD
(224,232,221)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748568; }

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

This text font color is #748568.


Background Color

.myBgColor { background-color: #748568; }

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

This div background color is #748568.


Border color

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

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

This div border color is #748568.


Opacity

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

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

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

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

This text has shadow with #748568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748568 on black background.


Color preview on white background

This text has color #748568 on white background.



Black color preview on #748568 background

This text has black color on #748568 background.


White color preview on #748568 background

This text has white color on #748568 background.