COLOR #748373

HEX: #748373
RGB: (116,131,115)

Color info

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

RGB color model

#748373 color RGB value is (116,131,115).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 115 of 255 = 45%

116
131
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 115 = 362 (100%)
R 116 of 362 ~ 32.04%
G 131 of 362 ~ 36.19%
B 115 of 362 ~ 31.77%

%32.04
%36.19
%31.77

CMYK color model

#748373 color CMYK value is (11,0,12,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK:
(11,0,12,49)
C11M0Y12K49 
(11%,0%,12%,49%)
(0.11/0.00/0.12/0.49)	

CMYK percentages

%11.45
%0
%12.21
%48.63

Codes

Color #748373 in popluar color models

748373
RGB116131115
HSL116°6.50%48.24%
HSB/HSV116°12.21%51.37%
CMYK11.45%0.00%12.21%
48.63%

Color #748373 in popluar number systems.

HEX748373
Decimal116131115
Binary1110100100000111110011
Octal164203163

Shades and tints

Shades of #748373

#748373
(116,131,115)
#6A7869
(106,120,105)
#606D5F
(96,109,95)
#566255
(86,98,85)
#4C574B
(76,87,75)
#424C41
(66,76,65)
#384137
(56,65,55)
#2E362D
(46,54,45)
#242B23
(36,43,35)
#1A2019
(26,32,25)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #748373

#748373
(116,131,115)
#808E7F
(128,142,127)
#8C998B
(140,153,139)
#98A497
(152,164,151)
#A4AFA3
(164,175,163)
#B0BAAF
(176,186,175)
#BCC5BB
(188,197,187)
#C8D0C7
(200,208,199)
#D4DBD3
(212,219,211)
#E0E6DF
(224,230,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748373; }

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

This text font color is #748373.


Background Color

.myBgColor { background-color: #748373; }

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

This div background color is #748373.


Border color

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

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

This div border color is #748373.


Opacity

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

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

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

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

This text has shadow with #748373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748373 on black background.


Color preview on white background

This text has color #748373 on white background.



Black color preview on #748373 background

This text has black color on #748373 background.


White color preview on #748373 background

This text has white color on #748373 background.