COLOR #6B9473

HEX: #6B9473 RGB: (107,148,115)

Color info

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

RGB color model

#6B9473 color RGB value is (107,148,115).

RGB: (107,148,115) (42%, 58%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 148 of 255 = 58%
B 115 of 255 = 45%

107
148
115

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

Portions of RGB colors in percentages

R + G + B = 107 + 148 + 115 = 370 (100%)
R 107 of 370 ~ 28.92%
G 148 of 370 ~ 40%
B 115 of 370 ~ 31.08'%

%28.92
%40
%31.08

CMYK color model

#6B9473 color CMYK value is (28,0,22,42).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%

CMYK: (28,0,22,42)
C28M0Y22K42 (28%, 0%, 22%, 42%)
(0.28 / 0.00 / 0.22 / 0.42)

CMYK percentages

%27.7
%0
%22.3
%41.96

Codes

Color #6B9473 in popluar color models

6B 94 73
RGB 107 148 115
HSL 132° 16.08% 50.00%
HSB/HSV 132° 27.70% 58.04%
CMYK 27.70% 0.00% 22.30%
41.96%

Color #6B9473 in popluar number systems.

HEX 6B 94 73
Decimal 107 148 115
Binary 1101011 10010100 1110011
Octal 153 224 163

Shades and tints

Shades of #6B9473

#6B9473
(107,148,115)
#628769
(98,135,105)
#597A5F
(89,122,95)
#506D55
(80,109,85)
#47604B
(71,96,75)
#3E5341
(62,83,65)
#354637
(53,70,55)
#2C392D
(44,57,45)
#232C23
(35,44,35)
#1A1F19
(26,31,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B9473

#6B9473
(107,148,115)
#789D7F
(120,157,127)
#85A68B
(133,166,139)
#92AF97
(146,175,151)
#9FB8A3
(159,184,163)
#ACC1AF
(172,193,175)
#B9CABB
(185,202,187)
#C6D3C7
(198,211,199)
#D3DCD3
(211,220,211)
#E0E5DF
(224,229,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9473; }

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

This text font color is #6B9473.

Background Color

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

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

This div background color is #6B9473.

Border color

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

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

This div border color is #6B9473.

Opacity

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

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

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

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

This text has shadow with #6B9473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9473.

Preview

Color preview on black background

This text has color #6B9473 on black background.


Color preview on white background

This text has color #6B9473 on white background.


Black color preview on #6B9473 background

This text has black color on #6B9473 background.


White color preview on #6B9473 background

This text has white color on #6B9473 background.


Related colors

Complementary color

Complementary color for #hex is #946B8C.


I love getcolorcode.com

Triadic colors

1 #736B94 and #94736B with #6B9473 are triadic colors.

2 #73946B and #946B73 with #6B9473 are triadic colors.