COLOR #6F583C

HEX: #6F583C
RGB: (111,88,60)

Color info

#6F583C contains red, green and blue colors in about the same proportion. Web safe color of #6F583C is #666633 (or #663).

RGB color model

#6F583C color RGB value is (111,88,60).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 60 of 255 = 24%

111
88
60

R + G + B ~ 34%. #6F583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 60 = 259 (100%)
R 111 of 259 ~ 42.86%
G 88 of 259 ~ 33.98%
B 60 of 259 ~ 23.17%

%42.86
%33.98
%23.17

CMYK color model

#6F583C color CMYK value is (0,21,46,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 45.95%
  • key color value is 56.47%
CMYK:
(0,21,46,56)
C0M21Y46K56 
(0%,21%,46%,56%)
(0.00/0.21/0.46/0.56)	

CMYK percentages

%0
%20.72
%45.95
%56.47

Codes

Color #6F583C in popluar color models

6F583C
RGB1118860
HSL33°29.82%33.53%
HSB/HSV33°45.95%43.53%
CMYK0.00%20.72%45.95%
56.47%

Color #6F583C in popluar number systems.

HEX6F583C
Decimal1118860
Binary11011111011000111100
Octal15713074

Shades and tints

Shades of #6F583C

#6F583C
(111,88,60)
#655037
(101,80,55)
#5B4832
(91,72,50)
#51402D
(81,64,45)
#473828
(71,56,40)
#3D3023
(61,48,35)
#33281E
(51,40,30)
#292019
(41,32,25)
#1F1814
(31,24,20)
#15100F
(21,16,15)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #6F583C

#6F583C
(111,88,60)
#7C674D
(124,103,77)
#89765E
(137,118,94)
#96856F
(150,133,111)
#A39480
(163,148,128)
#B0A391
(176,163,145)
#BDB2A2
(189,178,162)
#CAC1B3
(202,193,179)
#D7D0C4
(215,208,196)
#E4DFD5
(228,223,213)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F583C; }

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

This text font color is #6F583C.


Background Color

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

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

This div background color is #6F583C.


Border color

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

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

This div border color is #6F583C.


Opacity

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

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

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

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

This text has shadow with #6F583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F583C on black background.


Color preview on white background

This text has color #6F583C on white background.



Black color preview on #6F583C background

This text has black color on #6F583C background.


White color preview on #6F583C background

This text has white color on #6F583C background.