COLOR #748367

HEX: #748367
RGB: (116,131,103)

Color info

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

RGB color model

#748367 color RGB value is (116,131,103).

  • red value is 116;
  • green value is 131;
  • blue value is 103.
RGB:
(116,131,103)
(45%,51%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 103 of 255 = 40%

116
131
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 103 = 350 (100%)
R 116 of 350 ~ 33.14%
G 131 of 350 ~ 37.43%
B 103 of 350 ~ 29.43%

%33.14
%37.43
%29.43

CMYK color model

#748367 color CMYK value is (11,0,21,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK:
(11,0,21,49)
C11M0Y21K49 
(11%,0%,21%,49%)
(0.11/0.00/0.21/0.49)	

CMYK percentages

%11.45
%0
%21.37
%48.63

Codes

Color #748367 in popluar color models

748367
RGB116131103
HSL92°11.97%45.88%
HSB/HSV92°21.37%51.37%
CMYK11.45%0.00%21.37%
48.63%

Color #748367 in popluar number systems.

HEX748367
Decimal116131103
Binary1110100100000111100111
Octal164203147

Shades and tints

Shades of #748367

#748367
(116,131,103)
#6A785E
(106,120,94)
#606D55
(96,109,85)
#56624C
(86,98,76)
#4C5743
(76,87,67)
#424C3A
(66,76,58)
#384131
(56,65,49)
#2E3628
(46,54,40)
#242B1F
(36,43,31)
#1A2016
(26,32,22)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #748367

#748367
(116,131,103)
#808E74
(128,142,116)
#8C9981
(140,153,129)
#98A48E
(152,164,142)
#A4AF9B
(164,175,155)
#B0BAA8
(176,186,168)
#BCC5B5
(188,197,181)
#C8D0C2
(200,208,194)
#D4DBCF
(212,219,207)
#E0E6DC
(224,230,220)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748367 color. Also use rgb(116,131,103) instead hex code.

Text Font Color

.myTextColor { color: #748367; }

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

This text font color is #748367.


Background Color

.myBgColor { background-color: #748367; }

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

This div background color is #748367.


Border color

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

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

This div border color is #748367.


Opacity

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

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

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

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

This text has shadow with #748367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748367 on black background.


Color preview on white background

This text has color #748367 on white background.



Black color preview on #748367 background

This text has black color on #748367 background.


White color preview on #748367 background

This text has white color on #748367 background.