COLOR #6F5530

HEX: #6F5530
RGB: (111,85,48)

Color info

#6F5530 contains mainly red and green colors. Web safe color of #6F5530 is #666633 (or #663).

RGB color model

#6F5530 color RGB value is (111,85,48).

  • red value is 111;
  • green value is 85;
  • blue value is 48.
RGB:
(111,85,48)
(44%,33%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 48 of 255 = 19%

111
85
48

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 48 = 244 (100%)
R 111 of 244 ~ 45.49%
G 85 of 244 ~ 34.84%
B 48 of 244 ~ 19.67%

%45.49
%34.84
%19.67

CMYK color model

#6F5530 color CMYK value is (0,23,57,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(0,23,57,56)
C0M23Y57K56 
(0%,23%,57%,56%)
(0.00/0.23/0.57/0.56)	

CMYK percentages

%0
%23.42
%56.76
%56.47

Codes

Color #6F5530 in popluar color models

6F5530
RGB1118548
HSL35°39.62%31.18%
HSB/HSV35°56.76%43.53%
CMYK0.00%23.42%56.76%
56.47%

Color #6F5530 in popluar number systems.

HEX6F5530
Decimal1118548
Binary11011111010101110000
Octal15712560

Shades and tints

Shades of #6F5530

#6F5530
(111,85,48)
#654E2C
(101,78,44)
#5B4728
(91,71,40)
#514024
(81,64,36)
#473920
(71,57,32)
#3D321C
(61,50,28)
#332B18
(51,43,24)
#292414
(41,36,20)
#1F1D10
(31,29,16)
#15160C
(21,22,12)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #6F5530

#6F5530
(111,85,48)
#7C6442
(124,100,66)
#897354
(137,115,84)
#968266
(150,130,102)
#A39178
(163,145,120)
#B0A08A
(176,160,138)
#BDAF9C
(189,175,156)
#CABEAE
(202,190,174)
#D7CDC0
(215,205,192)
#E4DCD2
(228,220,210)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5530 color. Also use rgb(111,85,48) instead hex code.

Text Font Color

.myTextColor { color: #6F5530; }

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

This text font color is #6F5530.


Background Color

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

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

This div background color is #6F5530.


Border color

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

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

This div border color is #6F5530.


Opacity

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

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

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

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

This text has shadow with #6F5530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5530 on black background.


Color preview on white background

This text has color #6F5530 on white background.



Black color preview on #6F5530 background

This text has black color on #6F5530 background.


White color preview on #6F5530 background

This text has white color on #6F5530 background.