COLOR #674766

HEX: #674766
RGB: (103,71,102)

Color info

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

RGB color model

#674766 color RGB value is (103,71,102).

  • red value is 103;
  • green value is 71;
  • blue value is 102.
RGB:
(103,71,102)
(40%,28%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 102 of 255 = 40%

103
71
102

R + G + B ~ 36%. #674766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 102 = 276 (100%)
R 103 of 276 ~ 37.32%
G 71 of 276 ~ 25.72%
B 102 of 276 ~ 36.96%

%37.32
%25.72
%36.96

CMYK color model

#674766 color CMYK value is (0,31,1,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(0,31,1,60)
C0M31Y1K60 
(0%,31%,1%,60%)
(0.00/0.31/0.01/0.60)	

CMYK percentages

%0
%31.07
%0.97
%59.61

Codes

Color #674766 in popluar color models

674766
RGB10371102
HSL302°18.39%34.12%
HSB/HSV302°31.07%40.39%
CMYK0.00%31.07%0.97%
59.61%

Color #674766 in popluar number systems.

HEX674766
Decimal10371102
Binary110011110001111100110
Octal147107146

Shades and tints

Shades of #674766

#674766
(103,71,102)
#5E415D
(94,65,93)
#553B54
(85,59,84)
#4C354B
(76,53,75)
#432F42
(67,47,66)
#3A2939
(58,41,57)
#312330
(49,35,48)
#281D27
(40,29,39)
#1F171E
(31,23,30)
#161115
(22,17,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #674766

#674766
(103,71,102)
#745773
(116,87,115)
#816780
(129,103,128)
#8E778D
(142,119,141)
#9B879A
(155,135,154)
#A897A7
(168,151,167)
#B5A7B4
(181,167,180)
#C2B7C1
(194,183,193)
#CFC7CE
(207,199,206)
#DCD7DB
(220,215,219)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674766 color. Also use rgb(103,71,102) instead hex code.

Text Font Color

.myTextColor { color: #674766; }

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

This text font color is #674766.


Background Color

.myBgColor { background-color: #674766; }

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

This div background color is #674766.


Border color

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

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

This div border color is #674766.


Opacity

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

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

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

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

This text has shadow with #674766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674766 on black background.


Color preview on white background

This text has color #674766 on white background.



Black color preview on #674766 background

This text has black color on #674766 background.


White color preview on #674766 background

This text has white color on #674766 background.