COLOR #674330

HEX: #674330
RGB: (103,67,48)

Color info

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

RGB color model

#674330 color RGB value is (103,67,48).

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

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 48 of 255 = 19%

103
67
48

R + G + B ~ 28%. #674330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 67 + 48 = 218 (100%)
R 103 of 218 ~ 47.25%
G 67 of 218 ~ 30.73%
B 48 of 218 ~ 22.02%

%47.25
%30.73
%22.02

CMYK color model

#674330 color CMYK value is (0,35,53,60).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 53.40%
  • key color value is 59.61%
CMYK:
(0,35,53,60)
C0M35Y53K60 
(0%,35%,53%,60%)
(0.00/0.35/0.53/0.60)	

CMYK percentages

%0
%34.95
%53.4
%59.61

Codes

Color #674330 in popluar color models

674330
RGB1036748
HSL21°36.42%29.61%
HSB/HSV21°53.40%40.39%
CMYK0.00%34.95%53.40%
59.61%

Color #674330 in popluar number systems.

HEX674330
Decimal1036748
Binary11001111000011110000
Octal14710360

Shades and tints

Shades of #674330

#674330
(103,67,48)
#5E3D2C
(94,61,44)
#553728
(85,55,40)
#4C3124
(76,49,36)
#432B20
(67,43,32)
#3A251C
(58,37,28)
#311F18
(49,31,24)
#281914
(40,25,20)
#1F1310
(31,19,16)
#160D0C
(22,13,12)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #674330

#674330
(103,67,48)
#745442
(116,84,66)
#816554
(129,101,84)
#8E7666
(142,118,102)
#9B8778
(155,135,120)
#A8988A
(168,152,138)
#B5A99C
(181,169,156)
#C2BAAE
(194,186,174)
#CFCBC0
(207,203,192)
#DCDCD2
(220,220,210)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674330; }

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

This text font color is #674330.


Background Color

.myBgColor { background-color: #674330; }

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

This div background color is #674330.


Border color

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

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

This div border color is #674330.


Opacity

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

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

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

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

This text has shadow with #674330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674330 on black background.


Color preview on white background

This text has color #674330 on white background.



Black color preview on #674330 background

This text has black color on #674330 background.


White color preview on #674330 background

This text has white color on #674330 background.