COLOR #674B6A

HEX: #674B6A
RGB: (103,75,106)

Color info

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

RGB color model

#674B6A color RGB value is (103,75,106).

  • red value is 103;
  • green value is 75;
  • blue value is 106.
RGB:
(103,75,106)
(40%,29%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 106 of 255 = 42%

103
75
106

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

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 106 = 284 (100%)
R 103 of 284 ~ 36.27%
G 75 of 284 ~ 26.41%
B 106 of 284 ~ 37.32%

%36.27
%26.41
%37.32

CMYK color model

#674B6A color CMYK value is (3,29,0,58).

  • cyan value is 2.83%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(3,29,0,58)
C3M29Y0K58 
(3%,29%,0%,58%)
(0.03/0.29/0.00/0.58)	

CMYK percentages

%2.83
%29.25
%0
%58.43

Codes

Color #674B6A in popluar color models

674B6A
RGB10375106
HSL294°17.13%35.49%
HSB/HSV294°29.25%41.57%
CMYK2.83%29.25%0.00%
58.43%

Color #674B6A in popluar number systems.

HEX674B6A
Decimal10375106
Binary110011110010111101010
Octal147113152

Shades and tints

Shades of #674B6A

#674B6A
(103,75,106)
#5E4561
(94,69,97)
#553F58
(85,63,88)
#4C394F
(76,57,79)
#433346
(67,51,70)
#3A2D3D
(58,45,61)
#312734
(49,39,52)
#28212B
(40,33,43)
#1F1B22
(31,27,34)
#161519
(22,21,25)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #674B6A

#674B6A
(103,75,106)
#745B77
(116,91,119)
#816B84
(129,107,132)
#8E7B91
(142,123,145)
#9B8B9E
(155,139,158)
#A89BAB
(168,155,171)
#B5ABB8
(181,171,184)
#C2BBC5
(194,187,197)
#CFCBD2
(207,203,210)
#DCDBDF
(220,219,223)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674B6A color. Also use rgb(103,75,106) instead hex code.

Text Font Color

.myTextColor { color: #674B6A; }

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

This text font color is #674B6A.


Background Color

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

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

This div background color is #674B6A.


Border color

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

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

This div border color is #674B6A.


Opacity

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

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

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

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

This text has shadow with #674B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B6A on black background.


Color preview on white background

This text has color #674B6A on white background.



Black color preview on #674B6A background

This text has black color on #674B6A background.


White color preview on #674B6A background

This text has white color on #674B6A background.