COLOR #6F492A

HEX: #6F492A
RGB: (111,73,42)

Color info

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

RGB color model

#6F492A color RGB value is (111,73,42).

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

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 42 of 255 = 16%

111
73
42

R + G + B ~ 30%. #6F492A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 42 = 226 (100%)
R 111 of 226 ~ 49.12%
G 73 of 226 ~ 32.3%
B 42 of 226 ~ 18.58%

%49.12
%32.3
%18.58

CMYK color model

#6F492A color CMYK value is (0,34,62,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 62.16%
  • key color value is 56.47%
CMYK:
(0,34,62,56)
C0M34Y62K56 
(0%,34%,62%,56%)
(0.00/0.34/0.62/0.56)	

CMYK percentages

%0
%34.23
%62.16
%56.47

Codes

Color #6F492A in popluar color models

6F492A
RGB1117342
HSL27°45.10%30.00%
HSB/HSV27°62.16%43.53%
CMYK0.00%34.23%62.16%
56.47%

Color #6F492A in popluar number systems.

HEX6F492A
Decimal1117342
Binary11011111001001101010
Octal15711152

Shades and tints

Shades of #6F492A

#6F492A
(111,73,42)
#654327
(101,67,39)
#5B3D24
(91,61,36)
#513721
(81,55,33)
#47311E
(71,49,30)
#3D2B1B
(61,43,27)
#332518
(51,37,24)
#291F15
(41,31,21)
#1F1912
(31,25,18)
#15130F
(21,19,15)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F492A

#6F492A
(111,73,42)
#7C593D
(124,89,61)
#896950
(137,105,80)
#967963
(150,121,99)
#A38976
(163,137,118)
#B09989
(176,153,137)
#BDA99C
(189,169,156)
#CAB9AF
(202,185,175)
#D7C9C2
(215,201,194)
#E4D9D5
(228,217,213)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F492A; }

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

This text font color is #6F492A.


Background Color

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

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

This div background color is #6F492A.


Border color

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

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

This div border color is #6F492A.


Opacity

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

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

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

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

This text has shadow with #6F492A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F492A on black background.


Color preview on white background

This text has color #6F492A on white background.



Black color preview on #6F492A background

This text has black color on #6F492A background.


White color preview on #6F492A background

This text has white color on #6F492A background.