COLOR #637263

HEX: #637263
RGB: (99,114,99)

Renk bilgisi

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

RGB renk modeli

#637263 color RGB value is (99,114,99).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 114 of 255 = 45%
B 99 of 255 = 39%

99
114
99

R + G + B ~ 41%. #637263 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 114 + 99 = 312 (100%)
R 99 of 312 ~ 31.73%
G 114 of 312 ~ 36.54%
B 99 of 312 ~ 31.73%

%31.73
%36.54
%31.73

CMYK RENK MODELİ

#637263 rengi CMYK tonu (13,0,13,55).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 13.16%
  • ana renk tonu 55.29%
CMYK:
(13,0,13,55)
C13M0Y13K55 
(13%,0%,13%,55%)
(0.13/0.00/0.13/0.55)	

CMYK yüzdeleri

%13.16
%0
%13.16
%55.29

Codes

Color #637263 in popluar color models

637263
RGB9911499
HSL120°7.04%41.76%
HSB/HSV120°13.16%44.71%
CMYK13.16%0.00%13.16%
55.29%

Color #637263 in popluar number systems.

HEX637263
Decimal9911499
Binary110001111100101100011
Octal143162143

Shades and tints

Shades of #637263

#637263
(99,114,99)
#5A685A
(90,104,90)
#515E51
(81,94,81)
#485448
(72,84,72)
#3F4A3F
(63,74,63)
#364036
(54,64,54)
#2D362D
(45,54,45)
#242C24
(36,44,36)
#1B221B
(27,34,27)
#121812
(18,24,18)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #637263

#637263
(99,114,99)
#717E71
(113,126,113)
#7F8A7F
(127,138,127)
#8D968D
(141,150,141)
#9BA29B
(155,162,155)
#A9AEA9
(169,174,169)
#B7BAB7
(183,186,183)
#C5C6C5
(197,198,197)
#D3D2D3
(211,210,211)
#E1DEE1
(225,222,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637263; }

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

This text font color is #637263.


Background Color

.myBgColor { background-color: #637263; }

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

This div background color is #637263.


Border color

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

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

This div border color is #637263.


Opacity

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

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

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

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

This text has shadow with #637263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637263 on black background.


Color preview on white background

This text has color #637263 on white background.



Black color preview on #637263 background

This text has black color on #637263 background.


White color preview on #637263 background

This text has white color on #637263 background.