COLOR #6F393F

HEX: #6F393F RGB: (111,57,63)

Color info

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

RGB color model

#6F393F color RGB value is (111,57,63).

RGB: (111,57,63) (44%, 22%, 25%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 63 of 255 = 25%

111
57
63

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

Portions of RGB colors in percentages

R + G + B = 111 + 57 + 63 = 231 (100%)
R 111 of 231 ~ 48.05%
G 57 of 231 ~ 24.68%
B 63 of 231 ~ 27.27'%

%48.05
%24.68
%27.27

CMYK color model

#6F393F color CMYK value is (0,49,43,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK: (0,49,43,56) C0M49Y43K56 (0%,49%,43%,56%) (0.00/0.49/0.43/0.56) 

CMYK percentages

%0
%48.65
%43.24
%56.47

Codes

Color #6F393F in popluar color models

6F 39 3F
RGB 111 57 63
HSL 353° 32.14% 32.94%
HSB/HSV 353° 48.65% 43.53%
CMYK 0.00% 48.65% 43.24%
56.47%

Color #6F393F in popluar number systems.

HEX 6F 39 3F
Decimal 111 57 63
Binary 1101111 111001 111111
Octal 157 71 77

Shades and tints

Shades of #6F393F

#6F393F
(111,57,63)
#65343A
(101,52,58)
#5B2F35
(91,47,53)
#512A30
(81,42,48)
#47252B
(71,37,43)
#3D2026
(61,32,38)
#331B21
(51,27,33)
#29161C
(41,22,28)
#1F1117
(31,17,23)
#150C12
(21,12,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #6F393F

#6F393F
(111,57,63)
#7C4B50
(124,75,80)
#895D61
(137,93,97)
#966F72
(150,111,114)
#A38183
(163,129,131)
#B09394
(176,147,148)
#BDA5A5
(189,165,165)
#CAB7B6
(202,183,182)
#D7C9C7
(215,201,199)
#E4DBD8
(228,219,216)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F393F; }

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

This text font color is #6F393F.

Background Color

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

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

This div background color is #6F393F.

Border color

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

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

This div border color is #6F393F.

Opacity

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

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

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

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

This text has shadow with #6F393F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F393F.

Preview

Color preview on black background

This text has color #6F393F on black background.


Color preview on white background

This text has color #6F393F on white background.


Black color preview on #6F393F background

This text has black color on #6F393F background.


White color preview on #6F393F background

This text has white color on #6F393F background.


Related colors

Complementary color

Complementary color for #hex is #90C6C0.


I love getcolorcode.com

Triadic colors

1 #3F6F39 and #393F6F with #6F393F are triadic colors.

2 #3F396F and #396F3F with #6F393F are triadic colors.