COLOR #6F7258

HEX: #6F7258
RGB: (111,114,88)

Color info

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

RGB color model

#6F7258 color RGB value is (111,114,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 88 of 255 = 35%

111
114
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 88 = 313 (100%)
R 111 of 313 ~ 35.46%
G 114 of 313 ~ 36.42%
B 88 of 313 ~ 28.12%

%35.46
%36.42
%28.12

CMYK color model

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

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(3,0,23,55)
C3M0Y23K55 
(3%,0%,23%,55%)
(0.03/0.00/0.23/0.55)	

CMYK percentages

%2.63
%0
%22.81
%55.29

Codes

Color #6F7258 in popluar color models

6F7258
RGB11111488
HSL67°12.87%39.61%
HSB/HSV67°22.81%44.71%
CMYK2.63%0.00%22.81%
55.29%

Color #6F7258 in popluar number systems.

HEX6F7258
Decimal11111488
Binary110111111100101011000
Octal157162130

Shades and tints

Shades of #6F7258

#6F7258
(111,114,88)
#656850
(101,104,80)
#5B5E48
(91,94,72)
#515440
(81,84,64)
#474A38
(71,74,56)
#3D4030
(61,64,48)
#333628
(51,54,40)
#292C20
(41,44,32)
#1F2218
(31,34,24)
#151810
(21,24,16)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #6F7258

#6F7258
(111,114,88)
#7C7E67
(124,126,103)
#898A76
(137,138,118)
#969685
(150,150,133)
#A3A294
(163,162,148)
#B0AEA3
(176,174,163)
#BDBAB2
(189,186,178)
#CAC6C1
(202,198,193)
#D7D2D0
(215,210,208)
#E4DEDF
(228,222,223)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7258; }

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

This text font color is #6F7258.


Background Color

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

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

This div background color is #6F7258.


Border color

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

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

This div border color is #6F7258.


Opacity

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

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

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

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

This text has shadow with #6F7258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7258 on black background.


Color preview on white background

This text has color #6F7258 on white background.



Black color preview on #6F7258 background

This text has black color on #6F7258 background.


White color preview on #6F7258 background

This text has white color on #6F7258 background.