COLOR #6F5338

HEX: #6F5338 RGB: (111,83,56)

Color info

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

RGB color model

#6F5338 color RGB value is (111,83,56).

RGB: (111,83,56) (44%, 33%, 22%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 56 of 255 = 22%

111
83
56

R + G + B ~ 33%. #6F5338 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 83 + 56 = 250 (100%)
R 111 of 250 ~ 44.4%
G 83 of 250 ~ 33.2%
B 56 of 250 ~ 22.4'%

%44.4
%33.2
%22.4

CMYK color model

#6F5338 color CMYK value is (0,25,50,56).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 49.55%
  • key color value is 56.47%

CMYK: (0,25,50,56)
C0M25Y50K56 (0%, 25%, 50%, 56%)
(0.00 / 0.25 / 0.50 / 0.56)

CMYK percentages

%0
%25.23
%49.55
%56.47

Codes

Color #6F5338 in popluar color models

6F 53 38
RGB 111 83 56
HSL 29° 32.93% 32.75%
HSB/HSV 29° 49.55% 43.53%
CMYK 0.00% 25.23% 49.55%
56.47%

Color #6F5338 in popluar number systems.

HEX 6F 53 38
Decimal 111 83 56
Binary 1101111 1010011 111000
Octal 157 123 70

Shades and tints

Shades of #6F5338

#6F5338
(111,83,56)
#654C33
(101,76,51)
#5B452E
(91,69,46)
#513E29
(81,62,41)
#473724
(71,55,36)
#3D301F
(61,48,31)
#33291A
(51,41,26)
#292215
(41,34,21)
#1F1B10
(31,27,16)
#15140B
(21,20,11)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #6F5338

#6F5338
(111,83,56)
#7C624A
(124,98,74)
#89715C
(137,113,92)
#96806E
(150,128,110)
#A38F80
(163,143,128)
#B09E92
(176,158,146)
#BDADA4
(189,173,164)
#CABCB6
(202,188,182)
#D7CBC8
(215,203,200)
#E4DADA
(228,218,218)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5338; }

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

This text font color is #6F5338.

Background Color

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

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

This div background color is #6F5338.

Border color

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

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

This div border color is #6F5338.

Opacity

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

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

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

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

This text has shadow with #6F5338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5338.

Preview

Color preview on black background

This text has color #6F5338 on black background.


Color preview on white background

This text has color #6F5338 on white background.


Black color preview on #6F5338 background

This text has black color on #6F5338 background.


White color preview on #6F5338 background

This text has white color on #6F5338 background.


Related colors

Complementary color

Complementary color for #hex is #90ACC7.


I love getcolorcode.com

Triadic colors

1 #386F53 and #53386F with #6F5338 are triadic colors.

2 #38536F and #536F38 with #6F5338 are triadic colors.