COLOR #467C63

HEX: #467C63
RGB: (70,124,99)

Renk bilgisi

#467C63 contains red, green and blue colors in about the same proportion. #467C63 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#467C63 color RGB value is (70,124,99).

  • kırmız ton 70;
  • yeşil ton 124;
  • mavi ton 99.
RGB:
(70,124,99)
(27%,49%,39%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 124 of 255 = 49%
B 99 of 255 = 39%

70
124
99

R + G + B ~ 38%. #467C63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 124 + 99 = 293 (100%)
R 70 of 293 ~ 23.89%
G 124 of 293 ~ 42.32%
B 99 of 293 ~ 33.79%

%23.89
%42.32
%33.79

CMYK RENK MODELİ

#467C63 rengi CMYK tonu (44,0,20,51).

  • camgöbeği tonu 43.55%
  • eflatun tonu 0.00%
  • sarı tonu 20.16%
  • ana renk tonu 51.37%
CMYK:
(44,0,20,51)
C44M0Y20K51 
(44%,0%,20%,51%)
(0.44/0.00/0.20/0.51)	

CMYK yüzdeleri

%43.55
%0
%20.16
%51.37

Codes

Color #467C63 in popluar color models

467C63
RGB7012499
HSL152°27.84%38.04%
HSB/HSV152°43.55%48.63%
CMYK43.55%0.00%20.16%
51.37%

Color #467C63 in popluar number systems.

HEX467C63
Decimal7012499
Binary100011011111001100011
Octal106174143

Shades and tints

Shades of #467C63

#467C63
(70,124,99)
#40715A
(64,113,90)
#3A6651
(58,102,81)
#345B48
(52,91,72)
#2E503F
(46,80,63)
#284536
(40,69,54)
#223A2D
(34,58,45)
#1C2F24
(28,47,36)
#16241B
(22,36,27)
#101912
(16,25,18)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #467C63

#467C63
(70,124,99)
#568771
(86,135,113)
#66927F
(102,146,127)
#769D8D
(118,157,141)
#86A89B
(134,168,155)
#96B3A9
(150,179,169)
#A6BEB7
(166,190,183)
#B6C9C5
(182,201,197)
#C6D4D3
(198,212,211)
#D6DFE1
(214,223,225)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467C63 color. Also use rgb(70,124,99) instead hex code.

Text Font Color

.myTextColor { color: #467C63; }

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

This text font color is #467C63.


Background Color

.myBgColor { background-color: #467C63; }

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

This div background color is #467C63.


Border color

.myBorderColor { border: 1px solid #467C63; }

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

This div border color is #467C63.


Opacity

.myOpacity80 { color: #467C63; opacity: 0.8; }

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

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

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

This text has shadow with #467C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467C63 on black background.


Color preview on white background

This text has color #467C63 on white background.



Black color preview on #467C63 background

This text has black color on #467C63 background.


White color preview on #467C63 background

This text has white color on #467C63 background.