COLOR #674541

HEX: #674541
RGB: (103,69,65)

Color info

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

RGB color model

#674541 color RGB value is (103,69,65).

  • red value is 103;
  • green value is 69;
  • blue value is 65.
RGB:
(103,69,65)
(40%,27%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 65 of 255 = 25%

103
69
65

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

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 65 = 237 (100%)
R 103 of 237 ~ 43.46%
G 69 of 237 ~ 29.11%
B 65 of 237 ~ 27.43%

%43.46
%29.11
%27.43

CMYK color model

#674541 color CMYK value is (0,33,37,60).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,33,37,60)
C0M33Y37K60 
(0%,33%,37%,60%)
(0.00/0.33/0.37/0.60)	

CMYK percentages

%0
%33.01
%36.89
%59.61

Codes

Color #674541 in popluar color models

674541
RGB1036965
HSL22.62%32.94%
HSB/HSV36.89%40.39%
CMYK0.00%33.01%36.89%
59.61%

Color #674541 in popluar number systems.

HEX674541
Decimal1036965
Binary110011110001011000001
Octal147105101

Shades and tints

Shades of #674541

#674541
(103,69,65)
#5E3F3C
(94,63,60)
#553937
(85,57,55)
#4C3332
(76,51,50)
#432D2D
(67,45,45)
#3A2728
(58,39,40)
#312123
(49,33,35)
#281B1E
(40,27,30)
#1F1519
(31,21,25)
#160F14
(22,15,20)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #674541

#674541
(103,69,65)
#745552
(116,85,82)
#816563
(129,101,99)
#8E7574
(142,117,116)
#9B8585
(155,133,133)
#A89596
(168,149,150)
#B5A5A7
(181,165,167)
#C2B5B8
(194,181,184)
#CFC5C9
(207,197,201)
#DCD5DA
(220,213,218)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674541 color. Also use rgb(103,69,65) instead hex code.

Text Font Color

.myTextColor { color: #674541; }

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

This text font color is #674541.


Background Color

.myBgColor { background-color: #674541; }

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

This div background color is #674541.


Border color

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

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

This div border color is #674541.


Opacity

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

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

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

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

This text has shadow with #674541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674541 on black background.


Color preview on white background

This text has color #674541 on white background.



Black color preview on #674541 background

This text has black color on #674541 background.


White color preview on #674541 background

This text has white color on #674541 background.