COLOR #748F6E

HEX: #748F6E
RGB: (116,143,110)

Color info

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

RGB color model

#748F6E color RGB value is (116,143,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 110 of 255 = 43%

116
143
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 110 = 369 (100%)
R 116 of 369 ~ 31.44%
G 143 of 369 ~ 38.75%
B 110 of 369 ~ 29.81%

%31.44
%38.75
%29.81

CMYK color model

#748F6E color CMYK value is (19,0,23,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(19,0,23,44)
C19M0Y23K44 
(19%,0%,23%,44%)
(0.19/0.00/0.23/0.44)	

CMYK percentages

%18.88
%0
%23.08
%43.92

Codes

Color #748F6E in popluar color models

748F6E
RGB116143110
HSL109°13.04%49.61%
HSB/HSV109°23.08%56.08%
CMYK18.88%0.00%23.08%
43.92%

Color #748F6E in popluar number systems.

HEX748F6E
Decimal116143110
Binary1110100100011111101110
Octal164217156

Shades and tints

Shades of #748F6E

#748F6E
(116,143,110)
#6A8264
(106,130,100)
#60755A
(96,117,90)
#566850
(86,104,80)
#4C5B46
(76,91,70)
#424E3C
(66,78,60)
#384132
(56,65,50)
#2E3428
(46,52,40)
#24271E
(36,39,30)
#1A1A14
(26,26,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #748F6E

#748F6E
(116,143,110)
#80997B
(128,153,123)
#8CA388
(140,163,136)
#98AD95
(152,173,149)
#A4B7A2
(164,183,162)
#B0C1AF
(176,193,175)
#BCCBBC
(188,203,188)
#C8D5C9
(200,213,201)
#D4DFD6
(212,223,214)
#E0E9E3
(224,233,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748F6E; }

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

This text font color is #748F6E.


Background Color

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

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

This div background color is #748F6E.


Border color

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

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

This div border color is #748F6E.


Opacity

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

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

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

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

This text has shadow with #748F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F6E on black background.


Color preview on white background

This text has color #748F6E on white background.



Black color preview on #748F6E background

This text has black color on #748F6E background.


White color preview on #748F6E background

This text has white color on #748F6E background.