COLOR #6B7258

HEX: #6B7258
RGB: (107,114,88)

Color info

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

RGB color model

#6B7258 color RGB value is (107,114,88).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 88 of 255 = 35%

107
114
88

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 88 = 309 (100%)
R 107 of 309 ~ 34.63%
G 114 of 309 ~ 36.89%
B 88 of 309 ~ 28.48%

%34.63
%36.89
%28.48

CMYK color model

#6B7258 color CMYK value is (6,0,23,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(6,0,23,55)
C6M0Y23K55 
(6%,0%,23%,55%)
(0.06/0.00/0.23/0.55)	

CMYK percentages

%6.14
%0
%22.81
%55.29

Codes

Color #6B7258 in popluar color models

6B7258
RGB10711488
HSL76°12.87%39.61%
HSB/HSV76°22.81%44.71%
CMYK6.14%0.00%22.81%
55.29%

Color #6B7258 in popluar number systems.

HEX6B7258
Decimal10711488
Binary110101111100101011000
Octal153162130

Shades and tints

Shades of #6B7258

#6B7258
(107,114,88)
#626850
(98,104,80)
#595E48
(89,94,72)
#505440
(80,84,64)
#474A38
(71,74,56)
#3E4030
(62,64,48)
#353628
(53,54,40)
#2C2C20
(44,44,32)
#232218
(35,34,24)
#1A1810
(26,24,16)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B7258

#6B7258
(107,114,88)
#787E67
(120,126,103)
#858A76
(133,138,118)
#929685
(146,150,133)
#9FA294
(159,162,148)
#ACAEA3
(172,174,163)
#B9BAB2
(185,186,178)
#C6C6C1
(198,198,193)
#D3D2D0
(211,210,208)
#E0DEDF
(224,222,223)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7258; }

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

This text font color is #6B7258.


Background Color

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

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

This div background color is #6B7258.


Border color

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

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

This div border color is #6B7258.


Opacity

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

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

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

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

This text has shadow with #6B7258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7258 on black background.


Color preview on white background

This text has color #6B7258 on white background.



Black color preview on #6B7258 background

This text has black color on #6B7258 background.


White color preview on #6B7258 background

This text has white color on #6B7258 background.