COLOR #6B7265

HEX: #6B7265
RGB: (107,114,101)

Color info

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

RGB color model

#6B7265 color RGB value is (107,114,101).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 101 of 255 = 40%

107
114
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 101 = 322 (100%)
R 107 of 322 ~ 33.23%
G 114 of 322 ~ 35.4%
B 101 of 322 ~ 31.37%

%33.23
%35.4
%31.37

CMYK color model

#6B7265 color CMYK value is (6,0,11,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK: (6,0,11,55) C6M0Y11K55 (6%,0%,11%,55%) (0.06/0.00/0.11/0.55)

CMYK percentages

%6.14
%0
%11.4
%55.29

Codes

Color #6B7265 in popluar color models

6B7265
RGB107114101
HSL92°6.05%42.16%
HSB/HSV92°11.40%44.71%
CMYK6.14%0.00%11.40%
55.29%

Color #6B7265 in popluar number systems.

HEX6B7265
Decimal107114101
Binary110101111100101100101
Octal153162145

Shades and tints

Shades of #6B7265

#6B7265
(107,114,101)
#62685C
(98,104,92)
#595E53
(89,94,83)
#50544A
(80,84,74)
#474A41
(71,74,65)
#3E4038
(62,64,56)
#35362F
(53,54,47)
#2C2C26
(44,44,38)
#23221D
(35,34,29)
#1A1814
(26,24,20)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B7265

#6B7265
(107,114,101)
#787E73
(120,126,115)
#858A81
(133,138,129)
#92968F
(146,150,143)
#9FA29D
(159,162,157)
#ACAEAB
(172,174,171)
#B9BAB9
(185,186,185)
#C6C6C7
(198,198,199)
#D3D2D5
(211,210,213)
#E0DEE3
(224,222,227)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7265; }

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

This text font color is #6B7265.


Background Color

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

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

This div background color is #6B7265.


Border color

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

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

This div border color is #6B7265.


Opacity

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

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

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

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

This text has shadow with #6B7265 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B7265 on black background.


Color preview on white background

This text has color #6B7265 on white background.



Black color preview on #6B7265 background

This text has black color on #6B7265 background.


White color preview on #6B7265 background

This text has white color on #6B7265 background.