COLOR #674822

HEX: #674822
RGB: (103,72,34)

Color info

#674822 contains mainly red and green colors. Web safe color of #674822 is #663333 (or #633).

RGB color model

#674822 color RGB value is (103,72,34).

  • red value is 103;
  • green value is 72;
  • blue value is 34.
RGB:
(103,72,34)
(40%,28%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 34 of 255 = 13%

103
72
34

R + G + B ~ 27%. #674822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 34 = 209 (100%)
R 103 of 209 ~ 49.28%
G 72 of 209 ~ 34.45%
B 34 of 209 ~ 16.27%

%49.28
%34.45
%16.27

CMYK color model

#674822 color CMYK value is (0,30,67,60).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 66.99%
  • key color value is 59.61%
CMYK:
(0,30,67,60)
C0M30Y67K60 
(0%,30%,67%,60%)
(0.00/0.30/0.67/0.60)	

CMYK percentages

%0
%30.1
%66.99
%59.61

Codes

Color #674822 in popluar color models

674822
RGB1037234
HSL33°50.36%26.86%
HSB/HSV33°66.99%40.39%
CMYK0.00%30.10%66.99%
59.61%

Color #674822 in popluar number systems.

HEX674822
Decimal1037234
Binary11001111001000100010
Octal14711042

Shades and tints

Shades of #674822

#674822
(103,72,34)
#5E421F
(94,66,31)
#553C1C
(85,60,28)
#4C3619
(76,54,25)
#433016
(67,48,22)
#3A2A13
(58,42,19)
#312410
(49,36,16)
#281E0D
(40,30,13)
#1F180A
(31,24,10)
#161207
(22,18,7)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #674822

#674822
(103,72,34)
#745836
(116,88,54)
#81684A
(129,104,74)
#8E785E
(142,120,94)
#9B8872
(155,136,114)
#A89886
(168,152,134)
#B5A89A
(181,168,154)
#C2B8AE
(194,184,174)
#CFC8C2
(207,200,194)
#DCD8D6
(220,216,214)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674822 color. Also use rgb(103,72,34) instead hex code.

Text Font Color

.myTextColor { color: #674822; }

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

This text font color is #674822.


Background Color

.myBgColor { background-color: #674822; }

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

This div background color is #674822.


Border color

.myBorderColor { border: 1px solid #674822; }

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

This div border color is #674822.


Opacity

.myOpacity80 { color: #674822; opacity: 0.8; }

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

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

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

This text has shadow with #674822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674822 on black background.


Color preview on white background

This text has color #674822 on white background.



Black color preview on #674822 background

This text has black color on #674822 background.


White color preview on #674822 background

This text has white color on #674822 background.