COLOR #674935

HEX: #674935
RGB: (103,73,53)

Color info

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

RGB color model

#674935 color RGB value is (103,73,53).

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

RGB channels and saturation

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

103
73
53

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

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 53 = 229 (100%)
R 103 of 229 ~ 44.98%
G 73 of 229 ~ 31.88%
B 53 of 229 ~ 23.14%

%44.98
%31.88
%23.14

CMYK color model

#674935 color CMYK value is (0,29,49,60).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 48.54%
  • key color value is 59.61%
CMYK:
(0,29,49,60)
C0M29Y49K60 
(0%,29%,49%,60%)
(0.00/0.29/0.49/0.60)	

CMYK percentages

%0
%29.13
%48.54
%59.61

Codes

Color #674935 in popluar color models

674935
RGB1037353
HSL24°32.05%30.59%
HSB/HSV24°48.54%40.39%
CMYK0.00%29.13%48.54%
59.61%

Color #674935 in popluar number systems.

HEX674935
Decimal1037353
Binary11001111001001110101
Octal14711165

Shades and tints

Shades of #674935

#674935
(103,73,53)
#5E4331
(94,67,49)
#553D2D
(85,61,45)
#4C3729
(76,55,41)
#433125
(67,49,37)
#3A2B21
(58,43,33)
#31251D
(49,37,29)
#281F19
(40,31,25)
#1F1915
(31,25,21)
#161311
(22,19,17)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #674935

#674935
(103,73,53)
#745947
(116,89,71)
#816959
(129,105,89)
#8E796B
(142,121,107)
#9B897D
(155,137,125)
#A8998F
(168,153,143)
#B5A9A1
(181,169,161)
#C2B9B3
(194,185,179)
#CFC9C5
(207,201,197)
#DCD9D7
(220,217,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674935; }

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

This text font color is #674935.


Background Color

.myBgColor { background-color: #674935; }

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

This div background color is #674935.


Border color

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

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

This div border color is #674935.


Opacity

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

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

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

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

This text has shadow with #674935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674935 on black background.


Color preview on white background

This text has color #674935 on white background.



Black color preview on #674935 background

This text has black color on #674935 background.


White color preview on #674935 background

This text has white color on #674935 background.