COLOR #6F4B38

HEX: #6F4B38
RGB: (111,75,56)

Color info

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

RGB color model

#6F4B38 color RGB value is (111,75,56).

  • red value is 111;
  • green value is 75;
  • blue value is 56.
RGB:
(111,75,56)
(44%,29%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 56 of 255 = 22%

111
75
56

R + G + B ~ 32%. #6F4B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 56 = 242 (100%)
R 111 of 242 ~ 45.87%
G 75 of 242 ~ 30.99%
B 56 of 242 ~ 23.14%

%45.87
%30.99
%23.14

CMYK color model

#6F4B38 color CMYK value is (0,32,50,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 49.55%
  • key color value is 56.47%
CMYK:
(0,32,50,56)
C0M32Y50K56 
(0%,32%,50%,56%)
(0.00/0.32/0.50/0.56)	

CMYK percentages

%0
%32.43
%49.55
%56.47

Codes

Color #6F4B38 in popluar color models

6F4B38
RGB1117556
HSL21°32.93%32.75%
HSB/HSV21°49.55%43.53%
CMYK0.00%32.43%49.55%
56.47%

Color #6F4B38 in popluar number systems.

HEX6F4B38
Decimal1117556
Binary11011111001011111000
Octal15711370

Shades and tints

Shades of #6F4B38

#6F4B38
(111,75,56)
#654533
(101,69,51)
#5B3F2E
(91,63,46)
#513929
(81,57,41)
#473324
(71,51,36)
#3D2D1F
(61,45,31)
#33271A
(51,39,26)
#292115
(41,33,21)
#1F1B10
(31,27,16)
#15150B
(21,21,11)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #6F4B38

#6F4B38
(111,75,56)
#7C5B4A
(124,91,74)
#896B5C
(137,107,92)
#967B6E
(150,123,110)
#A38B80
(163,139,128)
#B09B92
(176,155,146)
#BDABA4
(189,171,164)
#CABBB6
(202,187,182)
#D7CBC8
(215,203,200)
#E4DBDA
(228,219,218)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4B38 color. Also use rgb(111,75,56) instead hex code.

Text Font Color

.myTextColor { color: #6F4B38; }

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

This text font color is #6F4B38.


Background Color

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

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

This div background color is #6F4B38.


Border color

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

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

This div border color is #6F4B38.


Opacity

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

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

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

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

This text has shadow with #6F4B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B38 on black background.


Color preview on white background

This text has color #6F4B38 on white background.



Black color preview on #6F4B38 background

This text has black color on #6F4B38 background.


White color preview on #6F4B38 background

This text has white color on #6F4B38 background.