COLOR #67879B

HEX: #67879B
RGB: (103,135,155)

Color info

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

RGB color model

#67879B color RGB value is (103,135,155).

  • red value is 103;
  • green value is 135;
  • blue value is 155.
RGB:
(103,135,155)
(40%,53%,61%)

RGB channels and saturation

R 103 of 255 = 40%
G 135 of 255 = 53%
B 155 of 255 = 61%

103
135
155

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

Portions of RGB colors in percentages

R + G + B =
103 + 135 + 155 = 393 (100%)
R 103 of 393 ~ 26.21%
G 135 of 393 ~ 34.35%
B 155 of 393 ~ 39.44%

%26.21
%34.35
%39.44

CMYK color model

#67879B color CMYK value is (34,13,0,39).

  • cyan value is 33.55%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(34,13,0,39)
C34M13Y0K39 
(34%,13%,0%,39%)
(0.34/0.13/0.00/0.39)	

CMYK percentages

%33.55
%12.9
%0
%39.22

Codes

Color #67879B in popluar color models

67879B
RGB103135155
HSL203°20.63%50.59%
HSB/HSV203°33.55%60.78%
CMYK33.55%12.90%0.00%
39.22%

Color #67879B in popluar number systems.

HEX67879B
Decimal103135155
Binary11001111000011110011011
Octal147207233

Shades and tints

Shades of #67879B

#67879B
(103,135,155)
#5E7B8D
(94,123,141)
#556F7F
(85,111,127)
#4C6371
(76,99,113)
#435763
(67,87,99)
#3A4B55
(58,75,85)
#313F47
(49,63,71)
#283339
(40,51,57)
#1F272B
(31,39,43)
#161B1D
(22,27,29)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #67879B

#67879B
(103,135,155)
#7491A4
(116,145,164)
#819BAD
(129,155,173)
#8EA5B6
(142,165,182)
#9BAFBF
(155,175,191)
#A8B9C8
(168,185,200)
#B5C3D1
(181,195,209)
#C2CDDA
(194,205,218)
#CFD7E3
(207,215,227)
#DCE1EC
(220,225,236)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67879B color. Also use rgb(103,135,155) instead hex code.

Text Font Color

.myTextColor { color: #67879B; }

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

This text font color is #67879B.


Background Color

.myBgColor { background-color: #67879B; }

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

This div background color is #67879B.


Border color

.myBorderColor { border: 1px solid #67879B; }

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

This div border color is #67879B.


Opacity

.myOpacity80 { color: #67879B; opacity: 0.8; }

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

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

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

This text has shadow with #67879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67879B on black background.


Color preview on white background

This text has color #67879B on white background.



Black color preview on #67879B background

This text has black color on #67879B background.


White color preview on #67879B background

This text has white color on #67879B background.