COLOR #67829F

HEX: #67829F
RGB: (103,130,159)

Color info

#67829F contains red, green and blue colors in about the same proportion. Web safe color of #67829F is #669999 (or #699).

RGB color model

#67829F color RGB value is (103,130,159).

  • red value is 103;
  • green value is 130;
  • blue value is 159.
RGB:
(103,130,159)
(40%,51%,62%)

RGB channels and saturation

R 103 of 255 = 40%
G 130 of 255 = 51%
B 159 of 255 = 62%

103
130
159

R + G + B ~ 51%. #67829F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 130 + 159 = 392 (100%)
R 103 of 392 ~ 26.28%
G 130 of 392 ~ 33.16%
B 159 of 392 ~ 40.56%

%26.28
%33.16
%40.56

CMYK color model

#67829F color CMYK value is (35,18,0,38).

  • cyan value is 35.22%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(35,18,0,38)
C35M18Y0K38 
(35%,18%,0%,38%)
(0.35/0.18/0.00/0.38)	

CMYK percentages

%35.22
%18.24
%0
%37.65

Codes

Color #67829F in popluar color models

67829F
RGB103130159
HSL211°22.58%51.37%
HSB/HSV211°35.22%62.35%
CMYK35.22%18.24%0.00%
37.65%

Color #67829F in popluar number systems.

HEX67829F
Decimal103130159
Binary11001111000001010011111
Octal147202237

Shades and tints

Shades of #67829F

#67829F
(103,130,159)
#5E7791
(94,119,145)
#556C83
(85,108,131)
#4C6175
(76,97,117)
#435667
(67,86,103)
#3A4B59
(58,75,89)
#31404B
(49,64,75)
#28353D
(40,53,61)
#1F2A2F
(31,42,47)
#161F21
(22,31,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #67829F

#67829F
(103,130,159)
#748DA7
(116,141,167)
#8198AF
(129,152,175)
#8EA3B7
(142,163,183)
#9BAEBF
(155,174,191)
#A8B9C7
(168,185,199)
#B5C4CF
(181,196,207)
#C2CFD7
(194,207,215)
#CFDADF
(207,218,223)
#DCE5E7
(220,229,231)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67829F color. Also use rgb(103,130,159) instead hex code.

Text Font Color

.myTextColor { color: #67829F; }

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

This text font color is #67829F.


Background Color

.myBgColor { background-color: #67829F; }

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

This div background color is #67829F.


Border color

.myBorderColor { border: 1px solid #67829F; }

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

This div border color is #67829F.


Opacity

.myOpacity80 { color: #67829F; opacity: 0.8; }

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

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

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

This text has shadow with #67829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67829F on black background.


Color preview on white background

This text has color #67829F on white background.



Black color preview on #67829F background

This text has black color on #67829F background.


White color preview on #67829F background

This text has white color on #67829F background.