COLOR #67847D

HEX: #67847D RGB: (103,132,125)

Color info

#67847D contains red, green and blue colors in about the same proportion. Web safe color of #67847D is #669966 (or #696).

RGB color model

#67847D color RGB value is (103,132,125).

RGB: (103,132,125) (40%, 52%, 49%)

RGB channels and saturation

R 103 of 255 = 40%
G 132 of 255 = 52%
B 125 of 255 = 49%

103
132
125

R + G + B ~ 47%. #67847D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 132 + 125 = 360 (100%)
R 103 of 360 ~ 28.61%
G 132 of 360 ~ 36.67%
B 125 of 360 ~ 34.72'%

%28.61
%36.67
%34.72

CMYK color model

#67847D color CMYK value is (22,0,5,48).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%

CMYK: (22,0,5,48)
C22M0Y5K48 (22%, 0%, 5%, 48%)
(0.22 / 0.00 / 0.05 / 0.48)

CMYK percentages

%21.97
%0
%5.3
%48.24

Codes

Color #67847D in popluar color models

67 84 7D
RGB 103 132 125
HSL 166° 12.34% 46.08%
HSB/HSV 166° 21.97% 51.76%
CMYK 21.97% 0.00% 5.30%
48.24%

Color #67847D in popluar number systems.

HEX 67 84 7D
Decimal 103 132 125
Binary 1100111 10000100 1111101
Octal 147 204 175

Shades and tints

Shades of #67847D

#67847D
(103,132,125)
#5E7872
(94,120,114)
#556C67
(85,108,103)
#4C605C
(76,96,92)
#435451
(67,84,81)
#3A4846
(58,72,70)
#313C3B
(49,60,59)
#283030
(40,48,48)
#1F2425
(31,36,37)
#16181A
(22,24,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #67847D

#67847D
(103,132,125)
#748F88
(116,143,136)
#819A93
(129,154,147)
#8EA59E
(142,165,158)
#9BB0A9
(155,176,169)
#A8BBB4
(168,187,180)
#B5C6BF
(181,198,191)
#C2D1CA
(194,209,202)
#CFDCD5
(207,220,213)
#DCE7E0
(220,231,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67847D color. Also use rgb(103,132,125) instead hex code.

Text Font Color

.myTextColor { color: #67847D; }

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

This text font color is #67847D.

Background Color

.myBgColor { background-color: #67847D; }

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

This div background color is #67847D.

Border color

.myBorderColor { border: 1px solid #67847D; }

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

This div border color is #67847D.

Opacity

.myOpacity80 { color: #67847D; opacity: 0.8; }

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

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

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

This text has shadow with #67847D color.


.textShadow {text-shadow: 3px 3px 1px #67847D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #67847D; -webkit-box-shadow: 1px 1px 3px 2px #67847D; box-shadow:1px 1px 3px 2px #67847D;">
Div content here
</div>

This div box has shadow with color #67847D.

Preview

Color preview on black background

This text has color #67847D on black background.


Color preview on white background

This text has color #67847D on white background.


Black color preview on #67847D background

This text has black color on #67847D background.


White color preview on #67847D background

This text has white color on #67847D background.


Related colors

Complementary color

Complementary color for #hex is #987B82.


I love getcolorcode.com

Triadic colors

1 #7D6784 and #847D67 with #67847D are triadic colors.

2 #7D8467 and #84677D with #67847D are triadic colors.