COLOR #636A4D

HEX: #636A4D
RGB: (99,106,77)

Renk bilgisi

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

RGB renk modeli

#636A4D color RGB value is (99,106,77).

  • kırmız ton 99;
  • yeşil ton 106;
  • mavi ton 77.
RGB:
(99,106,77)
(39%,42%,30%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 106 of 255 = 42%
B 77 of 255 = 30%

99
106
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 106 + 77 = 282 (100%)
R 99 of 282 ~ 35.11%
G 106 of 282 ~ 37.59%
B 77 of 282 ~ 27.3%

%35.11
%37.59
%27.3

CMYK RENK MODELİ

#636A4D rengi CMYK tonu (7,0,27,58).

  • camgöbeği tonu 6.60%
  • eflatun tonu 0.00%
  • sarı tonu 27.36%
  • ana renk tonu 58.43%
CMYK:
(7,0,27,58)
C7M0Y27K58 
(7%,0%,27%,58%)
(0.07/0.00/0.27/0.58)	

CMYK yüzdeleri

%6.6
%0
%27.36
%58.43

Codes

Color #636A4D in popluar color models

636A4D
RGB9910677
HSL74°15.85%35.88%
HSB/HSV74°27.36%41.57%
CMYK6.60%0.00%27.36%
58.43%

Color #636A4D in popluar number systems.

HEX636A4D
Decimal9910677
Binary110001111010101001101
Octal143152115

Shades and tints

Shades of #636A4D

#636A4D
(99,106,77)
#5A6146
(90,97,70)
#51583F
(81,88,63)
#484F38
(72,79,56)
#3F4631
(63,70,49)
#363D2A
(54,61,42)
#2D3423
(45,52,35)
#242B1C
(36,43,28)
#1B2215
(27,34,21)
#12190E
(18,25,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #636A4D

#636A4D
(99,106,77)
#71775D
(113,119,93)
#7F846D
(127,132,109)
#8D917D
(141,145,125)
#9B9E8D
(155,158,141)
#A9AB9D
(169,171,157)
#B7B8AD
(183,184,173)
#C5C5BD
(197,197,189)
#D3D2CD
(211,210,205)
#E1DFDD
(225,223,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A4D color. Also use rgb(99,106,77) instead hex code.

Text Font Color

.myTextColor { color: #636A4D; }

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

This text font color is #636A4D.


Background Color

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

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

This div background color is #636A4D.


Border color

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

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

This div border color is #636A4D.


Opacity

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

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

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

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

This text has shadow with #636A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A4D on black background.


Color preview on white background

This text has color #636A4D on white background.



Black color preview on #636A4D background

This text has black color on #636A4D background.


White color preview on #636A4D background

This text has white color on #636A4D background.