COLOR #63744C

HEX: #63744C
RGB: (99,116,76)

Renk bilgisi

#63744C contains red, green and blue colors in about the same proportion. #63744C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#63744C color RGB value is (99,116,76).

  • kırmız ton 99;
  • yeşil ton 116;
  • mavi ton 76.
RGB:
(99,116,76)
(39%,45%,30%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 116 of 255 = 45%
B 76 of 255 = 30%

99
116
76

R + G + B ~ 38%. #63744C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 116 + 76 = 291 (100%)
R 99 of 291 ~ 34.02%
G 116 of 291 ~ 39.86%
B 76 of 291 ~ 26.12%

%34.02
%39.86
%26.12

CMYK RENK MODELİ

#63744C rengi CMYK tonu (15,0,34,55).

  • camgöbeği tonu 14.66%
  • eflatun tonu 0.00%
  • sarı tonu 34.48%
  • ana renk tonu 54.51%
CMYK:
(15,0,34,55)
C15M0Y34K55 
(15%,0%,34%,55%)
(0.15/0.00/0.34/0.55)	

CMYK yüzdeleri

%14.66
%0
%34.48
%54.51

Codes

Color #63744C in popluar color models

63744C
RGB9911676
HSL86°20.83%37.65%
HSB/HSV86°34.48%45.49%
CMYK14.66%0.00%34.48%
54.51%

Color #63744C in popluar number systems.

HEX63744C
Decimal9911676
Binary110001111101001001100
Octal143164114

Shades and tints

Shades of #63744C

#63744C
(99,116,76)
#5A6A46
(90,106,70)
#516040
(81,96,64)
#48563A
(72,86,58)
#3F4C34
(63,76,52)
#36422E
(54,66,46)
#2D3828
(45,56,40)
#242E22
(36,46,34)
#1B241C
(27,36,28)
#121A16
(18,26,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #63744C

#63744C
(99,116,76)
#71805C
(113,128,92)
#7F8C6C
(127,140,108)
#8D987C
(141,152,124)
#9BA48C
(155,164,140)
#A9B09C
(169,176,156)
#B7BCAC
(183,188,172)
#C5C8BC
(197,200,188)
#D3D4CC
(211,212,204)
#E1E0DC
(225,224,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63744C color. Also use rgb(99,116,76) instead hex code.

Text Font Color

.myTextColor { color: #63744C; }

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

This text font color is #63744C.


Background Color

.myBgColor { background-color: #63744C; }

<div style="background-color:#63744C">Inner text</div>

This div background color is #63744C.


Border color

.myBorderColor { border: 1px solid #63744C; }

<div style="border:3px solid #63744C">Div</div>

This div border color is #63744C.


Opacity

.myOpacity80 { color: #63744C; opacity: 0.8; }

<p style="color:#63744C;opacity:0.8;">80%</p>

Text with #63744C 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 #63744C;}

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

This text has shadow with #63744C color.

.textShadow {text-shadow: 3px 3px 1px #63744C, 3px 3px 1px red;}

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

This text has shadow with #63744C primary color and red secondary color.


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

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

This text has shadow with #63744C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63744C on black background.


Color preview on white background

This text has color #63744C on white background.



Black color preview on #63744C background

This text has black color on #63744C background.


White color preview on #63744C background

This text has white color on #63744C background.