COLOR #748F69

HEX: #748F69
RGB: (116,143,105)

Color info

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

RGB color model

#748F69 color RGB value is (116,143,105).

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

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 105 of 255 = 41%

116
143
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 105 = 364 (100%)
R 116 of 364 ~ 31.87%
G 143 of 364 ~ 39.29%
B 105 of 364 ~ 28.85%

%31.87
%39.29
%28.85

CMYK color model

#748F69 color CMYK value is (19,0,27,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 26.57%
  • key color value is 43.92%
CMYK:
(19,0,27,44)
C19M0Y27K44 
(19%,0%,27%,44%)
(0.19/0.00/0.27/0.44)	

CMYK percentages

%18.88
%0
%26.57
%43.92

Codes

Color #748F69 in popluar color models

748F69
RGB116143105
HSL103°15.32%48.63%
HSB/HSV103°26.57%56.08%
CMYK18.88%0.00%26.57%
43.92%

Color #748F69 in popluar number systems.

HEX748F69
Decimal116143105
Binary1110100100011111101001
Octal164217151

Shades and tints

Shades of #748F69

#748F69
(116,143,105)
#6A8260
(106,130,96)
#607557
(96,117,87)
#56684E
(86,104,78)
#4C5B45
(76,91,69)
#424E3C
(66,78,60)
#384133
(56,65,51)
#2E342A
(46,52,42)
#242721
(36,39,33)
#1A1A18
(26,26,24)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #748F69

#748F69
(116,143,105)
#809976
(128,153,118)
#8CA383
(140,163,131)
#98AD90
(152,173,144)
#A4B79D
(164,183,157)
#B0C1AA
(176,193,170)
#BCCBB7
(188,203,183)
#C8D5C4
(200,213,196)
#D4DFD1
(212,223,209)
#E0E9DE
(224,233,222)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748F69; }

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

This text font color is #748F69.


Background Color

.myBgColor { background-color: #748F69; }

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

This div background color is #748F69.


Border color

.myBorderColor { border: 1px solid #748F69; }

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

This div border color is #748F69.


Opacity

.myOpacity80 { color: #748F69; opacity: 0.8; }

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

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

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

This text has shadow with #748F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F69 on black background.


Color preview on white background

This text has color #748F69 on white background.



Black color preview on #748F69 background

This text has black color on #748F69 background.


White color preview on #748F69 background

This text has white color on #748F69 background.