COLOR #663D43

HEX: #663D43
RGB: (102,61,67)

Color info

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

RGB color model

#663D43 color RGB value is (102,61,67).

  • red value is 102;
  • green value is 61;
  • blue value is 67.
RGB:
(102,61,67)
(40%,24%,26%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 67 of 255 = 26%

102
61
67

R + G + B ~ 30%. #663D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 61 + 67 = 230 (100%)
R 102 of 230 ~ 44.35%
G 61 of 230 ~ 26.52%
B 67 of 230 ~ 29.13%

%44.35
%26.52
%29.13

CMYK color model

#663D43 color CMYK value is (0,40,34,60).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 34.31%
  • key color value is 60.00%
CMYK:
(0,40,34,60)
C0M40Y34K60 
(0%,40%,34%,60%)
(0.00/0.40/0.34/0.60)	

CMYK percentages

%0
%40.2
%34.31
%60

Codes

Color #663D43 in popluar color models

663D43
RGB1026167
HSL351°25.15%31.96%
HSB/HSV351°40.20%40.00%
CMYK0.00%40.20%34.31%
60.00%

Color #663D43 in popluar number systems.

HEX663D43
Decimal1026167
Binary11001101111011000011
Octal14675103

Shades and tints

Shades of #663D43

#663D43
(102,61,67)
#5D383D
(93,56,61)
#543337
(84,51,55)
#4B2E31
(75,46,49)
#42292B
(66,41,43)
#392425
(57,36,37)
#301F1F
(48,31,31)
#271A19
(39,26,25)
#1E1513
(30,21,19)
#15100D
(21,16,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #663D43

#663D43
(102,61,67)
#734E54
(115,78,84)
#805F65
(128,95,101)
#8D7076
(141,112,118)
#9A8187
(154,129,135)
#A79298
(167,146,152)
#B4A3A9
(180,163,169)
#C1B4BA
(193,180,186)
#CEC5CB
(206,197,203)
#DBD6DC
(219,214,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663D43 color. Also use rgb(102,61,67) instead hex code.

Text Font Color

.myTextColor { color: #663D43; }

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

This text font color is #663D43.


Background Color

.myBgColor { background-color: #663D43; }

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

This div background color is #663D43.


Border color

.myBorderColor { border: 1px solid #663D43; }

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

This div border color is #663D43.


Opacity

.myOpacity80 { color: #663D43; opacity: 0.8; }

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

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

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

This text has shadow with #663D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663D43 on black background.


Color preview on white background

This text has color #663D43 on white background.



Black color preview on #663D43 background

This text has black color on #663D43 background.


White color preview on #663D43 background

This text has white color on #663D43 background.