COLOR #6F363F

HEX: #6F363F
RGB: (111,54,63)

Color info

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

RGB color model

#6F363F color RGB value is (111,54,63).

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

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 63 of 255 = 25%

111
54
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 63 = 228 (100%)
R 111 of 228 ~ 48.68%
G 54 of 228 ~ 23.68%
B 63 of 228 ~ 27.63%

%48.68
%23.68
%27.63

CMYK color model

#6F363F color CMYK value is (0,51,43,56).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(0,51,43,56)
C0M51Y43K56 
(0%,51%,43%,56%)
(0.00/0.51/0.43/0.56)	

CMYK percentages

%0
%51.35
%43.24
%56.47

Codes

Color #6F363F in popluar color models

6F363F
RGB1115463
HSL351°34.55%32.35%
HSB/HSV351°51.35%43.53%
CMYK0.00%51.35%43.24%
56.47%

Color #6F363F in popluar number systems.

HEX6F363F
Decimal1115463
Binary1101111110110111111
Octal1576677

Shades and tints

Shades of #6F363F

#6F363F
(111,54,63)
#65323A
(101,50,58)
#5B2E35
(91,46,53)
#512A30
(81,42,48)
#47262B
(71,38,43)
#3D2226
(61,34,38)
#331E21
(51,30,33)
#291A1C
(41,26,28)
#1F1617
(31,22,23)
#151212
(21,18,18)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F363F

#6F363F
(111,54,63)
#7C4850
(124,72,80)
#895A61
(137,90,97)
#966C72
(150,108,114)
#A37E83
(163,126,131)
#B09094
(176,144,148)
#BDA2A5
(189,162,165)
#CAB4B6
(202,180,182)
#D7C6C7
(215,198,199)
#E4D8D8
(228,216,216)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F363F; }

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

This text font color is #6F363F.


Background Color

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

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

This div background color is #6F363F.


Border color

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

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

This div border color is #6F363F.


Opacity

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

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

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

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

This text has shadow with #6F363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F363F on black background.


Color preview on white background

This text has color #6F363F on white background.



Black color preview on #6F363F background

This text has black color on #6F363F background.


White color preview on #6F363F background

This text has white color on #6F363F background.