COLOR #674969

HEX: #674969
RGB: (103,73,105)

Color info

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

RGB color model

#674969 color RGB value is (103,73,105).

  • red value is 103;
  • green value is 73;
  • blue value is 105.
RGB:
(103,73,105)
(40%,29%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 105 of 255 = 41%

103
73
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 105 = 281 (100%)
R 103 of 281 ~ 36.65%
G 73 of 281 ~ 25.98%
B 105 of 281 ~ 37.37%

%36.65
%25.98
%37.37

CMYK color model

#674969 color CMYK value is (2,30,0,59).

  • cyan value is 1.90%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(2,30,0,59)
C2M30Y0K59 
(2%,30%,0%,59%)
(0.02/0.30/0.00/0.59)	

CMYK percentages

%1.9
%30.48
%0
%58.82

Codes

Color #674969 in popluar color models

674969
RGB10373105
HSL296°17.98%34.90%
HSB/HSV296°30.48%41.18%
CMYK1.90%30.48%0.00%
58.82%

Color #674969 in popluar number systems.

HEX674969
Decimal10373105
Binary110011110010011101001
Octal147111151

Shades and tints

Shades of #674969

#674969
(103,73,105)
#5E4360
(94,67,96)
#553D57
(85,61,87)
#4C374E
(76,55,78)
#433145
(67,49,69)
#3A2B3C
(58,43,60)
#312533
(49,37,51)
#281F2A
(40,31,42)
#1F1921
(31,25,33)
#161318
(22,19,24)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #674969

#674969
(103,73,105)
#745976
(116,89,118)
#816983
(129,105,131)
#8E7990
(142,121,144)
#9B899D
(155,137,157)
#A899AA
(168,153,170)
#B5A9B7
(181,169,183)
#C2B9C4
(194,185,196)
#CFC9D1
(207,201,209)
#DCD9DE
(220,217,222)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674969 color. Also use rgb(103,73,105) instead hex code.

Text Font Color

.myTextColor { color: #674969; }

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

This text font color is #674969.


Background Color

.myBgColor { background-color: #674969; }

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

This div background color is #674969.


Border color

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

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

This div border color is #674969.


Opacity

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

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

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

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

This text has shadow with #674969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674969 on black background.


Color preview on white background

This text has color #674969 on white background.



Black color preview on #674969 background

This text has black color on #674969 background.


White color preview on #674969 background

This text has white color on #674969 background.