COLOR #6B485D

HEX: #6B485D
RGB: (107,72,93)

Color info

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

RGB color model

#6B485D color RGB value is (107,72,93).

  • red value is 107;
  • green value is 72;
  • blue value is 93.
RGB:
(107,72,93)
(42%,28%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 93 of 255 = 36%

107
72
93

R + G + B ~ 35%. #6B485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 93 = 272 (100%)
R 107 of 272 ~ 39.34%
G 72 of 272 ~ 26.47%
B 93 of 272 ~ 34.19%

%39.34
%26.47
%34.19

CMYK color model

#6B485D color CMYK value is (0,33,13,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 13.08%
  • key color value is 58.04%
CMYK:
(0,33,13,58)
C0M33Y13K58 
(0%,33%,13%,58%)
(0.00/0.33/0.13/0.58)	

CMYK percentages

%0
%32.71
%13.08
%58.04

Codes

Color #6B485D in popluar color models

6B485D
RGB1077293
HSL324°19.55%35.10%
HSB/HSV324°32.71%41.96%
CMYK0.00%32.71%13.08%
58.04%

Color #6B485D in popluar number systems.

HEX6B485D
Decimal1077293
Binary110101110010001011101
Octal153110135

Shades and tints

Shades of #6B485D

#6B485D
(107,72,93)
#624255
(98,66,85)
#593C4D
(89,60,77)
#503645
(80,54,69)
#47303D
(71,48,61)
#3E2A35
(62,42,53)
#35242D
(53,36,45)
#2C1E25
(44,30,37)
#23181D
(35,24,29)
#1A1215
(26,18,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B485D

#6B485D
(107,72,93)
#78586B
(120,88,107)
#856879
(133,104,121)
#927887
(146,120,135)
#9F8895
(159,136,149)
#AC98A3
(172,152,163)
#B9A8B1
(185,168,177)
#C6B8BF
(198,184,191)
#D3C8CD
(211,200,205)
#E0D8DB
(224,216,219)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B485D color. Also use rgb(107,72,93) instead hex code.

Text Font Color

.myTextColor { color: #6B485D; }

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

This text font color is #6B485D.


Background Color

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

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

This div background color is #6B485D.


Border color

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

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

This div border color is #6B485D.


Opacity

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

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

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

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

This text has shadow with #6B485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B485D on black background.


Color preview on white background

This text has color #6B485D on white background.



Black color preview on #6B485D background

This text has black color on #6B485D background.


White color preview on #6B485D background

This text has white color on #6B485D background.