COLOR #674129

HEX: #674129
RGB: (103,65,41)

Color info

#674129 contains mainly red and green colors. Web safe color of #674129 is #663333 (or #633).

RGB color model

#674129 color RGB value is (103,65,41).

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

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 41 of 255 = 16%

103
65
41

R + G + B ~ 27%. #674129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 65 + 41 = 209 (100%)
R 103 of 209 ~ 49.28%
G 65 of 209 ~ 31.1%
B 41 of 209 ~ 19.62%

%49.28
%31.1
%19.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(0,37,60,60)
C0M37Y60K60 
(0%,37%,60%,60%)
(0.00/0.37/0.60/0.60)	

CMYK percentages

%0
%36.89
%60.19
%59.61

Codes

Color #674129 in popluar color models

674129
RGB1036541
HSL23°43.06%28.24%
HSB/HSV23°60.19%40.39%
CMYK0.00%36.89%60.19%
59.61%

Color #674129 in popluar number systems.

HEX674129
Decimal1036541
Binary11001111000001101001
Octal14710151

Shades and tints

Shades of #674129

#674129
(103,65,41)
#5E3C26
(94,60,38)
#553723
(85,55,35)
#4C3220
(76,50,32)
#432D1D
(67,45,29)
#3A281A
(58,40,26)
#312317
(49,35,23)
#281E14
(40,30,20)
#1F1911
(31,25,17)
#16140E
(22,20,14)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #674129

#674129
(103,65,41)
#74523C
(116,82,60)
#81634F
(129,99,79)
#8E7462
(142,116,98)
#9B8575
(155,133,117)
#A89688
(168,150,136)
#B5A79B
(181,167,155)
#C2B8AE
(194,184,174)
#CFC9C1
(207,201,193)
#DCDAD4
(220,218,212)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674129; }

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

This text font color is #674129.


Background Color

.myBgColor { background-color: #674129; }

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

This div background color is #674129.


Border color

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

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

This div border color is #674129.


Opacity

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

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

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

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

This text has shadow with #674129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674129 on black background.


Color preview on white background

This text has color #674129 on white background.



Black color preview on #674129 background

This text has black color on #674129 background.


White color preview on #674129 background

This text has white color on #674129 background.