COLOR #6F2B53

HEX: #6F2B53
RGB: (111,43,83)

Color info

#6F2B53 contains mainly red and blue colors. Web safe color of #6F2B53 is #663366 (or #636).

RGB color model

#6F2B53 color RGB value is (111,43,83).

  • red value is 111;
  • green value is 43;
  • blue value is 83.
RGB:
(111,43,83)
(44%,17%,33%)

RGB channels and saturation

R 111 of 255 = 44%
G 43 of 255 = 17%
B 83 of 255 = 33%

111
43
83

R + G + B ~ 31%. #6F2B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 43 + 83 = 237 (100%)
R 111 of 237 ~ 46.84%
G 43 of 237 ~ 18.14%
B 83 of 237 ~ 35.02%

%46.84
%18.14
%35.02

CMYK color model

#6F2B53 color CMYK value is (0,61,25,56).

  • cyan value is 0.00%
  • magenta value is 61.26%
  • yellow value is 25.23%
  • key color value is 56.47%
CMYK:
(0,61,25,56)
C0M61Y25K56 
(0%,61%,25%,56%)
(0.00/0.61/0.25/0.56)	

CMYK percentages

%0
%61.26
%25.23
%56.47

Codes

Color #6F2B53 in popluar color models

6F2B53
RGB1114383
HSL325°44.16%30.20%
HSB/HSV325°61.26%43.53%
CMYK0.00%61.26%25.23%
56.47%

Color #6F2B53 in popluar number systems.

HEX6F2B53
Decimal1114383
Binary11011111010111010011
Octal15753123

Shades and tints

Shades of #6F2B53

#6F2B53
(111,43,83)
#65284C
(101,40,76)
#5B2545
(91,37,69)
#51223E
(81,34,62)
#471F37
(71,31,55)
#3D1C30
(61,28,48)
#331929
(51,25,41)
#291622
(41,22,34)
#1F131B
(31,19,27)
#151014
(21,16,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #6F2B53

#6F2B53
(111,43,83)
#7C3E62
(124,62,98)
#895171
(137,81,113)
#966480
(150,100,128)
#A3778F
(163,119,143)
#B08A9E
(176,138,158)
#BD9DAD
(189,157,173)
#CAB0BC
(202,176,188)
#D7C3CB
(215,195,203)
#E4D6DA
(228,214,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2B53 color. Also use rgb(111,43,83) instead hex code.

Text Font Color

.myTextColor { color: #6F2B53; }

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

This text font color is #6F2B53.


Background Color

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

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

This div background color is #6F2B53.


Border color

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

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

This div border color is #6F2B53.


Opacity

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

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

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

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

This text has shadow with #6F2B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2B53 on black background.


Color preview on white background

This text has color #6F2B53 on white background.



Black color preview on #6F2B53 background

This text has black color on #6F2B53 background.


White color preview on #6F2B53 background

This text has white color on #6F2B53 background.