COLOR #74738B

HEX: #74738B
RGB: (116,115,139)

Color info

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

RGB color model

#74738B color RGB value is (116,115,139).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 139 of 255 = 55%

116
115
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 139 = 370 (100%)
R 116 of 370 ~ 31.35%
G 115 of 370 ~ 31.08%
B 139 of 370 ~ 37.57%

%31.35
%31.08
%37.57

CMYK color model

#74738B color CMYK value is (17,17,0,45).

  • cyan value is 16.55%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,17,0,45)
C17M17Y0K45 
(17%,17%,0%,45%)
(0.17/0.17/0.00/0.45)	

CMYK percentages

%16.55
%17.27
%0
%45.49

Codes

Color #74738B in popluar color models

74738B
RGB116115139
HSL243°9.45%49.80%
HSB/HSV243°17.27%54.51%
CMYK16.55%17.27%0.00%
45.49%

Color #74738B in popluar number systems.

HEX74738B
Decimal116115139
Binary1110100111001110001011
Octal164163213

Shades and tints

Shades of #74738B

#74738B
(116,115,139)
#6A697F
(106,105,127)
#605F73
(96,95,115)
#565567
(86,85,103)
#4C4B5B
(76,75,91)
#42414F
(66,65,79)
#383743
(56,55,67)
#2E2D37
(46,45,55)
#24232B
(36,35,43)
#1A191F
(26,25,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #74738B

#74738B
(116,115,139)
#807F95
(128,127,149)
#8C8B9F
(140,139,159)
#9897A9
(152,151,169)
#A4A3B3
(164,163,179)
#B0AFBD
(176,175,189)
#BCBBC7
(188,187,199)
#C8C7D1
(200,199,209)
#D4D3DB
(212,211,219)
#E0DFE5
(224,223,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74738B; }

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

This text font color is #74738B.


Background Color

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

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

This div background color is #74738B.


Border color

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

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

This div border color is #74738B.


Opacity

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

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

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

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

This text has shadow with #74738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74738B on black background.


Color preview on white background

This text has color #74738B on white background.



Black color preview on #74738B background

This text has black color on #74738B background.


White color preview on #74738B background

This text has white color on #74738B background.