COLOR #748171

HEX: #748171
RGB: (116,129,113)

Color info

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

RGB color model

#748171 color RGB value is (116,129,113).

  • red value is 116;
  • green value is 129;
  • blue value is 113.
RGB:
(116,129,113)
(45%,51%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 113 of 255 = 44%

116
129
113

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 113 = 358 (100%)
R 116 of 358 ~ 32.4%
G 129 of 358 ~ 36.03%
B 113 of 358 ~ 31.56%

%32.4
%36.03
%31.56

CMYK color model

#748171 color CMYK value is (10,0,12,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%
CMYK:
(10,0,12,49)
C10M0Y12K49 
(10%,0%,12%,49%)
(0.10/0.00/0.12/0.49)	

CMYK percentages

%10.08
%0
%12.4
%49.41

Codes

Color #748171 in popluar color models

748171
RGB116129113
HSL109°6.61%47.45%
HSB/HSV109°12.40%50.59%
CMYK10.08%0.00%12.40%
49.41%

Color #748171 in popluar number systems.

HEX748171
Decimal116129113
Binary1110100100000011110001
Octal164201161

Shades and tints

Shades of #748171

#748171
(116,129,113)
#6A7667
(106,118,103)
#606B5D
(96,107,93)
#566053
(86,96,83)
#4C5549
(76,85,73)
#424A3F
(66,74,63)
#383F35
(56,63,53)
#2E342B
(46,52,43)
#242921
(36,41,33)
#1A1E17
(26,30,23)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #748171

#748171
(116,129,113)
#808C7D
(128,140,125)
#8C9789
(140,151,137)
#98A295
(152,162,149)
#A4ADA1
(164,173,161)
#B0B8AD
(176,184,173)
#BCC3B9
(188,195,185)
#C8CEC5
(200,206,197)
#D4D9D1
(212,217,209)
#E0E4DD
(224,228,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748171 color. Also use rgb(116,129,113) instead hex code.

Text Font Color

.myTextColor { color: #748171; }

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

This text font color is #748171.


Background Color

.myBgColor { background-color: #748171; }

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

This div background color is #748171.


Border color

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

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

This div border color is #748171.


Opacity

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

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

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

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

This text has shadow with #748171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748171 on black background.


Color preview on white background

This text has color #748171 on white background.



Black color preview on #748171 background

This text has black color on #748171 background.


White color preview on #748171 background

This text has white color on #748171 background.