COLOR #674B3E

HEX: #674B3E
RGB: (103,75,62)

Color info

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

RGB color model

#674B3E color RGB value is (103,75,62).

  • red value is 103;
  • green value is 75;
  • blue value is 62.
RGB:
(103,75,62)
(40%,29%,24%)

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 62 of 255 = 24%

103
75
62

R + G + B ~ 31%. #674B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 62 = 240 (100%)
R 103 of 240 ~ 42.92%
G 75 of 240 ~ 31.25%
B 62 of 240 ~ 25.83%

%42.92
%31.25
%25.83

CMYK color model

#674B3E color CMYK value is (0,27,40,60).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 39.81%
  • key color value is 59.61%
CMYK:
(0,27,40,60)
C0M27Y40K60 
(0%,27%,40%,60%)
(0.00/0.27/0.40/0.60)	

CMYK percentages

%0
%27.18
%39.81
%59.61

Codes

Color #674B3E in popluar color models

674B3E
RGB1037562
HSL19°24.85%32.35%
HSB/HSV19°39.81%40.39%
CMYK0.00%27.18%39.81%
59.61%

Color #674B3E in popluar number systems.

HEX674B3E
Decimal1037562
Binary11001111001011111110
Octal14711376

Shades and tints

Shades of #674B3E

#674B3E
(103,75,62)
#5E4539
(94,69,57)
#553F34
(85,63,52)
#4C392F
(76,57,47)
#43332A
(67,51,42)
#3A2D25
(58,45,37)
#312720
(49,39,32)
#28211B
(40,33,27)
#1F1B16
(31,27,22)
#161511
(22,21,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #674B3E

#674B3E
(103,75,62)
#745B4F
(116,91,79)
#816B60
(129,107,96)
#8E7B71
(142,123,113)
#9B8B82
(155,139,130)
#A89B93
(168,155,147)
#B5ABA4
(181,171,164)
#C2BBB5
(194,187,181)
#CFCBC6
(207,203,198)
#DCDBD7
(220,219,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674B3E color. Also use rgb(103,75,62) instead hex code.

Text Font Color

.myTextColor { color: #674B3E; }

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

This text font color is #674B3E.


Background Color

.myBgColor { background-color: #674B3E; }

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

This div background color is #674B3E.


Border color

.myBorderColor { border: 1px solid #674B3E; }

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

This div border color is #674B3E.


Opacity

.myOpacity80 { color: #674B3E; opacity: 0.8; }

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

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

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

This text has shadow with #674B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B3E on black background.


Color preview on white background

This text has color #674B3E on white background.



Black color preview on #674B3E background

This text has black color on #674B3E background.


White color preview on #674B3E background

This text has white color on #674B3E background.