COLOR #6F393A

HEX: #6F393A RGB: (111,57,58)

Color info

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

RGB color model

#6F393A color RGB value is (111,57,58).

RGB: (111,57,58) (44%, 22%, 23%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 58 of 255 = 23%

111
57
58

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

Portions of RGB colors in percentages

R + G + B = 111 + 57 + 58 = 226 (100%)
R 111 of 226 ~ 49.12%
G 57 of 226 ~ 25.22%
B 58 of 226 ~ 25.66'%

%49.12
%25.22
%25.66

CMYK color model

#6F393A color CMYK value is (0,49,48,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 47.75%
  • key color value is 56.47%

CMYK: (0,49,48,56)
C0M49Y48K56 (0%, 49%, 48%, 56%)
(0.00 / 0.49 / 0.48 / 0.56)

CMYK percentages

%0
%48.65
%47.75
%56.47

Codes

Color #6F393A in popluar color models

6F 39 3A
RGB 111 57 58
HSL 359° 32.14% 32.94%
HSB/HSV 359° 48.65% 43.53%
CMYK 0.00% 48.65% 47.75%
56.47%

Color #6F393A in popluar number systems.

HEX 6F 39 3A
Decimal 111 57 58
Binary 1101111 111001 111010
Octal 157 71 72

Shades and tints

Shades of #6F393A

#6F393A
(111,57,58)
#653435
(101,52,53)
#5B2F30
(91,47,48)
#512A2B
(81,42,43)
#472526
(71,37,38)
#3D2021
(61,32,33)
#331B1C
(51,27,28)
#291617
(41,22,23)
#1F1112
(31,17,18)
#150C0D
(21,12,13)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #6F393A

#6F393A
(111,57,58)
#7C4B4B
(124,75,75)
#895D5C
(137,93,92)
#966F6D
(150,111,109)
#A3817E
(163,129,126)
#B0938F
(176,147,143)
#BDA5A0
(189,165,160)
#CAB7B1
(202,183,177)
#D7C9C2
(215,201,194)
#E4DBD3
(228,219,211)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F393A; }

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

This text font color is #6F393A.

Background Color

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

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

This div background color is #6F393A.

Border color

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

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

This div border color is #6F393A.

Opacity

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

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

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

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

This text has shadow with #6F393A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F393A.

Preview

Color preview on black background

This text has color #6F393A on black background.


Color preview on white background

This text has color #6F393A on white background.


Black color preview on #6F393A background

This text has black color on #6F393A background.


White color preview on #6F393A background

This text has white color on #6F393A background.


Related colors

Complementary color

Complementary color for #hex is #90C6C5.


I love getcolorcode.com

Triadic colors

1 #3A6F39 and #393A6F with #6F393A are triadic colors.

2 #3A396F and #396F3A with #6F393A are triadic colors.