COLOR #674425

HEX: #674425
RGB: (103,68,37)

Color info

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

RGB color model

#674425 color RGB value is (103,68,37).

  • red value is 103;
  • green value is 68;
  • blue value is 37.
RGB:
(103,68,37)
(40%,27%,15%)

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 37 of 255 = 15%

103
68
37

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

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 37 = 208 (100%)
R 103 of 208 ~ 49.52%
G 68 of 208 ~ 32.69%
B 37 of 208 ~ 17.79%

%49.52
%32.69
%17.79

CMYK color model

#674425 color CMYK value is (0,34,64,60).

  • cyan value is 0.00%
  • magenta value is 33.98%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(0,34,64,60)
C0M34Y64K60 
(0%,34%,64%,60%)
(0.00/0.34/0.64/0.60)	

CMYK percentages

%0
%33.98
%64.08
%59.61

Codes

Color #674425 in popluar color models

674425
RGB1036837
HSL28°47.14%27.45%
HSB/HSV28°64.08%40.39%
CMYK0.00%33.98%64.08%
59.61%

Color #674425 in popluar number systems.

HEX674425
Decimal1036837
Binary11001111000100100101
Octal14710445

Shades and tints

Shades of #674425

#674425
(103,68,37)
#5E3E22
(94,62,34)
#55381F
(85,56,31)
#4C321C
(76,50,28)
#432C19
(67,44,25)
#3A2616
(58,38,22)
#312013
(49,32,19)
#281A10
(40,26,16)
#1F140D
(31,20,13)
#160E0A
(22,14,10)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #674425

#674425
(103,68,37)
#745538
(116,85,56)
#81664B
(129,102,75)
#8E775E
(142,119,94)
#9B8871
(155,136,113)
#A89984
(168,153,132)
#B5AA97
(181,170,151)
#C2BBAA
(194,187,170)
#CFCCBD
(207,204,189)
#DCDDD0
(220,221,208)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674425 color. Also use rgb(103,68,37) instead hex code.

Text Font Color

.myTextColor { color: #674425; }

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

This text font color is #674425.


Background Color

.myBgColor { background-color: #674425; }

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

This div background color is #674425.


Border color

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

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

This div border color is #674425.


Opacity

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

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

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

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

This text has shadow with #674425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674425 on black background.


Color preview on white background

This text has color #674425 on white background.



Black color preview on #674425 background

This text has black color on #674425 background.


White color preview on #674425 background

This text has white color on #674425 background.