COLOR #6F3E4B

HEX: #6F3E4B RGB: (111,62,75)

Color info

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

RGB color model

#6F3E4B color RGB value is (111,62,75).

RGB: (111,62,75) (44%, 24%, 29%)

RGB channels and saturation

R 111 of 255 = 44%
G 62 of 255 = 24%
B 75 of 255 = 29%

111
62
75

R + G + B ~ 32%. #6F3E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 62 + 75 = 248 (100%)
R 111 of 248 ~ 44.76%
G 62 of 248 ~ 25%
B 75 of 248 ~ 30.24'%

%44.76
%25
%30.24

CMYK color model

#6F3E4B color CMYK value is (0,44,32,56).

  • cyan value is 0.00%
  • magenta value is 44.14%
  • yellow value is 32.43%
  • key color value is 56.47%

CMYK: (0,44,32,56)
C0M44Y32K56 (0%, 44%, 32%, 56%)
(0.00 / 0.44 / 0.32 / 0.56)

CMYK percentages

%0
%44.14
%32.43
%56.47

Codes

Color #6F3E4B in popluar color models

6F 3E 4B
RGB 111 62 75
HSL 344° 28.32% 33.92%
HSB/HSV 344° 44.14% 43.53%
CMYK 0.00% 44.14% 32.43%
56.47%

Color #6F3E4B in popluar number systems.

HEX 6F 3E 4B
Decimal 111 62 75
Binary 1101111 111110 1001011
Octal 157 76 113

Shades and tints

Shades of #6F3E4B

#6F3E4B
(111,62,75)
#653945
(101,57,69)
#5B343F
(91,52,63)
#512F39
(81,47,57)
#472A33
(71,42,51)
#3D252D
(61,37,45)
#332027
(51,32,39)
#291B21
(41,27,33)
#1F161B
(31,22,27)
#151115
(21,17,21)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F3E4B

#6F3E4B
(111,62,75)
#7C4F5B
(124,79,91)
#89606B
(137,96,107)
#96717B
(150,113,123)
#A3828B
(163,130,139)
#B0939B
(176,147,155)
#BDA4AB
(189,164,171)
#CAB5BB
(202,181,187)
#D7C6CB
(215,198,203)
#E4D7DB
(228,215,219)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3E4B; }

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

This text font color is #6F3E4B.

Background Color

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

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

This div background color is #6F3E4B.

Border color

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

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

This div border color is #6F3E4B.

Opacity

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

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

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

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

This text has shadow with #6F3E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3E4B.

Preview

Color preview on black background

This text has color #6F3E4B on black background.


Color preview on white background

This text has color #6F3E4B on white background.


Black color preview on #6F3E4B background

This text has black color on #6F3E4B background.


White color preview on #6F3E4B background

This text has white color on #6F3E4B background.


Related colors

Complementary color

Complementary color for #hex is #90C1B4.


I love getcolorcode.com

Triadic colors

1 #4B6F3E and #3E4B6F with #6F3E4B are triadic colors.

2 #4B3E6F and #3E6F4B with #6F3E4B are triadic colors.