COLOR #67826C

HEX: #67826C RGB: (103,130,108)

Color info

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

RGB color model

#67826C color RGB value is (103,130,108).

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

RGB channels and saturation

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

103
130
108

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

Portions of RGB colors in percentages

R + G + B = 103 + 130 + 108 = 341 (100%)
R 103 of 341 ~ 30.21%
G 130 of 341 ~ 38.12%
B 108 of 341 ~ 31.67'%

%30.21
%38.12
%31.67

CMYK color model

#67826C color CMYK value is (21,0,17,49).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%

CMYK: (21,0,17,49)
C21M0Y17K49 (21%, 0%, 17%, 49%)
(0.21 / 0.00 / 0.17 / 0.49)

CMYK percentages

%20.77
%0
%16.92
%49.02

Codes

Color #67826C in popluar color models

67 82 6C
RGB 103 130 108
HSL 131° 11.59% 45.69%
HSB/HSV 131° 20.77% 50.98%
CMYK 20.77% 0.00% 16.92%
49.02%

Color #67826C in popluar number systems.

HEX 67 82 6C
Decimal 103 130 108
Binary 1100111 10000010 1101100
Octal 147 202 154

Shades and tints

Shades of #67826C

#67826C
(103,130,108)
#5E7763
(94,119,99)
#556C5A
(85,108,90)
#4C6151
(76,97,81)
#435648
(67,86,72)
#3A4B3F
(58,75,63)
#314036
(49,64,54)
#28352D
(40,53,45)
#1F2A24
(31,42,36)
#161F1B
(22,31,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #67826C

#67826C
(103,130,108)
#748D79
(116,141,121)
#819886
(129,152,134)
#8EA393
(142,163,147)
#9BAEA0
(155,174,160)
#A8B9AD
(168,185,173)
#B5C4BA
(181,196,186)
#C2CFC7
(194,207,199)
#CFDAD4
(207,218,212)
#DCE5E1
(220,229,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67826C; }

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

This text font color is #67826C.

Background Color

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

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

This div background color is #67826C.

Border color

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

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

This div border color is #67826C.

Opacity

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

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

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

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

This text has shadow with #67826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67826C.

Preview

Color preview on black background

This text has color #67826C on black background.


Color preview on white background

This text has color #67826C on white background.


Black color preview on #67826C background

This text has black color on #67826C background.


White color preview on #67826C background

This text has white color on #67826C background.


Related colors

Complementary color

Complementary color for #hex is #987D93.


I love getcolorcode.com

Triadic colors

1 #6C6782 and #826C67 with #67826C are triadic colors.

2 #6C8267 and #82676C with #67826C are triadic colors.