COLOR #6B733E

HEX: #6B733E RGB: (107,115,62)

Color info

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

RGB color model

#6B733E color RGB value is (107,115,62).

RGB: (107,115,62) (42%, 45%, 24%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 62 of 255 = 24%

107
115
62

R + G + B ~ 37%. #6B733E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 115 + 62 = 284 (100%)
R 107 of 284 ~ 37.68%
G 115 of 284 ~ 40.49%
B 62 of 284 ~ 21.83'%

%37.68
%40.49
%21.83

CMYK color model

#6B733E color CMYK value is (7,0,46,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 46.09%
  • key color value is 54.90%

CMYK: (7,0,46,55)
C7M0Y46K55 (7%, 0%, 46%, 55%)
(0.07 / 0.00 / 0.46 / 0.55)

CMYK percentages

%6.96
%0
%46.09
%54.9

Codes

Color #6B733E in popluar color models

6B 73 3E
RGB 107 115 62
HSL 69° 29.94% 34.71%
HSB/HSV 69° 46.09% 45.10%
CMYK 6.96% 0.00% 46.09%
54.90%

Color #6B733E in popluar number systems.

HEX 6B 73 3E
Decimal 107 115 62
Binary 1101011 1110011 111110
Octal 153 163 76

Shades and tints

Shades of #6B733E

#6B733E
(107,115,62)
#626939
(98,105,57)
#595F34
(89,95,52)
#50552F
(80,85,47)
#474B2A
(71,75,42)
#3E4125
(62,65,37)
#353720
(53,55,32)
#2C2D1B
(44,45,27)
#232316
(35,35,22)
#1A1911
(26,25,17)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B733E

#6B733E
(107,115,62)
#787F4F
(120,127,79)
#858B60
(133,139,96)
#929771
(146,151,113)
#9FA382
(159,163,130)
#ACAF93
(172,175,147)
#B9BBA4
(185,187,164)
#C6C7B5
(198,199,181)
#D3D3C6
(211,211,198)
#E0DFD7
(224,223,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B733E color. Also use rgb(107,115,62) instead hex code.

Text Font Color

.myTextColor { color: #6B733E; }

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

This text font color is #6B733E.

Background Color

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

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

This div background color is #6B733E.

Border color

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

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

This div border color is #6B733E.

Opacity

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

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

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

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

This text has shadow with #6B733E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B733E.

Preview

Color preview on black background

This text has color #6B733E on black background.


Color preview on white background

This text has color #6B733E on white background.


Black color preview on #6B733E background

This text has black color on #6B733E background.


White color preview on #6B733E background

This text has white color on #6B733E background.


Related colors

Complementary color

Complementary color for #hex is #948CC1.


I love getcolorcode.com

Triadic colors

1 #3E6B73 and #733E6B with #6B733E are triadic colors.

2 #3E736B and #736B3E with #6B733E are triadic colors.