COLOR #74738F

HEX: #74738F
RGB: (116,115,143)

Color info

#74738F contains red, green and blue colors in about the same proportion. Web safe color of #74738F is #666699 (or #669).

RGB color model

#74738F color RGB value is (116,115,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 143 of 255 = 56%

116
115
143

R + G + B ~ 49%. #74738F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 143 = 374 (100%)
R 116 of 374 ~ 31.02%
G 115 of 374 ~ 30.75%
B 143 of 374 ~ 38.24%

%31.02
%30.75
%38.24

CMYK color model

#74738F color CMYK value is (19,20,0,44).

  • cyan value is 18.88%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,20,0,44)
C19M20Y0K44 
(19%,20%,0%,44%)
(0.19/0.20/0.00/0.44)	

CMYK percentages

%18.88
%19.58
%0
%43.92

Codes

Color #74738F in popluar color models

74738F
RGB116115143
HSL242°11.11%50.59%
HSB/HSV242°19.58%56.08%
CMYK18.88%19.58%0.00%
43.92%

Color #74738F in popluar number systems.

HEX74738F
Decimal116115143
Binary1110100111001110001111
Octal164163217

Shades and tints

Shades of #74738F

#74738F
(116,115,143)
#6A6982
(106,105,130)
#605F75
(96,95,117)
#565568
(86,85,104)
#4C4B5B
(76,75,91)
#42414E
(66,65,78)
#383741
(56,55,65)
#2E2D34
(46,45,52)
#242327
(36,35,39)
#1A191A
(26,25,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74738F

#74738F
(116,115,143)
#807F99
(128,127,153)
#8C8BA3
(140,139,163)
#9897AD
(152,151,173)
#A4A3B7
(164,163,183)
#B0AFC1
(176,175,193)
#BCBBCB
(188,187,203)
#C8C7D5
(200,199,213)
#D4D3DF
(212,211,223)
#E0DFE9
(224,223,233)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74738F color. Also use rgb(116,115,143) instead hex code.

Text Font Color

.myTextColor { color: #74738F; }

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

This text font color is #74738F.


Background Color

.myBgColor { background-color: #74738F; }

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

This div background color is #74738F.


Border color

.myBorderColor { border: 1px solid #74738F; }

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

This div border color is #74738F.


Opacity

.myOpacity80 { color: #74738F; opacity: 0.8; }

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

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

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

This text has shadow with #74738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74738F on black background.


Color preview on white background

This text has color #74738F on white background.



Black color preview on #74738F background

This text has black color on #74738F background.


White color preview on #74738F background

This text has white color on #74738F background.