COLOR #674E10

HEX: #674E10 RGB: (103,78,16)

Color info

#674E10 contains mainly red and green colors. Web safe color of #674E10 is #666600 (or #660).

RGB color model

#674E10 color RGB value is (103,78,16).

RGB: (103,78,16) (40%, 31%, 6%)

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 16 of 255 = 6%

103
78
16

R + G + B ~ 26%. #674E10 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 78 + 16 = 197 (100%)
R 103 of 197 ~ 52.28%
G 78 of 197 ~ 39.59%
B 16 of 197 ~ 8.12'%

%52.28
%39.59

CMYK color model

#674E10 color CMYK value is (0,24,84,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 84.47%
  • key color value is 59.61%

CMYK: (0,24,84,60)
C0M24Y84K60 (0%, 24%, 84%, 60%)
(0.00 / 0.24 / 0.84 / 0.60)

CMYK percentages

%0
%24.27
%84.47
%59.61

Codes

Color #674E10 in popluar color models

67 4E 10
RGB 103 78 16
HSL 43° 73.11% 23.33%
HSB/HSV 43° 84.47% 40.39%
CMYK 0.00% 24.27% 84.47%
59.61%

Color #674E10 in popluar number systems.

HEX 67 4E 10
Decimal 103 78 16
Binary 1100111 1001110 10000
Octal 147 116 20

Shades and tints

Shades of #674E10

#674E10
(103,78,16)
#5E470F
(94,71,15)
#55400E
(85,64,14)
#4C390D
(76,57,13)
#43320C
(67,50,12)
#3A2B0B
(58,43,11)
#31240A
(49,36,10)
#281D09
(40,29,9)
#1F1608
(31,22,8)
#160F07
(22,15,7)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #674E10

#674E10
(103,78,16)
#745E25
(116,94,37)
#816E3A
(129,110,58)
#8E7E4F
(142,126,79)
#9B8E64
(155,142,100)
#A89E79
(168,158,121)
#B5AE8E
(181,174,142)
#C2BEA3
(194,190,163)
#CFCEB8
(207,206,184)
#DCDECD
(220,222,205)
#E9EEE2
(233,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674E10 color. Also use rgb(103,78,16) instead hex code.

Text Font Color

.myTextColor { color: #674E10; }

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

This text font color is #674E10.

Background Color

.myBgColor { background-color: #674E10; }

<div style="background-color:#674E10">Inner text</div>

This div background color is #674E10.

Border color

.myBorderColor { border: 1px solid #674E10; }

<div style="border:3px solid #674E10">Div</div>

This div border color is #674E10.

Opacity

.myOpacity80 { color: #674E10; opacity: 0.8; }

<p style="color:#674E10;opacity:0.8;">80%</p>

Text with #674E10 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 #674E10;}

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

This text has shadow with #674E10 color.


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

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

This text has shadow with #674E10 primary color and red secondary color.


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

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

This text has shadow with #674E10 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #674E10.

Preview

Color preview on black background

This text has color #674E10 on black background.


Color preview on white background

This text has color #674E10 on white background.


Black color preview on #674E10 background

This text has black color on #674E10 background.


White color preview on #674E10 background

This text has white color on #674E10 background.


Related colors

Complementary color

Complementary color for #hex is #98B1EF.


I love getcolorcode.com

Triadic colors

1 #10674E and #4E1067 with #674E10 are triadic colors.

2 #104E67 and #4E6710 with #674E10 are triadic colors.