COLOR #674337

HEX: #674337
RGB: (103,67,55)

Color info

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

RGB color model

#674337 color RGB value is (103,67,55).

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

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 55 of 255 = 22%

103
67
55

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

Portions of RGB colors in percentages

R + G + B =
103 + 67 + 55 = 225 (100%)
R 103 of 225 ~ 45.78%
G 67 of 225 ~ 29.78%
B 55 of 225 ~ 24.44%

%45.78
%29.78
%24.44

CMYK color model

#674337 color CMYK value is (0,35,47,60).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,35,47,60)
C0M35Y47K60 
(0%,35%,47%,60%)
(0.00/0.35/0.47/0.60)	

CMYK percentages

%0
%34.95
%46.6
%59.61

Codes

Color #674337 in popluar color models

674337
RGB1036755
HSL15°30.38%30.98%
HSB/HSV15°46.60%40.39%
CMYK0.00%34.95%46.60%
59.61%

Color #674337 in popluar number systems.

HEX674337
Decimal1036755
Binary11001111000011110111
Octal14710367

Shades and tints

Shades of #674337

#674337
(103,67,55)
#5E3D32
(94,61,50)
#55372D
(85,55,45)
#4C3128
(76,49,40)
#432B23
(67,43,35)
#3A251E
(58,37,30)
#311F19
(49,31,25)
#281914
(40,25,20)
#1F130F
(31,19,15)
#160D0A
(22,13,10)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #674337

#674337
(103,67,55)
#745449
(116,84,73)
#81655B
(129,101,91)
#8E766D
(142,118,109)
#9B877F
(155,135,127)
#A89891
(168,152,145)
#B5A9A3
(181,169,163)
#C2BAB5
(194,186,181)
#CFCBC7
(207,203,199)
#DCDCD9
(220,220,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674337; }

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

This text font color is #674337.


Background Color

.myBgColor { background-color: #674337; }

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

This div background color is #674337.


Border color

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

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

This div border color is #674337.


Opacity

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

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

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

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

This text has shadow with #674337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674337 on black background.


Color preview on white background

This text has color #674337 on white background.



Black color preview on #674337 background

This text has black color on #674337 background.


White color preview on #674337 background

This text has white color on #674337 background.