COLOR #638A68

HEX: #638A68
RGB: (99,138,104)

Renk bilgisi

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

RGB renk modeli

#638A68 color RGB value is (99,138,104).

  • kırmız ton 99;
  • yeşil ton 138;
  • mavi ton 104.
RGB:
(99,138,104)
(39%,54%,41%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 138 of 255 = 54%
B 104 of 255 = 41%

99
138
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 138 + 104 = 341 (100%)
R 99 of 341 ~ 29.03%
G 138 of 341 ~ 40.47%
B 104 of 341 ~ 30.5%

%29.03
%40.47
%30.5

CMYK RENK MODELİ

#638A68 rengi CMYK tonu (28,0,25,46).

  • camgöbeği tonu 28.26%
  • eflatun tonu 0.00%
  • sarı tonu 24.64%
  • ana renk tonu 45.88%
CMYK:
(28,0,25,46)
C28M0Y25K46 
(28%,0%,25%,46%)
(0.28/0.00/0.25/0.46)	

CMYK yüzdeleri

%28.26
%0
%24.64
%45.88

Codes

Color #638A68 in popluar color models

638A68
RGB99138104
HSL128°16.46%46.47%
HSB/HSV128°28.26%54.12%
CMYK28.26%0.00%24.64%
45.88%

Color #638A68 in popluar number systems.

HEX638A68
Decimal99138104
Binary1100011100010101101000
Octal143212150

Shades and tints

Shades of #638A68

#638A68
(99,138,104)
#5A7E5F
(90,126,95)
#517256
(81,114,86)
#48664D
(72,102,77)
#3F5A44
(63,90,68)
#364E3B
(54,78,59)
#2D4232
(45,66,50)
#243629
(36,54,41)
#1B2A20
(27,42,32)
#121E17
(18,30,23)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #638A68

#638A68
(99,138,104)
#719475
(113,148,117)
#7F9E82
(127,158,130)
#8DA88F
(141,168,143)
#9BB29C
(155,178,156)
#A9BCA9
(169,188,169)
#B7C6B6
(183,198,182)
#C5D0C3
(197,208,195)
#D3DAD0
(211,218,208)
#E1E4DD
(225,228,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A68 color. Also use rgb(99,138,104) instead hex code.

Text Font Color

.myTextColor { color: #638A68; }

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

This text font color is #638A68.


Background Color

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

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

This div background color is #638A68.


Border color

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

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

This div border color is #638A68.


Opacity

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

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

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

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

This text has shadow with #638A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A68 on black background.


Color preview on white background

This text has color #638A68 on white background.



Black color preview on #638A68 background

This text has black color on #638A68 background.


White color preview on #638A68 background

This text has white color on #638A68 background.