COLOR #6B7255

HEX: #6B7255
RGB: (107,114,85)

Color info

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

RGB color model

#6B7255 color RGB value is (107,114,85).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 85 of 255 = 33%

107
114
85

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 85 = 306 (100%)
R 107 of 306 ~ 34.97%
G 114 of 306 ~ 37.25%
B 85 of 306 ~ 27.78%

%34.97
%37.25
%27.78

CMYK color model

#6B7255 color CMYK value is (6,0,25,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(6,0,25,55)
C6M0Y25K55 
(6%,0%,25%,55%)
(0.06/0.00/0.25/0.55)	

CMYK percentages

%6.14
%0
%25.44
%55.29

Codes

Color #6B7255 in popluar color models

6B7255
RGB10711485
HSL74°14.57%39.02%
HSB/HSV74°25.44%44.71%
CMYK6.14%0.00%25.44%
55.29%

Color #6B7255 in popluar number systems.

HEX6B7255
Decimal10711485
Binary110101111100101010101
Octal153162125

Shades and tints

Shades of #6B7255

#6B7255
(107,114,85)
#62684E
(98,104,78)
#595E47
(89,94,71)
#505440
(80,84,64)
#474A39
(71,74,57)
#3E4032
(62,64,50)
#35362B
(53,54,43)
#2C2C24
(44,44,36)
#23221D
(35,34,29)
#1A1816
(26,24,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B7255

#6B7255
(107,114,85)
#787E64
(120,126,100)
#858A73
(133,138,115)
#929682
(146,150,130)
#9FA291
(159,162,145)
#ACAEA0
(172,174,160)
#B9BAAF
(185,186,175)
#C6C6BE
(198,198,190)
#D3D2CD
(211,210,205)
#E0DEDC
(224,222,220)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7255; }

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

This text font color is #6B7255.


Background Color

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

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

This div background color is #6B7255.


Border color

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

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

This div border color is #6B7255.


Opacity

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

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

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

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

This text has shadow with #6B7255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7255 on black background.


Color preview on white background

This text has color #6B7255 on white background.



Black color preview on #6B7255 background

This text has black color on #6B7255 background.


White color preview on #6B7255 background

This text has white color on #6B7255 background.