COLOR #636C4A

HEX: #636C4A
RGB: (99,108,74)

Renk bilgisi

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

RGB renk modeli

#636C4A color RGB value is (99,108,74).

  • kırmız ton 99;
  • yeşil ton 108;
  • mavi ton 74.
RGB:
(99,108,74)
(39%,42%,29%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 108 of 255 = 42%
B 74 of 255 = 29%

99
108
74

R + G + B ~ 37%. #636C4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 108 + 74 = 281 (100%)
R 99 of 281 ~ 35.23%
G 108 of 281 ~ 38.43%
B 74 of 281 ~ 26.33%

%35.23
%38.43
%26.33

CMYK RENK MODELİ

#636C4A rengi CMYK tonu (8,0,31,58).

  • camgöbeği tonu 8.33%
  • eflatun tonu 0.00%
  • sarı tonu 31.48%
  • ana renk tonu 57.65%
CMYK:
(8,0,31,58)
C8M0Y31K58 
(8%,0%,31%,58%)
(0.08/0.00/0.31/0.58)	

CMYK yüzdeleri

%8.33
%0
%31.48
%57.65

Codes

Color #636C4A in popluar color models

636C4A
RGB9910874
HSL76°18.68%35.69%
HSB/HSV76°31.48%42.35%
CMYK8.33%0.00%31.48%
57.65%

Color #636C4A in popluar number systems.

HEX636C4A
Decimal9910874
Binary110001111011001001010
Octal143154112

Shades and tints

Shades of #636C4A

#636C4A
(99,108,74)
#5A6344
(90,99,68)
#515A3E
(81,90,62)
#485138
(72,81,56)
#3F4832
(63,72,50)
#363F2C
(54,63,44)
#2D3626
(45,54,38)
#242D20
(36,45,32)
#1B241A
(27,36,26)
#121B14
(18,27,20)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #636C4A

#636C4A
(99,108,74)
#71795A
(113,121,90)
#7F866A
(127,134,106)
#8D937A
(141,147,122)
#9BA08A
(155,160,138)
#A9AD9A
(169,173,154)
#B7BAAA
(183,186,170)
#C5C7BA
(197,199,186)
#D3D4CA
(211,212,202)
#E1E1DA
(225,225,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636C4A color. Also use rgb(99,108,74) instead hex code.

Text Font Color

.myTextColor { color: #636C4A; }

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

This text font color is #636C4A.


Background Color

.myBgColor { background-color: #636C4A; }

<div style="background-color:#636C4A">Inner text</div>

This div background color is #636C4A.


Border color

.myBorderColor { border: 1px solid #636C4A; }

<div style="border:3px solid #636C4A">Div</div>

This div border color is #636C4A.


Opacity

.myOpacity80 { color: #636C4A; opacity: 0.8; }

<p style="color:#636C4A;opacity:0.8;">80%</p>

Text with #636C4A 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 #636C4A;}

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

This text has shadow with #636C4A color.

.textShadow {text-shadow: 3px 3px 1px #636C4A, 3px 3px 1px red;}

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

This text has shadow with #636C4A primary color and red secondary color.


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

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

This text has shadow with #636C4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636C4A on black background.


Color preview on white background

This text has color #636C4A on white background.



Black color preview on #636C4A background

This text has black color on #636C4A background.


White color preview on #636C4A background

This text has white color on #636C4A background.