COLOR #673030

HEX: #673030 RGB: (103,48,48)

Color info

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

RGB color model

#673030 color RGB value is (103,48,48).

RGB: (103,48,48) (40%, 19%, 19%)

RGB channels and saturation

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

103
48
48

R + G + B ~ 26%. #673030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 48 + 48 = 199 (100%)
R 103 of 199 ~ 51.76%
G 48 of 199 ~ 24.12%
B 48 of 199 ~ 24.12'%

%51.76
%24.12
%24.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 53.40%
  • key color value is 59.61%

CMYK: (0,53,53,60)
C0M53Y53K60 (0%, 53%, 53%, 60%)
(0.00 / 0.53 / 0.53 / 0.60)

CMYK percentages

%0
%53.4
%53.4
%59.61

Codes

Color #673030 in popluar color models

67 30 30
RGB 103 48 48
HSL 36.42% 29.61%
HSB/HSV 53.40% 40.39%
CMYK 0.00% 53.40% 53.40%
59.61%

Color #673030 in popluar number systems.

HEX 67 30 30
Decimal 103 48 48
Binary 1100111 110000 110000
Octal 147 60 60

Shades and tints

Shades of #673030

#673030
(103,48,48)
#5E2C2C
(94,44,44)
#552828
(85,40,40)
#4C2424
(76,36,36)
#432020
(67,32,32)
#3A1C1C
(58,28,28)
#311818
(49,24,24)
#281414
(40,20,20)
#1F1010
(31,16,16)
#160C0C
(22,12,12)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #673030

#673030
(103,48,48)
#744242
(116,66,66)
#815454
(129,84,84)
#8E6666
(142,102,102)
#9B7878
(155,120,120)
#A88A8A
(168,138,138)
#B59C9C
(181,156,156)
#C2AEAE
(194,174,174)
#CFC0C0
(207,192,192)
#DCD2D2
(220,210,210)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673030; }

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

This text font color is #673030.

Background Color

.myBgColor { background-color: #673030; }

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

This div background color is #673030.

Border color

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

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

This div border color is #673030.

Opacity

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

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

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

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

This text has shadow with #673030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673030.

Preview

Color preview on black background

This text has color #673030 on black background.


Color preview on white background

This text has color #673030 on white background.


Black color preview on #673030 background

This text has black color on #673030 background.


White color preview on #673030 background

This text has white color on #673030 background.


Related colors

Complementary color

Complementary color for #hex is #98CFCF.


I love getcolorcode.com