COLOR #638D5E

HEX: #638D5E
RGB: (99,141,94)

Renk bilgisi

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

RGB renk modeli

#638D5E color RGB value is (99,141,94).

  • kırmız ton 99;
  • yeşil ton 141;
  • mavi ton 94.
RGB:
(99,141,94)
(39%,55%,37%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 141 of 255 = 55%
B 94 of 255 = 37%

99
141
94

R + G + B ~ 44%. #638D5E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 141 + 94 = 334 (100%)
R 99 of 334 ~ 29.64%
G 141 of 334 ~ 42.22%
B 94 of 334 ~ 28.14%

%29.64
%42.22
%28.14

CMYK RENK MODELİ

#638D5E rengi CMYK tonu (30,0,33,45).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 44.71%
CMYK:
(30,0,33,45)
C30M0Y33K45 
(30%,0%,33%,45%)
(0.30/0.00/0.33/0.45)	

CMYK yüzdeleri

%29.79
%0
%33.33
%44.71

Codes

Color #638D5E in popluar color models

638D5E
RGB9914194
HSL114°20.00%46.08%
HSB/HSV114°33.33%55.29%
CMYK29.79%0.00%33.33%
44.71%

Color #638D5E in popluar number systems.

HEX638D5E
Decimal9914194
Binary1100011100011011011110
Octal143215136

Shades and tints

Shades of #638D5E

#638D5E
(99,141,94)
#5A8156
(90,129,86)
#51754E
(81,117,78)
#486946
(72,105,70)
#3F5D3E
(63,93,62)
#365136
(54,81,54)
#2D452E
(45,69,46)
#243926
(36,57,38)
#1B2D1E
(27,45,30)
#122116
(18,33,22)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #638D5E

#638D5E
(99,141,94)
#71976C
(113,151,108)
#7FA17A
(127,161,122)
#8DAB88
(141,171,136)
#9BB596
(155,181,150)
#A9BFA4
(169,191,164)
#B7C9B2
(183,201,178)
#C5D3C0
(197,211,192)
#D3DDCE
(211,221,206)
#E1E7DC
(225,231,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638D5E color. Also use rgb(99,141,94) instead hex code.

Text Font Color

.myTextColor { color: #638D5E; }

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

This text font color is #638D5E.


Background Color

.myBgColor { background-color: #638D5E; }

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

This div background color is #638D5E.


Border color

.myBorderColor { border: 1px solid #638D5E; }

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

This div border color is #638D5E.


Opacity

.myOpacity80 { color: #638D5E; opacity: 0.8; }

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

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

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

This text has shadow with #638D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D5E on black background.


Color preview on white background

This text has color #638D5E on white background.



Black color preview on #638D5E background

This text has black color on #638D5E background.


White color preview on #638D5E background

This text has white color on #638D5E background.