COLOR #6F6358

HEX: #6F6358
RGB: (111,99,88)

Color info

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

RGB color model

#6F6358 color RGB value is (111,99,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 88 of 255 = 35%

111
99
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 88 = 298 (100%)
R 111 of 298 ~ 37.25%
G 99 of 298 ~ 33.22%
B 88 of 298 ~ 29.53%

%37.25
%33.22
%29.53

CMYK color model

#6F6358 color CMYK value is (0,11,21,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,11,21,56)
C0M11Y21K56 
(0%,11%,21%,56%)
(0.00/0.11/0.21/0.56)	

CMYK percentages

%0
%10.81
%20.72
%56.47

Codes

Color #6F6358 in popluar color models

6F6358
RGB1119988
HSL29°11.56%39.02%
HSB/HSV29°20.72%43.53%
CMYK0.00%10.81%20.72%
56.47%

Color #6F6358 in popluar number systems.

HEX6F6358
Decimal1119988
Binary110111111000111011000
Octal157143130

Shades and tints

Shades of #6F6358

#6F6358
(111,99,88)
#655A50
(101,90,80)
#5B5148
(91,81,72)
#514840
(81,72,64)
#473F38
(71,63,56)
#3D3630
(61,54,48)
#332D28
(51,45,40)
#292420
(41,36,32)
#1F1B18
(31,27,24)
#151210
(21,18,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #6F6358

#6F6358
(111,99,88)
#7C7167
(124,113,103)
#897F76
(137,127,118)
#968D85
(150,141,133)
#A39B94
(163,155,148)
#B0A9A3
(176,169,163)
#BDB7B2
(189,183,178)
#CAC5C1
(202,197,193)
#D7D3D0
(215,211,208)
#E4E1DF
(228,225,223)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6358; }

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

This text font color is #6F6358.


Background Color

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

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

This div background color is #6F6358.


Border color

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

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

This div border color is #6F6358.


Opacity

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

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

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

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

This text has shadow with #6F6358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6358 on black background.


Color preview on white background

This text has color #6F6358 on white background.



Black color preview on #6F6358 background

This text has black color on #6F6358 background.


White color preview on #6F6358 background

This text has white color on #6F6358 background.