COLOR #67836C

HEX: #67836C RGB: (103,131,108)

Color info

#67836C contains red, green and blue colors in about the same proportion. Web safe color of #67836C is #669966 (or #696).

RGB color model

#67836C color RGB value is (103,131,108).

RGB: (103,131,108) (40%, 51%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 131 of 255 = 51%
B 108 of 255 = 42%

103
131
108

R + G + B ~ 44%. #67836C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 131 + 108 = 342 (100%)
R 103 of 342 ~ 30.12%
G 131 of 342 ~ 38.3%
B 108 of 342 ~ 31.58'%

%30.12
%38.3
%31.58

CMYK color model

#67836C color CMYK value is (21,0,18,49).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 48.63%

CMYK: (21,0,18,49)
C21M0Y18K49 (21%, 0%, 18%, 49%)
(0.21 / 0.00 / 0.18 / 0.49)

CMYK percentages

%21.37
%0
%17.56
%48.63

Codes

Color #67836C in popluar color models

67 83 6C
RGB 103 131 108
HSL 131° 11.97% 45.88%
HSB/HSV 131° 21.37% 51.37%
CMYK 21.37% 0.00% 17.56%
48.63%

Color #67836C in popluar number systems.

HEX 67 83 6C
Decimal 103 131 108
Binary 1100111 10000011 1101100
Octal 147 203 154

Shades and tints

Shades of #67836C

#67836C
(103,131,108)
#5E7863
(94,120,99)
#556D5A
(85,109,90)
#4C6251
(76,98,81)
#435748
(67,87,72)
#3A4C3F
(58,76,63)
#314136
(49,65,54)
#28362D
(40,54,45)
#1F2B24
(31,43,36)
#16201B
(22,32,27)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #67836C

#67836C
(103,131,108)
#748E79
(116,142,121)
#819986
(129,153,134)
#8EA493
(142,164,147)
#9BAFA0
(155,175,160)
#A8BAAD
(168,186,173)
#B5C5BA
(181,197,186)
#C2D0C7
(194,208,199)
#CFDBD4
(207,219,212)
#DCE6E1
(220,230,225)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67836C color. Also use rgb(103,131,108) instead hex code.

Text Font Color

.myTextColor { color: #67836C; }

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

This text font color is #67836C.

Background Color

.myBgColor { background-color: #67836C; }

<div style="background-color:#67836C">Inner text</div>

This div background color is #67836C.

Border color

.myBorderColor { border: 1px solid #67836C; }

<div style="border:3px solid #67836C">Div</div>

This div border color is #67836C.

Opacity

.myOpacity80 { color: #67836C; opacity: 0.8; }

<p style="color:#67836C;opacity:0.8;">80%</p>

Text with #67836C 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 #67836C;}

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

This text has shadow with #67836C color.


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

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

This text has shadow with #67836C primary color and red secondary color.


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

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

This text has shadow with #67836C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67836C.

Preview

Color preview on black background

This text has color #67836C on black background.


Color preview on white background

This text has color #67836C on white background.


Black color preview on #67836C background

This text has black color on #67836C background.


White color preview on #67836C background

This text has white color on #67836C background.


Related colors

Complementary color

Complementary color for #hex is #987C93.


I love getcolorcode.com

Triadic colors

1 #6C6783 and #836C67 with #67836C are triadic colors.

2 #6C8367 and #83676C with #67836C are triadic colors.