COLOR #636953

HEX: #636953
RGB: (99,105,83)

Renk bilgisi

#636953 contains red, green and blue colors in about the same proportion. #636953 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#636953 color RGB value is (99,105,83).

  • kırmız ton 99;
  • yeşil ton 105;
  • mavi ton 83.
RGB:
(99,105,83)
(39%,41%,33%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 105 of 255 = 41%
B 83 of 255 = 33%

99
105
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 105 + 83 = 287 (100%)
R 99 of 287 ~ 34.49%
G 105 of 287 ~ 36.59%
B 83 of 287 ~ 28.92%

%34.49
%36.59
%28.92

CMYK RENK MODELİ

#636953 rengi CMYK tonu (6,0,21,59).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 20.95%
  • ana renk tonu 58.82%
CMYK:
(6,0,21,59)
C6M0Y21K59 
(6%,0%,21%,59%)
(0.06/0.00/0.21/0.59)	

CMYK yüzdeleri

%5.71
%0
%20.95
%58.82

Codes

Color #636953 in popluar color models

636953
RGB9910583
HSL76°11.70%36.86%
HSB/HSV76°20.95%41.18%
CMYK5.71%0.00%20.95%
58.82%

Color #636953 in popluar number systems.

HEX636953
Decimal9910583
Binary110001111010011010011
Octal143151123

Shades and tints

Shades of #636953

#636953
(99,105,83)
#5A604C
(90,96,76)
#515745
(81,87,69)
#484E3E
(72,78,62)
#3F4537
(63,69,55)
#363C30
(54,60,48)
#2D3329
(45,51,41)
#242A22
(36,42,34)
#1B211B
(27,33,27)
#121814
(18,24,20)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #636953

#636953
(99,105,83)
#717662
(113,118,98)
#7F8371
(127,131,113)
#8D9080
(141,144,128)
#9B9D8F
(155,157,143)
#A9AA9E
(169,170,158)
#B7B7AD
(183,183,173)
#C5C4BC
(197,196,188)
#D3D1CB
(211,209,203)
#E1DEDA
(225,222,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636953 color. Also use rgb(99,105,83) instead hex code.

Text Font Color

.myTextColor { color: #636953; }

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

This text font color is #636953.


Background Color

.myBgColor { background-color: #636953; }

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

This div background color is #636953.


Border color

.myBorderColor { border: 1px solid #636953; }

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

This div border color is #636953.


Opacity

.myOpacity80 { color: #636953; opacity: 0.8; }

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

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

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

This text has shadow with #636953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636953 on black background.


Color preview on white background

This text has color #636953 on white background.



Black color preview on #636953 background

This text has black color on #636953 background.


White color preview on #636953 background

This text has white color on #636953 background.