COLOR #6B4045

HEX: #6B4045
RGB: (107,64,69)

Color info

#6B4045 contains red, green and blue colors in about the same proportion. Web safe color of #6B4045 is #663333 (or #633).

RGB color model

#6B4045 color RGB value is (107,64,69).

  • red value is 107;
  • green value is 64;
  • blue value is 69.
RGB:
(107,64,69)
(42%,25%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 69 of 255 = 27%

107
64
69

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

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 69 = 240 (100%)
R 107 of 240 ~ 44.58%
G 64 of 240 ~ 26.67%
B 69 of 240 ~ 28.75%

%44.58
%26.67
%28.75

CMYK color model

#6B4045 color CMYK value is (0,40,36,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 35.51%
  • key color value is 58.04%
CMYK:
(0,40,36,58)
C0M40Y36K58 
(0%,40%,36%,58%)
(0.00/0.40/0.36/0.58)	

CMYK percentages

%0
%40.19
%35.51
%58.04

Codes

Color #6B4045 in popluar color models

6B4045
RGB1076469
HSL353°25.15%33.53%
HSB/HSV353°40.19%41.96%
CMYK0.00%40.19%35.51%
58.04%

Color #6B4045 in popluar number systems.

HEX6B4045
Decimal1076469
Binary110101110000001000101
Octal153100105

Shades and tints

Shades of #6B4045

#6B4045
(107,64,69)
#623B3F
(98,59,63)
#593639
(89,54,57)
#503133
(80,49,51)
#472C2D
(71,44,45)
#3E2727
(62,39,39)
#352221
(53,34,33)
#2C1D1B
(44,29,27)
#231815
(35,24,21)
#1A130F
(26,19,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B4045

#6B4045
(107,64,69)
#785155
(120,81,85)
#856265
(133,98,101)
#927375
(146,115,117)
#9F8485
(159,132,133)
#AC9595
(172,149,149)
#B9A6A5
(185,166,165)
#C6B7B5
(198,183,181)
#D3C8C5
(211,200,197)
#E0D9D5
(224,217,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4045 color. Also use rgb(107,64,69) instead hex code.

Text Font Color

.myTextColor { color: #6B4045; }

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

This text font color is #6B4045.


Background Color

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

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

This div background color is #6B4045.


Border color

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

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

This div border color is #6B4045.


Opacity

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

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

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

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

This text has shadow with #6B4045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4045 on black background.


Color preview on white background

This text has color #6B4045 on white background.



Black color preview on #6B4045 background

This text has black color on #6B4045 background.


White color preview on #6B4045 background

This text has white color on #6B4045 background.