COLOR #6F583A

HEX: #6F583A
RGB: (111,88,58)

Color info

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

RGB color model

#6F583A color RGB value is (111,88,58).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 58 of 255 = 23%

111
88
58

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 58 = 257 (100%)
R 111 of 257 ~ 43.19%
G 88 of 257 ~ 34.24%
B 58 of 257 ~ 22.57%

%43.19
%34.24
%22.57

CMYK color model

#6F583A color CMYK value is (0,21,48,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(0,21,48,56)
C0M21Y48K56 
(0%,21%,48%,56%)
(0.00/0.21/0.48/0.56)	

CMYK percentages

%0
%20.72
%47.75
%56.47

Codes

Color #6F583A in popluar color models

6F583A
RGB1118858
HSL34°31.36%33.14%
HSB/HSV34°47.75%43.53%
CMYK0.00%20.72%47.75%
56.47%

Color #6F583A in popluar number systems.

HEX6F583A
Decimal1118858
Binary11011111011000111010
Octal15713072

Shades and tints

Shades of #6F583A

#6F583A
(111,88,58)
#655035
(101,80,53)
#5B4830
(91,72,48)
#51402B
(81,64,43)
#473826
(71,56,38)
#3D3021
(61,48,33)
#33281C
(51,40,28)
#292017
(41,32,23)
#1F1812
(31,24,18)
#15100D
(21,16,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #6F583A

#6F583A
(111,88,58)
#7C674B
(124,103,75)
#89765C
(137,118,92)
#96856D
(150,133,109)
#A3947E
(163,148,126)
#B0A38F
(176,163,143)
#BDB2A0
(189,178,160)
#CAC1B1
(202,193,177)
#D7D0C2
(215,208,194)
#E4DFD3
(228,223,211)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F583A; }

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

This text font color is #6F583A.


Background Color

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

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

This div background color is #6F583A.


Border color

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

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

This div border color is #6F583A.


Opacity

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

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

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

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

This text has shadow with #6F583A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F583A on black background.


Color preview on white background

This text has color #6F583A on white background.



Black color preview on #6F583A background

This text has black color on #6F583A background.


White color preview on #6F583A background

This text has white color on #6F583A background.