COLOR #6F7553

HEX: #6F7553 RGB: (111,117,83)

Color info

#6F7553 contains red, green and blue colors in about the same proportion. Web safe color of #6F7553 is #666666 (or #666).

RGB color model

#6F7553 color RGB value is (111,117,83).

RGB: (111,117,83) (44%, 46%, 33%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 83 of 255 = 33%

111
117
83

R + G + B ~ 41%. #6F7553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 117 + 83 = 311 (100%)
R 111 of 311 ~ 35.69%
G 117 of 311 ~ 37.62%
B 83 of 311 ~ 26.69'%

%35.69
%37.62
%26.69

CMYK color model

#6F7553 color CMYK value is (5,0,29,54).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 54.12%

CMYK: (5,0,29,54)
C5M0Y29K54 (5%, 0%, 29%, 54%)
(0.05 / 0.00 / 0.29 / 0.54)

CMYK percentages

%5.13
%0
%29.06
%54.12

Codes

Color #6F7553 in popluar color models

6F 75 53
RGB 111 117 83
HSL 71° 17.00% 39.22%
HSB/HSV 71° 29.06% 45.88%
CMYK 5.13% 0.00% 29.06%
54.12%

Color #6F7553 in popluar number systems.

HEX 6F 75 53
Decimal 111 117 83
Binary 1101111 1110101 1010011
Octal 157 165 123

Shades and tints

Shades of #6F7553

#6F7553
(111,117,83)
#656B4C
(101,107,76)
#5B6145
(91,97,69)
#51573E
(81,87,62)
#474D37
(71,77,55)
#3D4330
(61,67,48)
#333929
(51,57,41)
#292F22
(41,47,34)
#1F251B
(31,37,27)
#151B14
(21,27,20)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #6F7553

#6F7553
(111,117,83)
#7C8162
(124,129,98)
#898D71
(137,141,113)
#969980
(150,153,128)
#A3A58F
(163,165,143)
#B0B19E
(176,177,158)
#BDBDAD
(189,189,173)
#CAC9BC
(202,201,188)
#D7D5CB
(215,213,203)
#E4E1DA
(228,225,218)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7553; }

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

This text font color is #6F7553.

Background Color

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

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

This div background color is #6F7553.

Border color

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

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

This div border color is #6F7553.

Opacity

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

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

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

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

This text has shadow with #6F7553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7553.

Preview

Color preview on black background

This text has color #6F7553 on black background.


Color preview on white background

This text has color #6F7553 on white background.


Black color preview on #6F7553 background

This text has black color on #6F7553 background.


White color preview on #6F7553 background

This text has white color on #6F7553 background.


Related colors

Complementary color

Complementary color for #hex is #908AAC.


I love getcolorcode.com

Triadic colors

1 #536F75 and #75536F with #6F7553 are triadic colors.

2 #53756F and #756F53 with #6F7553 are triadic colors.