COLOR #6F4033

HEX: #6F4033
RGB: (111,64,51)

Color info

#6F4033 contains mainly red and green colors. Web safe color of #6F4033 is #663333 (or #633).

RGB color model

#6F4033 color RGB value is (111,64,51).

  • red value is 111;
  • green value is 64;
  • blue value is 51.
RGB:
(111,64,51)
(44%,25%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 64 of 255 = 25%
B 51 of 255 = 20%

111
64
51

R + G + B ~ 30%. #6F4033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 64 + 51 = 226 (100%)
R 111 of 226 ~ 49.12%
G 64 of 226 ~ 28.32%
B 51 of 226 ~ 22.57%

%49.12
%28.32
%22.57

CMYK color model

#6F4033 color CMYK value is (0,42,54,56).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 54.05%
  • key color value is 56.47%
CMYK:
(0,42,54,56)
C0M42Y54K56 
(0%,42%,54%,56%)
(0.00/0.42/0.54/0.56)	

CMYK percentages

%0
%42.34
%54.05
%56.47

Codes

Color #6F4033 in popluar color models

6F4033
RGB1116451
HSL13°37.04%31.76%
HSB/HSV13°54.05%43.53%
CMYK0.00%42.34%54.05%
56.47%

Color #6F4033 in popluar number systems.

HEX6F4033
Decimal1116451
Binary11011111000000110011
Octal15710063

Shades and tints

Shades of #6F4033

#6F4033
(111,64,51)
#653B2F
(101,59,47)
#5B362B
(91,54,43)
#513127
(81,49,39)
#472C23
(71,44,35)
#3D271F
(61,39,31)
#33221B
(51,34,27)
#291D17
(41,29,23)
#1F1813
(31,24,19)
#15130F
(21,19,15)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F4033

#6F4033
(111,64,51)
#7C5145
(124,81,69)
#896257
(137,98,87)
#967369
(150,115,105)
#A3847B
(163,132,123)
#B0958D
(176,149,141)
#BDA69F
(189,166,159)
#CAB7B1
(202,183,177)
#D7C8C3
(215,200,195)
#E4D9D5
(228,217,213)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4033 color. Also use rgb(111,64,51) instead hex code.

Text Font Color

.myTextColor { color: #6F4033; }

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

This text font color is #6F4033.


Background Color

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

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

This div background color is #6F4033.


Border color

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

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

This div border color is #6F4033.


Opacity

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

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

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

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

This text has shadow with #6F4033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4033 on black background.


Color preview on white background

This text has color #6F4033 on white background.



Black color preview on #6F4033 background

This text has black color on #6F4033 background.


White color preview on #6F4033 background

This text has white color on #6F4033 background.