COLOR #6F362F

HEX: #6F362F
RGB: (111,54,47)

Color info

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

RGB color model

#6F362F color RGB value is (111,54,47).

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

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 47 of 255 = 18%

111
54
47

R + G + B ~ 28%. #6F362F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 47 = 212 (100%)
R 111 of 212 ~ 52.36%
G 54 of 212 ~ 25.47%
B 47 of 212 ~ 22.17%

%52.36
%25.47
%22.17

CMYK color model

#6F362F color CMYK value is (0,51,58,56).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK:
(0,51,58,56)
C0M51Y58K56 
(0%,51%,58%,56%)
(0.00/0.51/0.58/0.56)	

CMYK percentages

%0
%51.35
%57.66
%56.47

Codes

Color #6F362F in popluar color models

6F362F
RGB1115447
HSL40.51%30.98%
HSB/HSV57.66%43.53%
CMYK0.00%51.35%57.66%
56.47%

Color #6F362F in popluar number systems.

HEX6F362F
Decimal1115447
Binary1101111110110101111
Octal1576657

Shades and tints

Shades of #6F362F

#6F362F
(111,54,47)
#65322B
(101,50,43)
#5B2E27
(91,46,39)
#512A23
(81,42,35)
#47261F
(71,38,31)
#3D221B
(61,34,27)
#331E17
(51,30,23)
#291A13
(41,26,19)
#1F160F
(31,22,15)
#15120B
(21,18,11)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #6F362F

#6F362F
(111,54,47)
#7C4841
(124,72,65)
#895A53
(137,90,83)
#966C65
(150,108,101)
#A37E77
(163,126,119)
#B09089
(176,144,137)
#BDA29B
(189,162,155)
#CAB4AD
(202,180,173)
#D7C6BF
(215,198,191)
#E4D8D1
(228,216,209)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F362F; }

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

This text font color is #6F362F.


Background Color

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

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

This div background color is #6F362F.


Border color

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

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

This div border color is #6F362F.


Opacity

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

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

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

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

This text has shadow with #6F362F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F362F on black background.


Color preview on white background

This text has color #6F362F on white background.



Black color preview on #6F362F background

This text has black color on #6F362F background.


White color preview on #6F362F background

This text has white color on #6F362F background.