COLOR #748174

HEX: #748174
RGB: (116,129,116)

Color info

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

RGB color model

#748174 color RGB value is (116,129,116).

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

RGB channels and saturation

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

116
129
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 116 = 361 (100%)
R 116 of 361 ~ 32.13%
G 129 of 361 ~ 35.73%
B 116 of 361 ~ 32.13%

%32.13
%35.73
%32.13

CMYK color model

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

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

CMYK percentages

%10.08
%0
%10.08
%49.41

Codes

Color #748174 in popluar color models

748174
RGB116129116
HSL120°5.31%48.04%
HSB/HSV120°10.08%50.59%
CMYK10.08%0.00%10.08%
49.41%

Color #748174 in popluar number systems.

HEX748174
Decimal116129116
Binary1110100100000011110100
Octal164201164

Shades and tints

Shades of #748174

#748174
(116,129,116)
#6A766A
(106,118,106)
#606B60
(96,107,96)
#566056
(86,96,86)
#4C554C
(76,85,76)
#424A42
(66,74,66)
#383F38
(56,63,56)
#2E342E
(46,52,46)
#242924
(36,41,36)
#1A1E1A
(26,30,26)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #748174

#748174
(116,129,116)
#808C80
(128,140,128)
#8C978C
(140,151,140)
#98A298
(152,162,152)
#A4ADA4
(164,173,164)
#B0B8B0
(176,184,176)
#BCC3BC
(188,195,188)
#C8CEC8
(200,206,200)
#D4D9D4
(212,217,212)
#E0E4E0
(224,228,224)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748174; }

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

This text font color is #748174.


Background Color

.myBgColor { background-color: #748174; }

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

This div background color is #748174.


Border color

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

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

This div border color is #748174.


Opacity

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

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

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

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

This text has shadow with #748174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748174 on black background.


Color preview on white background

This text has color #748174 on white background.



Black color preview on #748174 background

This text has black color on #748174 background.


White color preview on #748174 background

This text has white color on #748174 background.