COLOR #6F5827

HEX: #6F5827
RGB: (111,88,39)

Color info

#6F5827 contains mainly red and green colors. Web safe color of #6F5827 is #666633 (or #663).

RGB color model

#6F5827 color RGB value is (111,88,39).

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

RGB channels and saturation

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

111
88
39

R + G + B ~ 31%. #6F5827 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 39 = 238 (100%)
R 111 of 238 ~ 46.64%
G 88 of 238 ~ 36.97%
B 39 of 238 ~ 16.39%

%46.64
%36.97
%16.39

CMYK color model

#6F5827 color CMYK value is (0,21,65,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 64.86%
  • key color value is 56.47%
CMYK:
(0,21,65,56)
C0M21Y65K56 
(0%,21%,65%,56%)
(0.00/0.21/0.65/0.56)	

CMYK percentages

%0
%20.72
%64.86
%56.47

Codes

Color #6F5827 in popluar color models

6F5827
RGB1118839
HSL41°48.00%29.41%
HSB/HSV41°64.86%43.53%
CMYK0.00%20.72%64.86%
56.47%

Color #6F5827 in popluar number systems.

HEX6F5827
Decimal1118839
Binary11011111011000100111
Octal15713047

Shades and tints

Shades of #6F5827

#6F5827
(111,88,39)
#655024
(101,80,36)
#5B4821
(91,72,33)
#51401E
(81,64,30)
#47381B
(71,56,27)
#3D3018
(61,48,24)
#332815
(51,40,21)
#292012
(41,32,18)
#1F180F
(31,24,15)
#15100C
(21,16,12)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #6F5827

#6F5827
(111,88,39)
#7C673A
(124,103,58)
#89764D
(137,118,77)
#968560
(150,133,96)
#A39473
(163,148,115)
#B0A386
(176,163,134)
#BDB299
(189,178,153)
#CAC1AC
(202,193,172)
#D7D0BF
(215,208,191)
#E4DFD2
(228,223,210)
#F1EEE5
(241,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5827; }

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

This text font color is #6F5827.


Background Color

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

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

This div background color is #6F5827.


Border color

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

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

This div border color is #6F5827.


Opacity

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

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

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

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

This text has shadow with #6F5827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5827 on black background.


Color preview on white background

This text has color #6F5827 on white background.



Black color preview on #6F5827 background

This text has black color on #6F5827 background.


White color preview on #6F5827 background

This text has white color on #6F5827 background.