COLOR #6F754B

HEX: #6F754B RGB: (111,117,75)

Color info

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

RGB color model

#6F754B color RGB value is (111,117,75).

RGB: (111,117,75) (44%, 46%, 29%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 75 of 255 = 29%

111
117
75

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

Portions of RGB colors in percentages

R + G + B = 111 + 117 + 75 = 303 (100%)
R 111 of 303 ~ 36.63%
G 117 of 303 ~ 38.61%
B 75 of 303 ~ 24.75'%

%36.63
%38.61
%24.75

CMYK color model

#6F754B color CMYK value is (5,0,36,54).

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

CMYK: (5,0,36,54)
C5M0Y36K54 (5%, 0%, 36%, 54%)
(0.05 / 0.00 / 0.36 / 0.54)

CMYK percentages

%5.13
%0
%35.9
%54.12

Codes

Color #6F754B in popluar color models

6F 75 4B
RGB 111 117 75
HSL 69° 21.88% 37.65%
HSB/HSV 69° 35.90% 45.88%
CMYK 5.13% 0.00% 35.90%
54.12%

Color #6F754B in popluar number systems.

HEX 6F 75 4B
Decimal 111 117 75
Binary 1101111 1110101 1001011
Octal 157 165 113

Shades and tints

Shades of #6F754B

#6F754B
(111,117,75)
#656B45
(101,107,69)
#5B613F
(91,97,63)
#515739
(81,87,57)
#474D33
(71,77,51)
#3D432D
(61,67,45)
#333927
(51,57,39)
#292F21
(41,47,33)
#1F251B
(31,37,27)
#151B15
(21,27,21)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #6F754B

#6F754B
(111,117,75)
#7C815B
(124,129,91)
#898D6B
(137,141,107)
#96997B
(150,153,123)
#A3A58B
(163,165,139)
#B0B19B
(176,177,155)
#BDBDAB
(189,189,171)
#CAC9BB
(202,201,187)
#D7D5CB
(215,213,203)
#E4E1DB
(228,225,219)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F754B; }

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

This text font color is #6F754B.

Background Color

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

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

This div background color is #6F754B.

Border color

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

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

This div border color is #6F754B.

Opacity

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

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

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

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

This text has shadow with #6F754B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F754B.

Preview

Color preview on black background

This text has color #6F754B on black background.


Color preview on white background

This text has color #6F754B on white background.


Black color preview on #6F754B background

This text has black color on #6F754B background.


White color preview on #6F754B background

This text has white color on #6F754B background.


Related colors

Complementary color

Complementary color for #hex is #908AB4.


I love getcolorcode.com

Triadic colors

1 #4B6F75 and #754B6F with #6F754B are triadic colors.

2 #4B756F and #756F4B with #6F754B are triadic colors.