COLOR #638365

HEX: #638365
RGB: (99,131,101)

Renk bilgisi

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

RGB renk modeli

#638365 color RGB value is (99,131,101).

  • kırmız ton 99;
  • yeşil ton 131;
  • mavi ton 101.
RGB:
(99,131,101)
(39%,51%,40%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 131 of 255 = 51%
B 101 of 255 = 40%

99
131
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 131 + 101 = 331 (100%)
R 99 of 331 ~ 29.91%
G 131 of 331 ~ 39.58%
B 101 of 331 ~ 30.51%

%29.91
%39.58
%30.51

CMYK RENK MODELİ

#638365 rengi CMYK tonu (24,0,23,49).

  • camgöbeği tonu 24.43%
  • eflatun tonu 0.00%
  • sarı tonu 22.90%
  • ana renk tonu 48.63%
CMYK:
(24,0,23,49)
C24M0Y23K49 
(24%,0%,23%,49%)
(0.24/0.00/0.23/0.49)	

CMYK yüzdeleri

%24.43
%0
%22.9
%48.63

Codes

Color #638365 in popluar color models

638365
RGB99131101
HSL124°13.91%45.10%
HSB/HSV124°24.43%51.37%
CMYK24.43%0.00%22.90%
48.63%

Color #638365 in popluar number systems.

HEX638365
Decimal99131101
Binary1100011100000111100101
Octal143203145

Shades and tints

Shades of #638365

#638365
(99,131,101)
#5A785C
(90,120,92)
#516D53
(81,109,83)
#48624A
(72,98,74)
#3F5741
(63,87,65)
#364C38
(54,76,56)
#2D412F
(45,65,47)
#243626
(36,54,38)
#1B2B1D
(27,43,29)
#122014
(18,32,20)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #638365

#638365
(99,131,101)
#718E73
(113,142,115)
#7F9981
(127,153,129)
#8DA48F
(141,164,143)
#9BAF9D
(155,175,157)
#A9BAAB
(169,186,171)
#B7C5B9
(183,197,185)
#C5D0C7
(197,208,199)
#D3DBD5
(211,219,213)
#E1E6E3
(225,230,227)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638365; }

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

This text font color is #638365.


Background Color

.myBgColor { background-color: #638365; }

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

This div background color is #638365.


Border color

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

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

This div border color is #638365.


Opacity

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

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

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

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

This text has shadow with #638365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638365 on black background.


Color preview on white background

This text has color #638365 on white background.



Black color preview on #638365 background

This text has black color on #638365 background.


White color preview on #638365 background

This text has white color on #638365 background.