COLOR #6F492D

HEX: #6F492D
RGB: (111,73,45)

Color info

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

RGB color model

#6F492D color RGB value is (111,73,45).

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

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 45 of 255 = 18%

111
73
45

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

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 45 = 229 (100%)
R 111 of 229 ~ 48.47%
G 73 of 229 ~ 31.88%
B 45 of 229 ~ 19.65%

%48.47
%31.88
%19.65

CMYK color model

#6F492D color CMYK value is (0,34,59,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 59.46%
  • key color value is 56.47%
CMYK:
(0,34,59,56)
C0M34Y59K56 
(0%,34%,59%,56%)
(0.00/0.34/0.59/0.56)	

CMYK percentages

%0
%34.23
%59.46
%56.47

Codes

Color #6F492D in popluar color models

6F492D
RGB1117345
HSL25°42.31%30.59%
HSB/HSV25°59.46%43.53%
CMYK0.00%34.23%59.46%
56.47%

Color #6F492D in popluar number systems.

HEX6F492D
Decimal1117345
Binary11011111001001101101
Octal15711155

Shades and tints

Shades of #6F492D

#6F492D
(111,73,45)
#654329
(101,67,41)
#5B3D25
(91,61,37)
#513721
(81,55,33)
#47311D
(71,49,29)
#3D2B19
(61,43,25)
#332515
(51,37,21)
#291F11
(41,31,17)
#1F190D
(31,25,13)
#151309
(21,19,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #6F492D

#6F492D
(111,73,45)
#7C5940
(124,89,64)
#896953
(137,105,83)
#967966
(150,121,102)
#A38979
(163,137,121)
#B0998C
(176,153,140)
#BDA99F
(189,169,159)
#CAB9B2
(202,185,178)
#D7C9C5
(215,201,197)
#E4D9D8
(228,217,216)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F492D; }

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

This text font color is #6F492D.


Background Color

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

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

This div background color is #6F492D.


Border color

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

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

This div border color is #6F492D.


Opacity

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

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

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

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

This text has shadow with #6F492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F492D on black background.


Color preview on white background

This text has color #6F492D on white background.



Black color preview on #6F492D background

This text has black color on #6F492D background.


White color preview on #6F492D background

This text has white color on #6F492D background.