COLOR #633F25

HEX: #633F25
RGB: (99,63,37)

Color info

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

RGB color model

#633F25 color RGB value is (99,63,37).

  • red value is 99;
  • green value is 63;
  • blue value is 37.
RGB:
(99,63,37)
(39%,25%,15%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 37 of 255 = 15%

99
63
37

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

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 37 = 199 (100%)
R 99 of 199 ~ 49.75%
G 63 of 199 ~ 31.66%
B 37 of 199 ~ 18.59%

%49.75
%31.66
%18.59

CMYK color model

#633F25 color CMYK value is (0,36,63,61).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(0,36,63,61)
C0M36Y63K61 
(0%,36%,63%,61%)
(0.00/0.36/0.63/0.61)	

CMYK percentages

%0
%36.36
%62.63
%61.18

Codes

Color #633F25 in popluar color models

633F25
RGB996337
HSL25°45.59%26.67%
HSB/HSV25°62.63%38.82%
CMYK0.00%36.36%62.63%
61.18%

Color #633F25 in popluar number systems.

HEX633F25
Decimal996337
Binary1100011111111100101
Octal1437745

Shades and tints

Shades of #633F25

#633F25
(99,63,37)
#5A3A22
(90,58,34)
#51351F
(81,53,31)
#48301C
(72,48,28)
#3F2B19
(63,43,25)
#362616
(54,38,22)
#2D2113
(45,33,19)
#241C10
(36,28,16)
#1B170D
(27,23,13)
#12120A
(18,18,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #633F25

#633F25
(99,63,37)
#715038
(113,80,56)
#7F614B
(127,97,75)
#8D725E
(141,114,94)
#9B8371
(155,131,113)
#A99484
(169,148,132)
#B7A597
(183,165,151)
#C5B6AA
(197,182,170)
#D3C7BD
(211,199,189)
#E1D8D0
(225,216,208)
#EFE9E3
(239,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633F25 color. Also use rgb(99,63,37) instead hex code.

Text Font Color

.myTextColor { color: #633F25; }

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

This text font color is #633F25.


Background Color

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

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

This div background color is #633F25.


Border color

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

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

This div border color is #633F25.


Opacity

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

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

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

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

This text has shadow with #633F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F25 on black background.


Color preview on white background

This text has color #633F25 on white background.



Black color preview on #633F25 background

This text has black color on #633F25 background.


White color preview on #633F25 background

This text has white color on #633F25 background.