COLOR #63833D

HEX: #63833D
RGB: (99,131,61)

Color info

#63833D contains mainly red and green colors. Web safe color of #63833D is #669933 (or #693).

RGB color model

#63833D color RGB value is (99,131,61).

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

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 61 of 255 = 24%

99
131
61

R + G + B ~ 38%. #63833D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 61 = 291 (100%)
R 99 of 291 ~ 34.02%
G 131 of 291 ~ 45.02%
B 61 of 291 ~ 20.96%

%34.02
%45.02
%20.96

CMYK color model

#63833D color CMYK value is (24,0,53,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 53.44%
  • key color value is 48.63%
CMYK:
(24,0,53,49)
C24M0Y53K49 
(24%,0%,53%,49%)
(0.24/0.00/0.53/0.49)	

CMYK percentages

%24.43
%0
%53.44
%48.63

Codes

Color #63833D in popluar color models

63833D
RGB9913161
HSL87°36.46%37.65%
HSB/HSV87°53.44%51.37%
CMYK24.43%0.00%53.44%
48.63%

Color #63833D in popluar number systems.

HEX63833D
Decimal9913161
Binary110001110000011111101
Octal14320375

Shades and tints

Shades of #63833D

#63833D
(99,131,61)
#5A7838
(90,120,56)
#516D33
(81,109,51)
#48622E
(72,98,46)
#3F5729
(63,87,41)
#364C24
(54,76,36)
#2D411F
(45,65,31)
#24361A
(36,54,26)
#1B2B15
(27,43,21)
#122010
(18,32,16)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #63833D

#63833D
(99,131,61)
#718E4E
(113,142,78)
#7F995F
(127,153,95)
#8DA470
(141,164,112)
#9BAF81
(155,175,129)
#A9BA92
(169,186,146)
#B7C5A3
(183,197,163)
#C5D0B4
(197,208,180)
#D3DBC5
(211,219,197)
#E1E6D6
(225,230,214)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63833D color. Also use rgb(99,131,61) instead hex code.

Text Font Color

.myTextColor { color: #63833D; }

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

This text font color is #63833D.


Background Color

.myBgColor { background-color: #63833D; }

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

This div background color is #63833D.


Border color

.myBorderColor { border: 1px solid #63833D; }

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

This div border color is #63833D.


Opacity

.myOpacity80 { color: #63833D; opacity: 0.8; }

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

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

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

This text has shadow with #63833D color.

.textShadow {text-shadow: 3px 3px 1px #63833D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63833D on black background.


Color preview on white background

This text has color #63833D on white background.



Black color preview on #63833D background

This text has black color on #63833D background.


White color preview on #63833D background

This text has white color on #63833D background.