COLOR #6F5E2F

HEX: #6F5E2F
RGB: (111,94,47)

Color info

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

RGB color model

#6F5E2F color RGB value is (111,94,47).

  • red value is 111;
  • green value is 94;
  • blue value is 47.
RGB:
(111,94,47)
(44%,37%,18%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 47 of 255 = 18%

111
94
47

R + G + B ~ 33%. #6F5E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 47 = 252 (100%)
R 111 of 252 ~ 44.05%
G 94 of 252 ~ 37.3%
B 47 of 252 ~ 18.65%

%44.05
%37.3
%18.65

CMYK color model

#6F5E2F color CMYK value is (0,15,58,56).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK:
(0,15,58,56)
C0M15Y58K56 
(0%,15%,58%,56%)
(0.00/0.15/0.58/0.56)	

CMYK percentages

%0
%15.32
%57.66
%56.47

Codes

Color #6F5E2F in popluar color models

6F5E2F
RGB1119447
HSL44°40.51%30.98%
HSB/HSV44°57.66%43.53%
CMYK0.00%15.32%57.66%
56.47%

Color #6F5E2F in popluar number systems.

HEX6F5E2F
Decimal1119447
Binary11011111011110101111
Octal15713657

Shades and tints

Shades of #6F5E2F

#6F5E2F
(111,94,47)
#65562B
(101,86,43)
#5B4E27
(91,78,39)
#514623
(81,70,35)
#473E1F
(71,62,31)
#3D361B
(61,54,27)
#332E17
(51,46,23)
#292613
(41,38,19)
#1F1E0F
(31,30,15)
#15160B
(21,22,11)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #6F5E2F

#6F5E2F
(111,94,47)
#7C6C41
(124,108,65)
#897A53
(137,122,83)
#968865
(150,136,101)
#A39677
(163,150,119)
#B0A489
(176,164,137)
#BDB29B
(189,178,155)
#CAC0AD
(202,192,173)
#D7CEBF
(215,206,191)
#E4DCD1
(228,220,209)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E2F color. Also use rgb(111,94,47) instead hex code.

Text Font Color

.myTextColor { color: #6F5E2F; }

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

This text font color is #6F5E2F.


Background Color

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

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

This div background color is #6F5E2F.


Border color

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

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

This div border color is #6F5E2F.


Opacity

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

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

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

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

This text has shadow with #6F5E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5E2F on black background.


Color preview on white background

This text has color #6F5E2F on white background.



Black color preview on #6F5E2F background

This text has black color on #6F5E2F background.


White color preview on #6F5E2F background

This text has white color on #6F5E2F background.