COLOR #633D3A

HEX: #633D3A
RGB: (99,61,58)

Color info

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

RGB color model

#633D3A color RGB value is (99,61,58).

  • red value is 99;
  • green value is 61;
  • blue value is 58.
RGB:
(99,61,58)
(39%,24%,23%)

RGB channels and saturation

R 99 of 255 = 39%
G 61 of 255 = 24%
B 58 of 255 = 23%

99
61
58

R + G + B ~ 29%. #633D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 61 + 58 = 218 (100%)
R 99 of 218 ~ 45.41%
G 61 of 218 ~ 27.98%
B 58 of 218 ~ 26.61%

%45.41
%27.98
%26.61

CMYK color model

#633D3A color CMYK value is (0,38,41,61).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 41.41%
  • key color value is 61.18%
CMYK:
(0,38,41,61)
C0M38Y41K61 
(0%,38%,41%,61%)
(0.00/0.38/0.41/0.61)	

CMYK percentages

%0
%38.38
%41.41
%61.18

Codes

Color #633D3A in popluar color models

633D3A
RGB996158
HSL26.11%30.78%
HSB/HSV41.41%38.82%
CMYK0.00%38.38%41.41%
61.18%

Color #633D3A in popluar number systems.

HEX633D3A
Decimal996158
Binary1100011111101111010
Octal1437572

Shades and tints

Shades of #633D3A

#633D3A
(99,61,58)
#5A3835
(90,56,53)
#513330
(81,51,48)
#482E2B
(72,46,43)
#3F2926
(63,41,38)
#362421
(54,36,33)
#2D1F1C
(45,31,28)
#241A17
(36,26,23)
#1B1512
(27,21,18)
#12100D
(18,16,13)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #633D3A

#633D3A
(99,61,58)
#714E4B
(113,78,75)
#7F5F5C
(127,95,92)
#8D706D
(141,112,109)
#9B817E
(155,129,126)
#A9928F
(169,146,143)
#B7A3A0
(183,163,160)
#C5B4B1
(197,180,177)
#D3C5C2
(211,197,194)
#E1D6D3
(225,214,211)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633D3A color. Also use rgb(99,61,58) instead hex code.

Text Font Color

.myTextColor { color: #633D3A; }

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

This text font color is #633D3A.


Background Color

.myBgColor { background-color: #633D3A; }

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

This div background color is #633D3A.


Border color

.myBorderColor { border: 1px solid #633D3A; }

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

This div border color is #633D3A.


Opacity

.myOpacity80 { color: #633D3A; opacity: 0.8; }

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

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

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

This text has shadow with #633D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633D3A on black background.


Color preview on white background

This text has color #633D3A on white background.



Black color preview on #633D3A background

This text has black color on #633D3A background.


White color preview on #633D3A background

This text has white color on #633D3A background.