COLOR #6B935C

HEX: #6B935C
RGB: (107,147,92)

Color info

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

RGB color model

#6B935C color RGB value is (107,147,92).

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

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 92 of 255 = 36%

107
147
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 92 = 346 (100%)
R 107 of 346 ~ 30.92%
G 147 of 346 ~ 42.49%
B 92 of 346 ~ 26.59%

%30.92
%42.49
%26.59

CMYK color model

#6B935C color CMYK value is (27,0,37,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 37.41%
  • key color value is 42.35%
CMYK:
(27,0,37,42)
C27M0Y37K42 
(27%,0%,37%,42%)
(0.27/0.00/0.37/0.42)	

CMYK percentages

%27.21
%0
%37.41
%42.35

Codes

Color #6B935C in popluar color models

6B935C
RGB10714792
HSL104°23.01%46.86%
HSB/HSV104°37.41%57.65%
CMYK27.21%0.00%37.41%
42.35%

Color #6B935C in popluar number systems.

HEX6B935C
Decimal10714792
Binary1101011100100111011100
Octal153223134

Shades and tints

Shades of #6B935C

#6B935C
(107,147,92)
#628654
(98,134,84)
#59794C
(89,121,76)
#506C44
(80,108,68)
#475F3C
(71,95,60)
#3E5234
(62,82,52)
#35452C
(53,69,44)
#2C3824
(44,56,36)
#232B1C
(35,43,28)
#1A1E14
(26,30,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B935C

#6B935C
(107,147,92)
#789C6A
(120,156,106)
#85A578
(133,165,120)
#92AE86
(146,174,134)
#9FB794
(159,183,148)
#ACC0A2
(172,192,162)
#B9C9B0
(185,201,176)
#C6D2BE
(198,210,190)
#D3DBCC
(211,219,204)
#E0E4DA
(224,228,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B935C; }

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

This text font color is #6B935C.


Background Color

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

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

This div background color is #6B935C.


Border color

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

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

This div border color is #6B935C.


Opacity

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

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

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

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

This text has shadow with #6B935C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B935C on black background.


Color preview on white background

This text has color #6B935C on white background.



Black color preview on #6B935C background

This text has black color on #6B935C background.


White color preview on #6B935C background

This text has white color on #6B935C background.