COLOR #63734A

HEX: #63734A
RGB: (99,115,74)

Color info

#63734A contains red, green and blue colors in about the same proportion. Web safe color of #63734A is #666633 (or #663).

RGB color model

#63734A color RGB value is (99,115,74).

  • red value is 99;
  • green value is 115;
  • blue value is 74.
RGB:
(99,115,74)
(39%,45%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 74 of 255 = 29%

99
115
74

R + G + B ~ 38%. #63734A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 74 = 288 (100%)
R 99 of 288 ~ 34.38%
G 115 of 288 ~ 39.93%
B 74 of 288 ~ 25.69%

%34.38
%39.93
%25.69

CMYK color model

#63734A color CMYK value is (14,0,36,55).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 54.90%
CMYK:
(14,0,36,55)
C14M0Y36K55 
(14%,0%,36%,55%)
(0.14/0.00/0.36/0.55)	

CMYK percentages

%13.91
%0
%35.65
%54.9

Codes

Color #63734A in popluar color models

63734A
RGB9911574
HSL83°21.69%37.06%
HSB/HSV83°35.65%45.10%
CMYK13.91%0.00%35.65%
54.90%

Color #63734A in popluar number systems.

HEX63734A
Decimal9911574
Binary110001111100111001010
Octal143163112

Shades and tints

Shades of #63734A

#63734A
(99,115,74)
#5A6944
(90,105,68)
#515F3E
(81,95,62)
#485538
(72,85,56)
#3F4B32
(63,75,50)
#36412C
(54,65,44)
#2D3726
(45,55,38)
#242D20
(36,45,32)
#1B231A
(27,35,26)
#121914
(18,25,20)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63734A

#63734A
(99,115,74)
#717F5A
(113,127,90)
#7F8B6A
(127,139,106)
#8D977A
(141,151,122)
#9BA38A
(155,163,138)
#A9AF9A
(169,175,154)
#B7BBAA
(183,187,170)
#C5C7BA
(197,199,186)
#D3D3CA
(211,211,202)
#E1DFDA
(225,223,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63734A color. Also use rgb(99,115,74) instead hex code.

Text Font Color

.myTextColor { color: #63734A; }

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

This text font color is #63734A.


Background Color

.myBgColor { background-color: #63734A; }

<div style="background-color:#63734A">Inner text</div>

This div background color is #63734A.


Border color

.myBorderColor { border: 1px solid #63734A; }

<div style="border:3px solid #63734A">Div</div>

This div border color is #63734A.


Opacity

.myOpacity80 { color: #63734A; opacity: 0.8; }

<p style="color:#63734A;opacity:0.8;">80%</p>

Text with #63734A 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 #63734A;}

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

This text has shadow with #63734A color.

.textShadow {text-shadow: 3px 3px 1px #63734A, 3px 3px 1px red;}

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

This text has shadow with #63734A primary color and red secondary color.


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

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

This text has shadow with #63734A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63734A on black background.


Color preview on white background

This text has color #63734A on white background.



Black color preview on #63734A background

This text has black color on #63734A background.


White color preview on #63734A background

This text has white color on #63734A background.