COLOR #6B947D

HEX: #6B947D
RGB: (107,148,125)

Color info

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

RGB color model

#6B947D color RGB value is (107,148,125).

  • red value is 107;
  • green value is 148;
  • blue value is 125.
RGB:
(107,148,125)
(42%,58%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 148 of 255 = 58%
B 125 of 255 = 49%

107
148
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 148 + 125 = 380 (100%)
R 107 of 380 ~ 28.16%
G 148 of 380 ~ 38.95%
B 125 of 380 ~ 32.89%

%28.16
%38.95
%32.89

CMYK color model

#6B947D color CMYK value is (28,0,16,42).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(28,0,16,42)
C28M0Y16K42 
(28%,0%,16%,42%)
(0.28/0.00/0.16/0.42)	

CMYK percentages

%27.7
%0
%15.54
%41.96

Codes

Color #6B947D in popluar color models

6B947D
RGB107148125
HSL146°16.08%50.00%
HSB/HSV146°27.70%58.04%
CMYK27.70%0.00%15.54%
41.96%

Color #6B947D in popluar number systems.

HEX6B947D
Decimal107148125
Binary1101011100101001111101
Octal153224175

Shades and tints

Shades of #6B947D

#6B947D
(107,148,125)
#628772
(98,135,114)
#597A67
(89,122,103)
#506D5C
(80,109,92)
#476051
(71,96,81)
#3E5346
(62,83,70)
#35463B
(53,70,59)
#2C3930
(44,57,48)
#232C25
(35,44,37)
#1A1F1A
(26,31,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B947D

#6B947D
(107,148,125)
#789D88
(120,157,136)
#85A693
(133,166,147)
#92AF9E
(146,175,158)
#9FB8A9
(159,184,169)
#ACC1B4
(172,193,180)
#B9CABF
(185,202,191)
#C6D3CA
(198,211,202)
#D3DCD5
(211,220,213)
#E0E5E0
(224,229,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B947D color. Also use rgb(107,148,125) instead hex code.

Text Font Color

.myTextColor { color: #6B947D; }

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

This text font color is #6B947D.


Background Color

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

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

This div background color is #6B947D.


Border color

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

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

This div border color is #6B947D.


Opacity

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

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

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

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

This text has shadow with #6B947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B947D on black background.


Color preview on white background

This text has color #6B947D on white background.



Black color preview on #6B947D background

This text has black color on #6B947D background.


White color preview on #6B947D background

This text has white color on #6B947D background.