COLOR #6F4052

HEX: #6F4052
RGB: (111,64,82)

Color info

#6F4052 contains red, green and blue colors in about the same proportion. Web safe color of #6F4052 is #663366 (or #636).

RGB color model

#6F4052 color RGB value is (111,64,82).

  • red value is 111;
  • green value is 64;
  • blue value is 82.
RGB:
(111,64,82)
(44%,25%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 64 of 255 = 25%
B 82 of 255 = 32%

111
64
82

R + G + B ~ 34%. #6F4052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 64 + 82 = 257 (100%)
R 111 of 257 ~ 43.19%
G 64 of 257 ~ 24.9%
B 82 of 257 ~ 31.91%

%43.19
%24.9
%31.91

CMYK color model

#6F4052 color CMYK value is (0,42,26,56).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,42,26,56)
C0M42Y26K56 
(0%,42%,26%,56%)
(0.00/0.42/0.26/0.56)	

CMYK percentages

%0
%42.34
%26.13
%56.47

Codes

Color #6F4052 in popluar color models

6F4052
RGB1116482
HSL337°26.86%34.31%
HSB/HSV337°42.34%43.53%
CMYK0.00%42.34%26.13%
56.47%

Color #6F4052 in popluar number systems.

HEX6F4052
Decimal1116482
Binary110111110000001010010
Octal157100122

Shades and tints

Shades of #6F4052

#6F4052
(111,64,82)
#653B4B
(101,59,75)
#5B3644
(91,54,68)
#51313D
(81,49,61)
#472C36
(71,44,54)
#3D272F
(61,39,47)
#332228
(51,34,40)
#291D21
(41,29,33)
#1F181A
(31,24,26)
#151313
(21,19,19)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F4052

#6F4052
(111,64,82)
#7C5161
(124,81,97)
#896270
(137,98,112)
#96737F
(150,115,127)
#A3848E
(163,132,142)
#B0959D
(176,149,157)
#BDA6AC
(189,166,172)
#CAB7BB
(202,183,187)
#D7C8CA
(215,200,202)
#E4D9D9
(228,217,217)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4052; }

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

This text font color is #6F4052.


Background Color

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

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

This div background color is #6F4052.


Border color

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

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

This div border color is #6F4052.


Opacity

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

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

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

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

This text has shadow with #6F4052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4052 on black background.


Color preview on white background

This text has color #6F4052 on white background.



Black color preview on #6F4052 background

This text has black color on #6F4052 background.


White color preview on #6F4052 background

This text has white color on #6F4052 background.