COLOR #748674

HEX: #748674
RGB: (116,134,116)

Color info

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

RGB color model

#748674 color RGB value is (116,134,116).

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

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 116 of 255 = 45%

116
134
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 116 = 366 (100%)
R 116 of 366 ~ 31.69%
G 134 of 366 ~ 36.61%
B 116 of 366 ~ 31.69%

%31.69
%36.61
%31.69

CMYK color model

#748674 color CMYK value is (13,0,13,47).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(13,0,13,47)
C13M0Y13K47 
(13%,0%,13%,47%)
(0.13/0.00/0.13/0.47)	

CMYK percentages

%13.43
%0
%13.43
%47.45

Codes

Color #748674 in popluar color models

748674
RGB116134116
HSL120°7.20%49.02%
HSB/HSV120°13.43%52.55%
CMYK13.43%0.00%13.43%
47.45%

Color #748674 in popluar number systems.

HEX748674
Decimal116134116
Binary1110100100001101110100
Octal164206164

Shades and tints

Shades of #748674

#748674
(116,134,116)
#6A7A6A
(106,122,106)
#606E60
(96,110,96)
#566256
(86,98,86)
#4C564C
(76,86,76)
#424A42
(66,74,66)
#383E38
(56,62,56)
#2E322E
(46,50,46)
#242624
(36,38,36)
#1A1A1A
(26,26,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #748674

#748674
(116,134,116)
#809180
(128,145,128)
#8C9C8C
(140,156,140)
#98A798
(152,167,152)
#A4B2A4
(164,178,164)
#B0BDB0
(176,189,176)
#BCC8BC
(188,200,188)
#C8D3C8
(200,211,200)
#D4DED4
(212,222,212)
#E0E9E0
(224,233,224)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748674; }

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

This text font color is #748674.


Background Color

.myBgColor { background-color: #748674; }

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

This div background color is #748674.


Border color

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

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

This div border color is #748674.


Opacity

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

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

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

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

This text has shadow with #748674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748674 on black background.


Color preview on white background

This text has color #748674 on white background.



Black color preview on #748674 background

This text has black color on #748674 background.


White color preview on #748674 background

This text has white color on #748674 background.