COLOR #6C733B

HEX: #6C733B RGB: (108,115,59)

Color info

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

RGB color model

#6C733B color RGB value is (108,115,59).

RGB: (108,115,59) (42%, 45%, 23%)

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 59 of 255 = 23%

108
115
59

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

Portions of RGB colors in percentages

R + G + B = 108 + 115 + 59 = 282 (100%)
R 108 of 282 ~ 38.3%
G 115 of 282 ~ 40.78%
B 59 of 282 ~ 20.92'%

%38.3
%40.78
%20.92

CMYK color model

#6C733B color CMYK value is (6,0,49,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 54.90%

CMYK: (6,0,49,55)
C6M0Y49K55 (6%, 0%, 49%, 55%)
(0.06 / 0.00 / 0.49 / 0.55)

CMYK percentages

%6.09
%0
%48.7
%54.9

Codes

Color #6C733B in popluar color models

6C 73 3B
RGB 108 115 59
HSL 68° 32.18% 34.12%
HSB/HSV 68° 48.70% 45.10%
CMYK 6.09% 0.00% 48.70%
54.90%

Color #6C733B in popluar number systems.

HEX 6C 73 3B
Decimal 108 115 59
Binary 1101100 1110011 111011
Octal 154 163 73

Shades and tints

Shades of #6C733B

#6C733B
(108,115,59)
#636936
(99,105,54)
#5A5F31
(90,95,49)
#51552C
(81,85,44)
#484B27
(72,75,39)
#3F4122
(63,65,34)
#36371D
(54,55,29)
#2D2D18
(45,45,24)
#242313
(36,35,19)
#1B190E
(27,25,14)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C733B

#6C733B
(108,115,59)
#797F4C
(121,127,76)
#868B5D
(134,139,93)
#93976E
(147,151,110)
#A0A37F
(160,163,127)
#ADAF90
(173,175,144)
#BABBA1
(186,187,161)
#C7C7B2
(199,199,178)
#D4D3C3
(212,211,195)
#E1DFD4
(225,223,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C733B color. Also use rgb(108,115,59) instead hex code.

Text Font Color

.myTextColor { color: #6C733B; }

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

This text font color is #6C733B.

Background Color

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

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

This div background color is #6C733B.

Border color

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

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

This div border color is #6C733B.

Opacity

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

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

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

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

This text has shadow with #6C733B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C733B.

Preview

Color preview on black background

This text has color #6C733B on black background.


Color preview on white background

This text has color #6C733B on white background.


Black color preview on #6C733B background

This text has black color on #6C733B background.


White color preview on #6C733B background

This text has white color on #6C733B background.


Related colors

Complementary color

Complementary color for #hex is #938CC4.


I love getcolorcode.com

Triadic colors

1 #3B6C73 and #733B6C with #6C733B are triadic colors.

2 #3B736C and #736C3B with #6C733B are triadic colors.