COLOR #674A6E

HEX: #674A6E
RGB: (103,74,110)

Color info

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

RGB color model

#674A6E color RGB value is (103,74,110).

  • red value is 103;
  • green value is 74;
  • blue value is 110.
RGB:
(103,74,110)
(40%,29%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 110 of 255 = 43%

103
74
110

R + G + B ~ 37%. #674A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 74 + 110 = 287 (100%)
R 103 of 287 ~ 35.89%
G 74 of 287 ~ 25.78%
B 110 of 287 ~ 38.33%

%35.89
%25.78
%38.33

CMYK color model

#674A6E color CMYK value is (6,33,0,57).

  • cyan value is 6.36%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(6,33,0,57)
C6M33Y0K57 
(6%,33%,0%,57%)
(0.06/0.33/0.00/0.57)	

CMYK percentages

%6.36
%32.73
%0
%56.86

Codes

Color #674A6E in popluar color models

674A6E
RGB10374110
HSL288°19.57%36.08%
HSB/HSV288°32.73%43.14%
CMYK6.36%32.73%0.00%
56.86%

Color #674A6E in popluar number systems.

HEX674A6E
Decimal10374110
Binary110011110010101101110
Octal147112156

Shades and tints

Shades of #674A6E

#674A6E
(103,74,110)
#5E4464
(94,68,100)
#553E5A
(85,62,90)
#4C3850
(76,56,80)
#433246
(67,50,70)
#3A2C3C
(58,44,60)
#312632
(49,38,50)
#282028
(40,32,40)
#1F1A1E
(31,26,30)
#161414
(22,20,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #674A6E

#674A6E
(103,74,110)
#745A7B
(116,90,123)
#816A88
(129,106,136)
#8E7A95
(142,122,149)
#9B8AA2
(155,138,162)
#A89AAF
(168,154,175)
#B5AABC
(181,170,188)
#C2BAC9
(194,186,201)
#CFCAD6
(207,202,214)
#DCDAE3
(220,218,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674A6E color. Also use rgb(103,74,110) instead hex code.

Text Font Color

.myTextColor { color: #674A6E; }

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

This text font color is #674A6E.


Background Color

.myBgColor { background-color: #674A6E; }

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

This div background color is #674A6E.


Border color

.myBorderColor { border: 1px solid #674A6E; }

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

This div border color is #674A6E.


Opacity

.myOpacity80 { color: #674A6E; opacity: 0.8; }

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

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

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

This text has shadow with #674A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674A6E on black background.


Color preview on white background

This text has color #674A6E on white background.



Black color preview on #674A6E background

This text has black color on #674A6E background.


White color preview on #674A6E background

This text has white color on #674A6E background.