COLOR #6B7250

HEX: #6B7250
RGB: (107,114,80)

Color info

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

RGB color model

#6B7250 color RGB value is (107,114,80).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 80 of 255 = 31%

107
114
80

R + G + B ~ 39%. #6B7250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 80 = 301 (100%)
R 107 of 301 ~ 35.55%
G 114 of 301 ~ 37.87%
B 80 of 301 ~ 26.58%

%35.55
%37.87
%26.58

CMYK color model

#6B7250 color CMYK value is (6,0,30,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK: (6,0,30,55) C6M0Y30K55 (6%,0%,30%,55%) (0.06/0.00/0.30/0.55)

CMYK percentages

%6.14
%0
%29.82
%55.29

Codes

Color #6B7250 in popluar color models

6B7250
RGB10711480
HSL72°17.53%38.04%
HSB/HSV72°29.82%44.71%
CMYK6.14%0.00%29.82%
55.29%

Color #6B7250 in popluar number systems.

HEX6B7250
Decimal10711480
Binary110101111100101010000
Octal153162120

Shades and tints

Shades of #6B7250

#6B7250
(107,114,80)
#626849
(98,104,73)
#595E42
(89,94,66)
#50543B
(80,84,59)
#474A34
(71,74,52)
#3E402D
(62,64,45)
#353626
(53,54,38)
#2C2C1F
(44,44,31)
#232218
(35,34,24)
#1A1811
(26,24,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #6B7250

#6B7250
(107,114,80)
#787E5F
(120,126,95)
#858A6E
(133,138,110)
#92967D
(146,150,125)
#9FA28C
(159,162,140)
#ACAE9B
(172,174,155)
#B9BAAA
(185,186,170)
#C6C6B9
(198,198,185)
#D3D2C8
(211,210,200)
#E0DED7
(224,222,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7250; }

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

This text font color is #6B7250.


Background Color

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

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

This div background color is #6B7250.


Border color

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

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

This div border color is #6B7250.


Opacity

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

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

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

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

This text has shadow with #6B7250 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B7250 on black background.


Color preview on white background

This text has color #6B7250 on white background.



Black color preview on #6B7250 background

This text has black color on #6B7250 background.


White color preview on #6B7250 background

This text has white color on #6B7250 background.