COLOR #6F4234

HEX: #6F4234
RGB: (111,66,52)

Color info

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

RGB color model

#6F4234 color RGB value is (111,66,52).

  • red value is 111;
  • green value is 66;
  • blue value is 52.
RGB:
(111,66,52)
(44%,26%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 52 of 255 = 20%

111
66
52

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

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 52 = 229 (100%)
R 111 of 229 ~ 48.47%
G 66 of 229 ~ 28.82%
B 52 of 229 ~ 22.71%

%48.47
%28.82
%22.71

CMYK color model

#6F4234 color CMYK value is (0,41,53,56).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 53.15%
  • key color value is 56.47%
CMYK:
(0,41,53,56)
C0M41Y53K56 
(0%,41%,53%,56%)
(0.00/0.41/0.53/0.56)	

CMYK percentages

%0
%40.54
%53.15
%56.47

Codes

Color #6F4234 in popluar color models

6F4234
RGB1116652
HSL14°36.20%31.96%
HSB/HSV14°53.15%43.53%
CMYK0.00%40.54%53.15%
56.47%

Color #6F4234 in popluar number systems.

HEX6F4234
Decimal1116652
Binary11011111000010110100
Octal15710264

Shades and tints

Shades of #6F4234

#6F4234
(111,66,52)
#653C30
(101,60,48)
#5B362C
(91,54,44)
#513028
(81,48,40)
#472A24
(71,42,36)
#3D2420
(61,36,32)
#331E1C
(51,30,28)
#291818
(41,24,24)
#1F1214
(31,18,20)
#150C10
(21,12,16)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #6F4234

#6F4234
(111,66,52)
#7C5346
(124,83,70)
#896458
(137,100,88)
#96756A
(150,117,106)
#A3867C
(163,134,124)
#B0978E
(176,151,142)
#BDA8A0
(189,168,160)
#CAB9B2
(202,185,178)
#D7CAC4
(215,202,196)
#E4DBD6
(228,219,214)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4234 color. Also use rgb(111,66,52) instead hex code.

Text Font Color

.myTextColor { color: #6F4234; }

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

This text font color is #6F4234.


Background Color

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

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

This div background color is #6F4234.


Border color

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

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

This div border color is #6F4234.


Opacity

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

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

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

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

This text has shadow with #6F4234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4234 on black background.


Color preview on white background

This text has color #6F4234 on white background.



Black color preview on #6F4234 background

This text has black color on #6F4234 background.


White color preview on #6F4234 background

This text has white color on #6F4234 background.