COLOR #6B937B

HEX: #6B937B
RGB: (107,147,123)

Color info

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

RGB color model

#6B937B color RGB value is (107,147,123).

  • red value is 107;
  • green value is 147;
  • blue value is 123.
RGB:
(107,147,123)
(42%,58%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 123 of 255 = 48%

107
147
123

R + G + B ~ 49%. #6B937B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 123 = 377 (100%)
R 107 of 377 ~ 28.38%
G 147 of 377 ~ 38.99%
B 123 of 377 ~ 32.63%

%28.38
%38.99
%32.63

CMYK color model

#6B937B color CMYK value is (27,0,16,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK:
(27,0,16,42)
C27M0Y16K42 
(27%,0%,16%,42%)
(0.27/0.00/0.16/0.42)	

CMYK percentages

%27.21
%0
%16.33
%42.35

Codes

Color #6B937B in popluar color models

6B937B
RGB107147123
HSL144°15.75%49.80%
HSB/HSV144°27.21%57.65%
CMYK27.21%0.00%16.33%
42.35%

Color #6B937B in popluar number systems.

HEX6B937B
Decimal107147123
Binary1101011100100111111011
Octal153223173

Shades and tints

Shades of #6B937B

#6B937B
(107,147,123)
#628670
(98,134,112)
#597965
(89,121,101)
#506C5A
(80,108,90)
#475F4F
(71,95,79)
#3E5244
(62,82,68)
#354539
(53,69,57)
#2C382E
(44,56,46)
#232B23
(35,43,35)
#1A1E18
(26,30,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #6B937B

#6B937B
(107,147,123)
#789C87
(120,156,135)
#85A593
(133,165,147)
#92AE9F
(146,174,159)
#9FB7AB
(159,183,171)
#ACC0B7
(172,192,183)
#B9C9C3
(185,201,195)
#C6D2CF
(198,210,207)
#D3DBDB
(211,219,219)
#E0E4E7
(224,228,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B937B color. Also use rgb(107,147,123) instead hex code.

Text Font Color

.myTextColor { color: #6B937B; }

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

This text font color is #6B937B.


Background Color

.myBgColor { background-color: #6B937B; }

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

This div background color is #6B937B.


Border color

.myBorderColor { border: 1px solid #6B937B; }

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

This div border color is #6B937B.


Opacity

.myOpacity80 { color: #6B937B; opacity: 0.8; }

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

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

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

This text has shadow with #6B937B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B937B on black background.


Color preview on white background

This text has color #6B937B on white background.



Black color preview on #6B937B background

This text has black color on #6B937B background.


White color preview on #6B937B background

This text has white color on #6B937B background.