COLOR #748353

HEX: #748353
RGB: (116,131,83)

Color info

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

RGB color model

#748353 color RGB value is (116,131,83).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 83 of 255 = 33%

116
131
83

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 83 = 330 (100%)
R 116 of 330 ~ 35.15%
G 131 of 330 ~ 39.7%
B 83 of 330 ~ 25.15%

%35.15
%39.7
%25.15

CMYK color model

#748353 color CMYK value is (11,0,37,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(11,0,37,49)
C11M0Y37K49 
(11%,0%,37%,49%)
(0.11/0.00/0.37/0.49)	

CMYK percentages

%11.45
%0
%36.64
%48.63

Codes

Color #748353 in popluar color models

748353
RGB11613183
HSL79°22.43%41.96%
HSB/HSV79°36.64%51.37%
CMYK11.45%0.00%36.64%
48.63%

Color #748353 in popluar number systems.

HEX748353
Decimal11613183
Binary1110100100000111010011
Octal164203123

Shades and tints

Shades of #748353

#748353
(116,131,83)
#6A784C
(106,120,76)
#606D45
(96,109,69)
#56623E
(86,98,62)
#4C5737
(76,87,55)
#424C30
(66,76,48)
#384129
(56,65,41)
#2E3622
(46,54,34)
#242B1B
(36,43,27)
#1A2014
(26,32,20)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #748353

#748353
(116,131,83)
#808E62
(128,142,98)
#8C9971
(140,153,113)
#98A480
(152,164,128)
#A4AF8F
(164,175,143)
#B0BA9E
(176,186,158)
#BCC5AD
(188,197,173)
#C8D0BC
(200,208,188)
#D4DBCB
(212,219,203)
#E0E6DA
(224,230,218)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748353; }

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

This text font color is #748353.


Background Color

.myBgColor { background-color: #748353; }

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

This div background color is #748353.


Border color

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

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

This div border color is #748353.


Opacity

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

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

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

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

This text has shadow with #748353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748353 on black background.


Color preview on white background

This text has color #748353 on white background.



Black color preview on #748353 background

This text has black color on #748353 background.


White color preview on #748353 background

This text has white color on #748353 background.