COLOR #6F3D3D

HEX: #6F3D3D
RGB: (111,61,61)

Color info

#6F3D3D contains red, green and blue colors in about the same proportion. Web safe color of #6F3D3D is #663333 (or #633).

RGB color model

#6F3D3D color RGB value is (111,61,61).

  • red value is 111;
  • green value is 61;
  • blue value is 61.
RGB:
(111,61,61)
(44%,24%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 61 of 255 = 24%
B 61 of 255 = 24%

111
61
61

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

Portions of RGB colors in percentages

R + G + B =
111 + 61 + 61 = 233 (100%)
R 111 of 233 ~ 47.64%
G 61 of 233 ~ 26.18%
B 61 of 233 ~ 26.18%

%47.64
%26.18
%26.18

CMYK color model

#6F3D3D color CMYK value is (0,45,45,56).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(0,45,45,56)
C0M45Y45K56 
(0%,45%,45%,56%)
(0.00/0.45/0.45/0.56)	

CMYK percentages

%0
%45.05
%45.05
%56.47

Codes

Color #6F3D3D in popluar color models

6F3D3D
RGB1116161
HSL29.07%33.73%
HSB/HSV45.05%43.53%
CMYK0.00%45.05%45.05%
56.47%

Color #6F3D3D in popluar number systems.

HEX6F3D3D
Decimal1116161
Binary1101111111101111101
Octal1577575

Shades and tints

Shades of #6F3D3D

#6F3D3D
(111,61,61)
#653838
(101,56,56)
#5B3333
(91,51,51)
#512E2E
(81,46,46)
#472929
(71,41,41)
#3D2424
(61,36,36)
#331F1F
(51,31,31)
#291A1A
(41,26,26)
#1F1515
(31,21,21)
#151010
(21,16,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #6F3D3D

#6F3D3D
(111,61,61)
#7C4E4E
(124,78,78)
#895F5F
(137,95,95)
#967070
(150,112,112)
#A38181
(163,129,129)
#B09292
(176,146,146)
#BDA3A3
(189,163,163)
#CAB4B4
(202,180,180)
#D7C5C5
(215,197,197)
#E4D6D6
(228,214,214)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3D3D; }

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

This text font color is #6F3D3D.


Background Color

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

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

This div background color is #6F3D3D.


Border color

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

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

This div border color is #6F3D3D.


Opacity

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

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

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

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

This text has shadow with #6F3D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3D3D on black background.


Color preview on white background

This text has color #6F3D3D on white background.



Black color preview on #6F3D3D background

This text has black color on #6F3D3D background.


White color preview on #6F3D3D background

This text has white color on #6F3D3D background.