COLOR #674861

HEX: #674861
RGB: (103,72,97)

Color info

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

RGB color model

#674861 color RGB value is (103,72,97).

  • red value is 103;
  • green value is 72;
  • blue value is 97.
RGB:
(103,72,97)
(40%,28%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 97 of 255 = 38%

103
72
97

R + G + B ~ 35%. #674861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 97 = 272 (100%)
R 103 of 272 ~ 37.87%
G 72 of 272 ~ 26.47%
B 97 of 272 ~ 35.66%

%37.87
%26.47
%35.66

CMYK color model

#674861 color CMYK value is (0,30,6,60).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,30,6,60)
C0M30Y6K60 
(0%,30%,6%,60%)
(0.00/0.30/0.06/0.60)	

CMYK percentages

%0
%30.1
%5.83
%59.61

Codes

Color #674861 in popluar color models

674861
RGB1037297
HSL312°17.71%34.31%
HSB/HSV312°30.10%40.39%
CMYK0.00%30.10%5.83%
59.61%

Color #674861 in popluar number systems.

HEX674861
Decimal1037297
Binary110011110010001100001
Octal147110141

Shades and tints

Shades of #674861

#674861
(103,72,97)
#5E4259
(94,66,89)
#553C51
(85,60,81)
#4C3649
(76,54,73)
#433041
(67,48,65)
#3A2A39
(58,42,57)
#312431
(49,36,49)
#281E29
(40,30,41)
#1F1821
(31,24,33)
#161219
(22,18,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #674861

#674861
(103,72,97)
#74586F
(116,88,111)
#81687D
(129,104,125)
#8E788B
(142,120,139)
#9B8899
(155,136,153)
#A898A7
(168,152,167)
#B5A8B5
(181,168,181)
#C2B8C3
(194,184,195)
#CFC8D1
(207,200,209)
#DCD8DF
(220,216,223)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674861 color. Also use rgb(103,72,97) instead hex code.

Text Font Color

.myTextColor { color: #674861; }

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

This text font color is #674861.


Background Color

.myBgColor { background-color: #674861; }

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

This div background color is #674861.


Border color

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

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

This div border color is #674861.


Opacity

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

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

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

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

This text has shadow with #674861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674861 on black background.


Color preview on white background

This text has color #674861 on white background.



Black color preview on #674861 background

This text has black color on #674861 background.


White color preview on #674861 background

This text has white color on #674861 background.