COLOR #674936

HEX: #674936
RGB: (103,73,54)

Color info

#674936 contains red, green and blue colors in about the same proportion. Web safe color of #674936 is #663333 (or #633).

RGB color model

#674936 color RGB value is (103,73,54).

  • red value is 103;
  • green value is 73;
  • blue value is 54.
RGB:
(103,73,54)
(40%,29%,21%)

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 54 of 255 = 21%

103
73
54

R + G + B ~ 30%. #674936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 54 = 230 (100%)
R 103 of 230 ~ 44.78%
G 73 of 230 ~ 31.74%
B 54 of 230 ~ 23.48%

%44.78
%31.74
%23.48

CMYK color model

#674936 color CMYK value is (0,29,48,60).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK:
(0,29,48,60)
C0M29Y48K60 
(0%,29%,48%,60%)
(0.00/0.29/0.48/0.60)	

CMYK percentages

%0
%29.13
%47.57
%59.61

Codes

Color #674936 in popluar color models

674936
RGB1037354
HSL23°31.21%30.78%
HSB/HSV23°47.57%40.39%
CMYK0.00%29.13%47.57%
59.61%

Color #674936 in popluar number systems.

HEX674936
Decimal1037354
Binary11001111001001110110
Octal14711166

Shades and tints

Shades of #674936

#674936
(103,73,54)
#5E4332
(94,67,50)
#553D2E
(85,61,46)
#4C372A
(76,55,42)
#433126
(67,49,38)
#3A2B22
(58,43,34)
#31251E
(49,37,30)
#281F1A
(40,31,26)
#1F1916
(31,25,22)
#161312
(22,19,18)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #674936

#674936
(103,73,54)
#745948
(116,89,72)
#81695A
(129,105,90)
#8E796C
(142,121,108)
#9B897E
(155,137,126)
#A89990
(168,153,144)
#B5A9A2
(181,169,162)
#C2B9B4
(194,185,180)
#CFC9C6
(207,201,198)
#DCD9D8
(220,217,216)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674936 color. Also use rgb(103,73,54) instead hex code.

Text Font Color

.myTextColor { color: #674936; }

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

This text font color is #674936.


Background Color

.myBgColor { background-color: #674936; }

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

This div background color is #674936.


Border color

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

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

This div border color is #674936.


Opacity

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

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

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

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

This text has shadow with #674936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674936 on black background.


Color preview on white background

This text has color #674936 on white background.



Black color preview on #674936 background

This text has black color on #674936 background.


White color preview on #674936 background

This text has white color on #674936 background.