COLOR #6F5034

HEX: #6F5034
RGB: (111,80,52)

Color info

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

RGB color model

#6F5034 color RGB value is (111,80,52).

  • red value is 111;
  • green value is 80;
  • blue value is 52.
RGB:
(111,80,52)
(44%,31%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 52 of 255 = 20%

111
80
52

R + G + B ~ 32%. #6F5034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 52 = 243 (100%)
R 111 of 243 ~ 45.68%
G 80 of 243 ~ 32.92%
B 52 of 243 ~ 21.4%

%45.68
%32.92
%21.4

CMYK color model

#6F5034 color CMYK value is (0,28,53,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 53.15%
  • key color value is 56.47%
CMYK:
(0,28,53,56)
C0M28Y53K56 
(0%,28%,53%,56%)
(0.00/0.28/0.53/0.56)	

CMYK percentages

%0
%27.93
%53.15
%56.47

Codes

Color #6F5034 in popluar color models

6F5034
RGB1118052
HSL28°36.20%31.96%
HSB/HSV28°53.15%43.53%
CMYK0.00%27.93%53.15%
56.47%

Color #6F5034 in popluar number systems.

HEX6F5034
Decimal1118052
Binary11011111010000110100
Octal15712064

Shades and tints

Shades of #6F5034

#6F5034
(111,80,52)
#654930
(101,73,48)
#5B422C
(91,66,44)
#513B28
(81,59,40)
#473424
(71,52,36)
#3D2D20
(61,45,32)
#33261C
(51,38,28)
#291F18
(41,31,24)
#1F1814
(31,24,20)
#151110
(21,17,16)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #6F5034

#6F5034
(111,80,52)
#7C5F46
(124,95,70)
#896E58
(137,110,88)
#967D6A
(150,125,106)
#A38C7C
(163,140,124)
#B09B8E
(176,155,142)
#BDAAA0
(189,170,160)
#CAB9B2
(202,185,178)
#D7C8C4
(215,200,196)
#E4D7D6
(228,215,214)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5034 color. Also use rgb(111,80,52) instead hex code.

Text Font Color

.myTextColor { color: #6F5034; }

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

This text font color is #6F5034.


Background Color

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

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

This div background color is #6F5034.


Border color

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

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

This div border color is #6F5034.


Opacity

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

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

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

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

This text has shadow with #6F5034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5034 on black background.


Color preview on white background

This text has color #6F5034 on white background.



Black color preview on #6F5034 background

This text has black color on #6F5034 background.


White color preview on #6F5034 background

This text has white color on #6F5034 background.