COLOR #6F4253

HEX: #6F4253
RGB: (111,66,83)

Color info

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

RGB color model

#6F4253 color RGB value is (111,66,83).

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

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 83 of 255 = 33%

111
66
83

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

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 83 = 260 (100%)
R 111 of 260 ~ 42.69%
G 66 of 260 ~ 25.38%
B 83 of 260 ~ 31.92%

%42.69
%25.38
%31.92

CMYK color model

#6F4253 color CMYK value is (0,41,25,56).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 25.23%
  • key color value is 56.47%
CMYK:
(0,41,25,56)
C0M41Y25K56 
(0%,41%,25%,56%)
(0.00/0.41/0.25/0.56)	

CMYK percentages

%0
%40.54
%25.23
%56.47

Codes

Color #6F4253 in popluar color models

6F4253
RGB1116683
HSL337°25.42%34.71%
HSB/HSV337°40.54%43.53%
CMYK0.00%40.54%25.23%
56.47%

Color #6F4253 in popluar number systems.

HEX6F4253
Decimal1116683
Binary110111110000101010011
Octal157102123

Shades and tints

Shades of #6F4253

#6F4253
(111,66,83)
#653C4C
(101,60,76)
#5B3645
(91,54,69)
#51303E
(81,48,62)
#472A37
(71,42,55)
#3D2430
(61,36,48)
#331E29
(51,30,41)
#291822
(41,24,34)
#1F121B
(31,18,27)
#150C14
(21,12,20)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #6F4253

#6F4253
(111,66,83)
#7C5362
(124,83,98)
#896471
(137,100,113)
#967580
(150,117,128)
#A3868F
(163,134,143)
#B0979E
(176,151,158)
#BDA8AD
(189,168,173)
#CAB9BC
(202,185,188)
#D7CACB
(215,202,203)
#E4DBDA
(228,219,218)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4253; }

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

This text font color is #6F4253.


Background Color

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

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

This div background color is #6F4253.


Border color

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

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

This div border color is #6F4253.


Opacity

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

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

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

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

This text has shadow with #6F4253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4253 on black background.


Color preview on white background

This text has color #6F4253 on white background.



Black color preview on #6F4253 background

This text has black color on #6F4253 background.


White color preview on #6F4253 background

This text has white color on #6F4253 background.