COLOR #674334

HEX: #674334
RGB: (103,67,52)

Color info

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

RGB color model

#674334 color RGB value is (103,67,52).

  • red value is 103;
  • green value is 67;
  • blue value is 52.
RGB:
(103,67,52)
(40%,26%,20%)

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 52 of 255 = 20%

103
67
52

R + G + B ~ 29%. #674334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 67 + 52 = 222 (100%)
R 103 of 222 ~ 46.4%
G 67 of 222 ~ 30.18%
B 52 of 222 ~ 23.42%

%46.4
%30.18
%23.42

CMYK color model

#674334 color CMYK value is (0,35,50,60).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 49.51%
  • key color value is 59.61%
CMYK:
(0,35,50,60)
C0M35Y50K60 
(0%,35%,50%,60%)
(0.00/0.35/0.50/0.60)	

CMYK percentages

%0
%34.95
%49.51
%59.61

Codes

Color #674334 in popluar color models

674334
RGB1036752
HSL18°32.90%30.39%
HSB/HSV18°49.51%40.39%
CMYK0.00%34.95%49.51%
59.61%

Color #674334 in popluar number systems.

HEX674334
Decimal1036752
Binary11001111000011110100
Octal14710364

Shades and tints

Shades of #674334

#674334
(103,67,52)
#5E3D30
(94,61,48)
#55372C
(85,55,44)
#4C3128
(76,49,40)
#432B24
(67,43,36)
#3A2520
(58,37,32)
#311F1C
(49,31,28)
#281918
(40,25,24)
#1F1314
(31,19,20)
#160D10
(22,13,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #674334

#674334
(103,67,52)
#745446
(116,84,70)
#816558
(129,101,88)
#8E766A
(142,118,106)
#9B877C
(155,135,124)
#A8988E
(168,152,142)
#B5A9A0
(181,169,160)
#C2BAB2
(194,186,178)
#CFCBC4
(207,203,196)
#DCDCD6
(220,220,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674334 color. Also use rgb(103,67,52) instead hex code.

Text Font Color

.myTextColor { color: #674334; }

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

This text font color is #674334.


Background Color

.myBgColor { background-color: #674334; }

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

This div background color is #674334.


Border color

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

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

This div border color is #674334.


Opacity

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

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

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

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

This text has shadow with #674334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674334 on black background.


Color preview on white background

This text has color #674334 on white background.



Black color preview on #674334 background

This text has black color on #674334 background.


White color preview on #674334 background

This text has white color on #674334 background.