COLOR #674726

HEX: #674726
RGB: (103,71,38)

Color info

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

RGB color model

#674726 color RGB value is (103,71,38).

  • red value is 103;
  • green value is 71;
  • blue value is 38.
RGB:
(103,71,38)
(40%,28%,15%)

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 38 of 255 = 15%

103
71
38

R + G + B ~ 28%. #674726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 38 = 212 (100%)
R 103 of 212 ~ 48.58%
G 71 of 212 ~ 33.49%
B 38 of 212 ~ 17.92%

%48.58
%33.49
%17.92

CMYK color model

#674726 color CMYK value is (0,31,63,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 63.11%
  • key color value is 59.61%
CMYK:
(0,31,63,60)
C0M31Y63K60 
(0%,31%,63%,60%)
(0.00/0.31/0.63/0.60)	

CMYK percentages

%0
%31.07
%63.11
%59.61

Codes

Color #674726 in popluar color models

674726
RGB1037138
HSL30°46.10%27.65%
HSB/HSV30°63.11%40.39%
CMYK0.00%31.07%63.11%
59.61%

Color #674726 in popluar number systems.

HEX674726
Decimal1037138
Binary11001111000111100110
Octal14710746

Shades and tints

Shades of #674726

#674726
(103,71,38)
#5E4123
(94,65,35)
#553B20
(85,59,32)
#4C351D
(76,53,29)
#432F1A
(67,47,26)
#3A2917
(58,41,23)
#312314
(49,35,20)
#281D11
(40,29,17)
#1F170E
(31,23,14)
#16110B
(22,17,11)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #674726

#674726
(103,71,38)
#745739
(116,87,57)
#81674C
(129,103,76)
#8E775F
(142,119,95)
#9B8772
(155,135,114)
#A89785
(168,151,133)
#B5A798
(181,167,152)
#C2B7AB
(194,183,171)
#CFC7BE
(207,199,190)
#DCD7D1
(220,215,209)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674726 color. Also use rgb(103,71,38) instead hex code.

Text Font Color

.myTextColor { color: #674726; }

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

This text font color is #674726.


Background Color

.myBgColor { background-color: #674726; }

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

This div background color is #674726.


Border color

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

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

This div border color is #674726.


Opacity

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

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

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

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

This text has shadow with #674726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674726 on black background.


Color preview on white background

This text has color #674726 on white background.



Black color preview on #674726 background

This text has black color on #674726 background.


White color preview on #674726 background

This text has white color on #674726 background.