COLOR #67784C

HEX: #67784C
RGB: (103,120,76)

Color info

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

RGB color model

#67784C color RGB value is (103,120,76).

  • red value is 103;
  • green value is 120;
  • blue value is 76.
RGB:
(103,120,76)
(40%,47%,30%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 76 of 255 = 30%

103
120
76

R + G + B ~ 39%. #67784C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 76 = 299 (100%)
R 103 of 299 ~ 34.45%
G 120 of 299 ~ 40.13%
B 76 of 299 ~ 25.42%

%34.45
%40.13
%25.42

CMYK color model

#67784C color CMYK value is (14,0,37,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK:
(14,0,37,53)
C14M0Y37K53 
(14%,0%,37%,53%)
(0.14/0.00/0.37/0.53)	

CMYK percentages

%14.17
%0
%36.67
%52.94

Codes

Color #67784C in popluar color models

67784C
RGB10312076
HSL83°22.45%38.43%
HSB/HSV83°36.67%47.06%
CMYK14.17%0.00%36.67%
52.94%

Color #67784C in popluar number systems.

HEX67784C
Decimal10312076
Binary110011111110001001100
Octal147170114

Shades and tints

Shades of #67784C

#67784C
(103,120,76)
#5E6E46
(94,110,70)
#556440
(85,100,64)
#4C5A3A
(76,90,58)
#435034
(67,80,52)
#3A462E
(58,70,46)
#313C28
(49,60,40)
#283222
(40,50,34)
#1F281C
(31,40,28)
#161E16
(22,30,22)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #67784C

#67784C
(103,120,76)
#74845C
(116,132,92)
#81906C
(129,144,108)
#8E9C7C
(142,156,124)
#9BA88C
(155,168,140)
#A8B49C
(168,180,156)
#B5C0AC
(181,192,172)
#C2CCBC
(194,204,188)
#CFD8CC
(207,216,204)
#DCE4DC
(220,228,220)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67784C color. Also use rgb(103,120,76) instead hex code.

Text Font Color

.myTextColor { color: #67784C; }

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

This text font color is #67784C.


Background Color

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

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

This div background color is #67784C.


Border color

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

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

This div border color is #67784C.


Opacity

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

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

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

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

This text has shadow with #67784C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67784C on black background.


Color preview on white background

This text has color #67784C on white background.



Black color preview on #67784C background

This text has black color on #67784C background.


White color preview on #67784C background

This text has white color on #67784C background.