COLOR #74466B

HEX: #74466B
RGB: (116,70,107)

Color info

#74466B contains red, green and blue colors in about the same proportion. Web safe color of #74466B is #663366 (or #636).

RGB color model

#74466B color RGB value is (116,70,107).

  • red value is 116;
  • green value is 70;
  • blue value is 107.
RGB:
(116,70,107)
(45%,27%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 70 of 255 = 27%
B 107 of 255 = 42%

116
70
107

R + G + B ~ 38%. #74466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 70 + 107 = 293 (100%)
R 116 of 293 ~ 39.59%
G 70 of 293 ~ 23.89%
B 107 of 293 ~ 36.52%

%39.59
%23.89
%36.52

CMYK color model

#74466B color CMYK value is (0,40,8,55).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,40,8,55)
C0M40Y8K55 
(0%,40%,8%,55%)
(0.00/0.40/0.08/0.55)	

CMYK percentages

%0
%39.66
%7.76
%54.51

Codes

Color #74466B in popluar color models

74466B
RGB11670107
HSL312°24.73%36.47%
HSB/HSV312°39.66%45.49%
CMYK0.00%39.66%7.76%
54.51%

Color #74466B in popluar number systems.

HEX74466B
Decimal11670107
Binary111010010001101101011
Octal164106153

Shades and tints

Shades of #74466B

#74466B
(116,70,107)
#6A4062
(106,64,98)
#603A59
(96,58,89)
#563450
(86,52,80)
#4C2E47
(76,46,71)
#42283E
(66,40,62)
#382235
(56,34,53)
#2E1C2C
(46,28,44)
#241623
(36,22,35)
#1A101A
(26,16,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #74466B

#74466B
(116,70,107)
#805678
(128,86,120)
#8C6685
(140,102,133)
#987692
(152,118,146)
#A4869F
(164,134,159)
#B096AC
(176,150,172)
#BCA6B9
(188,166,185)
#C8B6C6
(200,182,198)
#D4C6D3
(212,198,211)
#E0D6E0
(224,214,224)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74466B color. Also use rgb(116,70,107) instead hex code.

Text Font Color

.myTextColor { color: #74466B; }

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

This text font color is #74466B.


Background Color

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

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

This div background color is #74466B.


Border color

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

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

This div border color is #74466B.


Opacity

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

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

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

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

This text has shadow with #74466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74466B on black background.


Color preview on white background

This text has color #74466B on white background.



Black color preview on #74466B background

This text has black color on #74466B background.


White color preview on #74466B background

This text has white color on #74466B background.