COLOR #637D6B

HEX: #637D6B
RGB: (99,125,107)

Renk bilgisi

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

RGB renk modeli

#637D6B color RGB value is (99,125,107).

  • kırmız ton 99;
  • yeşil ton 125;
  • mavi ton 107.
RGB:
(99,125,107)
(39%,49%,42%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 125 of 255 = 49%
B 107 of 255 = 42%

99
125
107

R + G + B ~ 43%. #637D6B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 125 + 107 = 331 (100%)
R 99 of 331 ~ 29.91%
G 125 of 331 ~ 37.76%
B 107 of 331 ~ 32.33%

%29.91
%37.76
%32.33

CMYK RENK MODELİ

#637D6B rengi CMYK tonu (21,0,14,51).

  • camgöbeği tonu 20.80%
  • eflatun tonu 0.00%
  • sarı tonu 14.40%
  • ana renk tonu 50.98%
CMYK:
(21,0,14,51)
C21M0Y14K51 
(21%,0%,14%,51%)
(0.21/0.00/0.14/0.51)	

CMYK yüzdeleri

%20.8
%0
%14.4
%50.98

Codes

Color #637D6B in popluar color models

637D6B
RGB99125107
HSL138°11.61%43.92%
HSB/HSV138°20.80%49.02%
CMYK20.80%0.00%14.40%
50.98%

Color #637D6B in popluar number systems.

HEX637D6B
Decimal99125107
Binary110001111111011101011
Octal143175153

Shades and tints

Shades of #637D6B

#637D6B
(99,125,107)
#5A7262
(90,114,98)
#516759
(81,103,89)
#485C50
(72,92,80)
#3F5147
(63,81,71)
#36463E
(54,70,62)
#2D3B35
(45,59,53)
#24302C
(36,48,44)
#1B2523
(27,37,35)
#121A1A
(18,26,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #637D6B

#637D6B
(99,125,107)
#718878
(113,136,120)
#7F9385
(127,147,133)
#8D9E92
(141,158,146)
#9BA99F
(155,169,159)
#A9B4AC
(169,180,172)
#B7BFB9
(183,191,185)
#C5CAC6
(197,202,198)
#D3D5D3
(211,213,211)
#E1E0E0
(225,224,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637D6B color. Also use rgb(99,125,107) instead hex code.

Text Font Color

.myTextColor { color: #637D6B; }

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

This text font color is #637D6B.


Background Color

.myBgColor { background-color: #637D6B; }

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

This div background color is #637D6B.


Border color

.myBorderColor { border: 1px solid #637D6B; }

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

This div border color is #637D6B.


Opacity

.myOpacity80 { color: #637D6B; opacity: 0.8; }

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

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

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

This text has shadow with #637D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D6B on black background.


Color preview on white background

This text has color #637D6B on white background.



Black color preview on #637D6B background

This text has black color on #637D6B background.


White color preview on #637D6B background

This text has white color on #637D6B background.