COLOR #6F7158

HEX: #6F7158
RGB: (111,113,88)

Color info

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

RGB color model

#6F7158 color RGB value is (111,113,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 88 of 255 = 35%

111
113
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 88 = 312 (100%)
R 111 of 312 ~ 35.58%
G 113 of 312 ~ 36.22%
B 88 of 312 ~ 28.21%

%35.58
%36.22
%28.21

CMYK color model

#6F7158 color CMYK value is (2,0,22,56).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(2,0,22,56)
C2M0Y22K56 
(2%,0%,22%,56%)
(0.02/0.00/0.22/0.56)	

CMYK percentages

%1.77
%0
%22.12
%55.69

Codes

Color #6F7158 in popluar color models

6F7158
RGB11111388
HSL65°12.44%39.41%
HSB/HSV65°22.12%44.31%
CMYK1.77%0.00%22.12%
55.69%

Color #6F7158 in popluar number systems.

HEX6F7158
Decimal11111388
Binary110111111100011011000
Octal157161130

Shades and tints

Shades of #6F7158

#6F7158
(111,113,88)
#656750
(101,103,80)
#5B5D48
(91,93,72)
#515340
(81,83,64)
#474938
(71,73,56)
#3D3F30
(61,63,48)
#333528
(51,53,40)
#292B20
(41,43,32)
#1F2118
(31,33,24)
#151710
(21,23,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #6F7158

#6F7158
(111,113,88)
#7C7D67
(124,125,103)
#898976
(137,137,118)
#969585
(150,149,133)
#A3A194
(163,161,148)
#B0ADA3
(176,173,163)
#BDB9B2
(189,185,178)
#CAC5C1
(202,197,193)
#D7D1D0
(215,209,208)
#E4DDDF
(228,221,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7158; }

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

This text font color is #6F7158.


Background Color

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

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

This div background color is #6F7158.


Border color

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

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

This div border color is #6F7158.


Opacity

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

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

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

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

This text has shadow with #6F7158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7158 on black background.


Color preview on white background

This text has color #6F7158 on white background.



Black color preview on #6F7158 background

This text has black color on #6F7158 background.


White color preview on #6F7158 background

This text has white color on #6F7158 background.