COLOR #6F7B48

HEX: #6F7B48 RGB: (111,123,72)

Color info

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

RGB color model

#6F7B48 color RGB value is (111,123,72).

RGB: (111,123,72) (44%, 48%, 28%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 72 of 255 = 28%

111
123
72

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

Portions of RGB colors in percentages

R + G + B = 111 + 123 + 72 = 306 (100%)
R 111 of 306 ~ 36.27%
G 123 of 306 ~ 40.2%
B 72 of 306 ~ 23.53'%

%36.27
%40.2
%23.53

CMYK color model

#6F7B48 color CMYK value is (10,0,41,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 51.76%

CMYK: (10,0,41,52)
C10M0Y41K52 (10%, 0%, 41%, 52%)
(0.10 / 0.00 / 0.41 / 0.52)

CMYK percentages

%9.76
%0
%41.46
%51.76

Codes

Color #6F7B48 in popluar color models

6F 7B 48
RGB 111 123 72
HSL 74° 26.15% 38.24%
HSB/HSV 74° 41.46% 48.24%
CMYK 9.76% 0.00% 41.46%
51.76%

Color #6F7B48 in popluar number systems.

HEX 6F 7B 48
Decimal 111 123 72
Binary 1101111 1111011 1001000
Octal 157 173 110

Shades and tints

Shades of #6F7B48

#6F7B48
(111,123,72)
#657042
(101,112,66)
#5B653C
(91,101,60)
#515A36
(81,90,54)
#474F30
(71,79,48)
#3D442A
(61,68,42)
#333924
(51,57,36)
#292E1E
(41,46,30)
#1F2318
(31,35,24)
#151812
(21,24,18)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F7B48

#6F7B48
(111,123,72)
#7C8758
(124,135,88)
#899368
(137,147,104)
#969F78
(150,159,120)
#A3AB88
(163,171,136)
#B0B798
(176,183,152)
#BDC3A8
(189,195,168)
#CACFB8
(202,207,184)
#D7DBC8
(215,219,200)
#E4E7D8
(228,231,216)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7B48 color. Also use rgb(111,123,72) instead hex code.

Text Font Color

.myTextColor { color: #6F7B48; }

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

This text font color is #6F7B48.

Background Color

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

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

This div background color is #6F7B48.

Border color

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

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

This div border color is #6F7B48.

Opacity

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

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

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

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

This text has shadow with #6F7B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7B48.

Preview

Color preview on black background

This text has color #6F7B48 on black background.


Color preview on white background

This text has color #6F7B48 on white background.


Black color preview on #6F7B48 background

This text has black color on #6F7B48 background.


White color preview on #6F7B48 background

This text has white color on #6F7B48 background.


Related colors

Complementary color

Complementary color for #hex is #9084B7.


I love getcolorcode.com

Triadic colors

1 #486F7B and #7B486F with #6F7B48 are triadic colors.

2 #487B6F and #7B6F48 with #6F7B48 are triadic colors.