COLOR #6B7055

HEX: #6B7055
RGB: (107,112,85)

Color info

#6B7055 contains red, green and blue colors in about the same proportion. Web safe color of #6B7055 is #666666 (or #666).

RGB color model

#6B7055 color RGB value is (107,112,85).

  • red value is 107;
  • green value is 112;
  • blue value is 85.
RGB:
(107,112,85)
(42%,44%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 85 of 255 = 33%

107
112
85

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 85 = 304 (100%)
R 107 of 304 ~ 35.2%
G 112 of 304 ~ 36.84%
B 85 of 304 ~ 27.96%

%35.2
%36.84
%27.96

CMYK color model

#6B7055 color CMYK value is (4,0,24,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(4,0,24,56)
C4M0Y24K56 
(4%,0%,24%,56%)
(0.04/0.00/0.24/0.56)	

CMYK percentages

%4.46
%0
%24.11
%56.08

Codes

Color #6B7055 in popluar color models

6B7055
RGB10711285
HSL71°13.71%38.63%
HSB/HSV71°24.11%43.92%
CMYK4.46%0.00%24.11%
56.08%

Color #6B7055 in popluar number systems.

HEX6B7055
Decimal10711285
Binary110101111100001010101
Octal153160125

Shades and tints

Shades of #6B7055

#6B7055
(107,112,85)
#62664E
(98,102,78)
#595C47
(89,92,71)
#505240
(80,82,64)
#474839
(71,72,57)
#3E3E32
(62,62,50)
#35342B
(53,52,43)
#2C2A24
(44,42,36)
#23201D
(35,32,29)
#1A1616
(26,22,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B7055

#6B7055
(107,112,85)
#787D64
(120,125,100)
#858A73
(133,138,115)
#929782
(146,151,130)
#9FA491
(159,164,145)
#ACB1A0
(172,177,160)
#B9BEAF
(185,190,175)
#C6CBBE
(198,203,190)
#D3D8CD
(211,216,205)
#E0E5DC
(224,229,220)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7055 color. Also use rgb(107,112,85) instead hex code.

Text Font Color

.myTextColor { color: #6B7055; }

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

This text font color is #6B7055.


Background Color

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

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

This div background color is #6B7055.


Border color

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

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

This div border color is #6B7055.


Opacity

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

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

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

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

This text has shadow with #6B7055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7055 on black background.


Color preview on white background

This text has color #6B7055 on white background.



Black color preview on #6B7055 background

This text has black color on #6B7055 background.


White color preview on #6B7055 background

This text has white color on #6B7055 background.