COLOR #633E14

HEX: #633E14
RGB: (99,62,20)

Color info

#633E14 contains mainly red and green colors. Web safe color of #633E14 is #663300 (or #630).

RGB color model

#633E14 color RGB value is (99,62,20).

  • red value is 99;
  • green value is 62;
  • blue value is 20.
RGB:
(99,62,20)
(39%,24%,8%)

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 20 of 255 = 8%

99
62
20

R + G + B ~ 24%. #633E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 62 + 20 = 181 (100%)
R 99 of 181 ~ 54.7%
G 62 of 181 ~ 34.25%
B 20 of 181 ~ 11.05%

%54.7
%34.25
%11.05

CMYK color model

#633E14 color CMYK value is (0,37,80,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 79.80%
  • key color value is 61.18%
CMYK:
(0,37,80,61)
C0M37Y80K61 
(0%,37%,80%,61%)
(0.00/0.37/0.80/0.61)	

CMYK percentages

%0
%37.37
%79.8
%61.18

Codes

Color #633E14 in popluar color models

633E14
RGB996220
HSL32°66.39%23.33%
HSB/HSV32°79.80%38.82%
CMYK0.00%37.37%79.80%
61.18%

Color #633E14 in popluar number systems.

HEX633E14
Decimal996220
Binary110001111111010100
Octal1437624

Shades and tints

Shades of #633E14

#633E14
(99,62,20)
#5A3913
(90,57,19)
#513412
(81,52,18)
#482F11
(72,47,17)
#3F2A10
(63,42,16)
#36250F
(54,37,15)
#2D200E
(45,32,14)
#241B0D
(36,27,13)
#1B160C
(27,22,12)
#12110B
(18,17,11)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #633E14

#633E14
(99,62,20)
#714F29
(113,79,41)
#7F603E
(127,96,62)
#8D7153
(141,113,83)
#9B8268
(155,130,104)
#A9937D
(169,147,125)
#B7A492
(183,164,146)
#C5B5A7
(197,181,167)
#D3C6BC
(211,198,188)
#E1D7D1
(225,215,209)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633E14 color. Also use rgb(99,62,20) instead hex code.

Text Font Color

.myTextColor { color: #633E14; }

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

This text font color is #633E14.


Background Color

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

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

This div background color is #633E14.


Border color

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

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

This div border color is #633E14.


Opacity

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

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

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

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

This text has shadow with #633E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633E14 on black background.


Color preview on white background

This text has color #633E14 on white background.



Black color preview on #633E14 background

This text has black color on #633E14 background.


White color preview on #633E14 background

This text has white color on #633E14 background.