COLOR #6B425F

HEX: #6B425F
RGB: (107,66,95)

Color info

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

RGB color model

#6B425F color RGB value is (107,66,95).

  • red value is 107;
  • green value is 66;
  • blue value is 95.
RGB:
(107,66,95)
(42%,26%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 95 of 255 = 37%

107
66
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 66 + 95 = 268 (100%)
R 107 of 268 ~ 39.93%
G 66 of 268 ~ 24.63%
B 95 of 268 ~ 35.45%

%39.93
%24.63
%35.45

CMYK color model

#6B425F color CMYK value is (0,38,11,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(0,38,11,58)
C0M38Y11K58 
(0%,38%,11%,58%)
(0.00/0.38/0.11/0.58)	

CMYK percentages

%0
%38.32
%11.21
%58.04

Codes

Color #6B425F in popluar color models

6B425F
RGB1076695
HSL318°23.70%33.92%
HSB/HSV318°38.32%41.96%
CMYK0.00%38.32%11.21%
58.04%

Color #6B425F in popluar number systems.

HEX6B425F
Decimal1076695
Binary110101110000101011111
Octal153102137

Shades and tints

Shades of #6B425F

#6B425F
(107,66,95)
#623C57
(98,60,87)
#59364F
(89,54,79)
#503047
(80,48,71)
#472A3F
(71,42,63)
#3E2437
(62,36,55)
#351E2F
(53,30,47)
#2C1827
(44,24,39)
#23121F
(35,18,31)
#1A0C17
(26,12,23)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #6B425F

#6B425F
(107,66,95)
#78536D
(120,83,109)
#85647B
(133,100,123)
#927589
(146,117,137)
#9F8697
(159,134,151)
#AC97A5
(172,151,165)
#B9A8B3
(185,168,179)
#C6B9C1
(198,185,193)
#D3CACF
(211,202,207)
#E0DBDD
(224,219,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B425F color. Also use rgb(107,66,95) instead hex code.

Text Font Color

.myTextColor { color: #6B425F; }

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

This text font color is #6B425F.


Background Color

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

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

This div background color is #6B425F.


Border color

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

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

This div border color is #6B425F.


Opacity

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

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

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

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

This text has shadow with #6B425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B425F on black background.


Color preview on white background

This text has color #6B425F on white background.



Black color preview on #6B425F background

This text has black color on #6B425F background.


White color preview on #6B425F background

This text has white color on #6B425F background.