COLOR #6B6448

HEX: #6B6448
RGB: (107,100,72)

Color info

#6B6448 contains red, green and blue colors in about the same proportion. Web safe color of #6B6448 is #666633 (or #663).

RGB color model

#6B6448 color RGB value is (107,100,72).

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

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 72 of 255 = 28%

107
100
72

R + G + B ~ 36%. #6B6448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 72 = 279 (100%)
R 107 of 279 ~ 38.35%
G 100 of 279 ~ 35.84%
B 72 of 279 ~ 25.81%

%38.35
%35.84
%25.81

CMYK color model

#6B6448 color CMYK value is (0,7,33,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 32.71%
  • key color value is 58.04%
CMYK:
(0,7,33,58)
C0M7Y33K58 
(0%,7%,33%,58%)
(0.00/0.07/0.33/0.58)	

CMYK percentages

%0
%6.54
%32.71
%58.04

Codes

Color #6B6448 in popluar color models

6B6448
RGB10710072
HSL48°19.55%35.10%
HSB/HSV48°32.71%41.96%
CMYK0.00%6.54%32.71%
58.04%

Color #6B6448 in popluar number systems.

HEX6B6448
Decimal10710072
Binary110101111001001001000
Octal153144110

Shades and tints

Shades of #6B6448

#6B6448
(107,100,72)
#625B42
(98,91,66)
#59523C
(89,82,60)
#504936
(80,73,54)
#474030
(71,64,48)
#3E372A
(62,55,42)
#352E24
(53,46,36)
#2C251E
(44,37,30)
#231C18
(35,28,24)
#1A1312
(26,19,18)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B6448

#6B6448
(107,100,72)
#787258
(120,114,88)
#858068
(133,128,104)
#928E78
(146,142,120)
#9F9C88
(159,156,136)
#ACAA98
(172,170,152)
#B9B8A8
(185,184,168)
#C6C6B8
(198,198,184)
#D3D4C8
(211,212,200)
#E0E2D8
(224,226,216)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6448; }

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

This text font color is #6B6448.


Background Color

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

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

This div background color is #6B6448.


Border color

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

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

This div border color is #6B6448.


Opacity

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

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

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

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

This text has shadow with #6B6448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6448 on black background.


Color preview on white background

This text has color #6B6448 on white background.



Black color preview on #6B6448 background

This text has black color on #6B6448 background.


White color preview on #6B6448 background

This text has white color on #6B6448 background.