COLOR #748369

HEX: #748369
RGB: (116,131,105)

Color info

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

RGB color model

#748369 color RGB value is (116,131,105).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 105 of 255 = 41%

116
131
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 105 = 352 (100%)
R 116 of 352 ~ 32.95%
G 131 of 352 ~ 37.22%
B 105 of 352 ~ 29.83%

%32.95
%37.22
%29.83

CMYK color model

#748369 color CMYK value is (11,0,20,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 19.85%
  • key color value is 48.63%
CMYK:
(11,0,20,49)
C11M0Y20K49 
(11%,0%,20%,49%)
(0.11/0.00/0.20/0.49)	

CMYK percentages

%11.45
%0
%19.85
%48.63

Codes

Color #748369 in popluar color models

748369
RGB116131105
HSL95°11.02%46.27%
HSB/HSV95°19.85%51.37%
CMYK11.45%0.00%19.85%
48.63%

Color #748369 in popluar number systems.

HEX748369
Decimal116131105
Binary1110100100000111101001
Octal164203151

Shades and tints

Shades of #748369

#748369
(116,131,105)
#6A7860
(106,120,96)
#606D57
(96,109,87)
#56624E
(86,98,78)
#4C5745
(76,87,69)
#424C3C
(66,76,60)
#384133
(56,65,51)
#2E362A
(46,54,42)
#242B21
(36,43,33)
#1A2018
(26,32,24)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #748369

#748369
(116,131,105)
#808E76
(128,142,118)
#8C9983
(140,153,131)
#98A490
(152,164,144)
#A4AF9D
(164,175,157)
#B0BAAA
(176,186,170)
#BCC5B7
(188,197,183)
#C8D0C4
(200,208,196)
#D4DBD1
(212,219,209)
#E0E6DE
(224,230,222)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748369; }

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

This text font color is #748369.


Background Color

.myBgColor { background-color: #748369; }

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

This div background color is #748369.


Border color

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

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

This div border color is #748369.


Opacity

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

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

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

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

This text has shadow with #748369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748369 on black background.


Color preview on white background

This text has color #748369 on white background.



Black color preview on #748369 background

This text has black color on #748369 background.


White color preview on #748369 background

This text has white color on #748369 background.