COLOR #6F4933

HEX: #6F4933
RGB: (111,73,51)

Color info

#6F4933 contains mainly red and green colors. Web safe color of #6F4933 is #663333 (or #633).

RGB color model

#6F4933 color RGB value is (111,73,51).

  • red value is 111;
  • green value is 73;
  • blue value is 51.
RGB:
(111,73,51)
(44%,29%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 51 of 255 = 20%

111
73
51

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

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 51 = 235 (100%)
R 111 of 235 ~ 47.23%
G 73 of 235 ~ 31.06%
B 51 of 235 ~ 21.7%

%47.23
%31.06
%21.7

CMYK color model

#6F4933 color CMYK value is (0,34,54,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 54.05%
  • key color value is 56.47%
CMYK:
(0,34,54,56)
C0M34Y54K56 
(0%,34%,54%,56%)
(0.00/0.34/0.54/0.56)	

CMYK percentages

%0
%34.23
%54.05
%56.47

Codes

Color #6F4933 in popluar color models

6F4933
RGB1117351
HSL22°37.04%31.76%
HSB/HSV22°54.05%43.53%
CMYK0.00%34.23%54.05%
56.47%

Color #6F4933 in popluar number systems.

HEX6F4933
Decimal1117351
Binary11011111001001110011
Octal15711163

Shades and tints

Shades of #6F4933

#6F4933
(111,73,51)
#65432F
(101,67,47)
#5B3D2B
(91,61,43)
#513727
(81,55,39)
#473123
(71,49,35)
#3D2B1F
(61,43,31)
#33251B
(51,37,27)
#291F17
(41,31,23)
#1F1913
(31,25,19)
#15130F
(21,19,15)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F4933

#6F4933
(111,73,51)
#7C5945
(124,89,69)
#896957
(137,105,87)
#967969
(150,121,105)
#A3897B
(163,137,123)
#B0998D
(176,153,141)
#BDA99F
(189,169,159)
#CAB9B1
(202,185,177)
#D7C9C3
(215,201,195)
#E4D9D5
(228,217,213)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4933 color. Also use rgb(111,73,51) instead hex code.

Text Font Color

.myTextColor { color: #6F4933; }

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

This text font color is #6F4933.


Background Color

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

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

This div background color is #6F4933.


Border color

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

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

This div border color is #6F4933.


Opacity

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

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

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

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

This text has shadow with #6F4933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4933 on black background.


Color preview on white background

This text has color #6F4933 on white background.



Black color preview on #6F4933 background

This text has black color on #6F4933 background.


White color preview on #6F4933 background

This text has white color on #6F4933 background.