COLOR #468563

HEX: #468563
RGB: (70,133,99)

Renk bilgisi

#468563 contains mainly green and blue colors. #468563 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#468563 color RGB value is (70,133,99).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 133 of 255 = 52%
B 99 of 255 = 39%

70
133
99

R + G + B ~ 39%. #468563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 133 + 99 = 302 (100%)
R 70 of 302 ~ 23.18%
G 133 of 302 ~ 44.04%
B 99 of 302 ~ 32.78%

%23.18
%44.04
%32.78

CMYK RENK MODELİ

#468563 rengi CMYK tonu (47,0,26,48).

  • camgöbeği tonu 47.37%
  • eflatun tonu 0.00%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(47,0,26,48)
C47M0Y26K48 
(47%,0%,26%,48%)
(0.47/0.00/0.26/0.48)	

CMYK yüzdeleri

%47.37
%0
%25.56
%47.84

Codes

Color #468563 in popluar color models

468563
RGB7013399
HSL148°31.03%39.80%
HSB/HSV148°47.37%52.16%
CMYK47.37%0.00%25.56%
47.84%

Color #468563 in popluar number systems.

HEX468563
Decimal7013399
Binary1000110100001011100011
Octal106205143

Shades and tints

Shades of #468563

#468563
(70,133,99)
#40795A
(64,121,90)
#3A6D51
(58,109,81)
#346148
(52,97,72)
#2E553F
(46,85,63)
#284936
(40,73,54)
#223D2D
(34,61,45)
#1C3124
(28,49,36)
#16251B
(22,37,27)
#101912
(16,25,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #468563

#468563
(70,133,99)
#569071
(86,144,113)
#669B7F
(102,155,127)
#76A68D
(118,166,141)
#86B19B
(134,177,155)
#96BCA9
(150,188,169)
#A6C7B7
(166,199,183)
#B6D2C5
(182,210,197)
#C6DDD3
(198,221,211)
#D6E8E1
(214,232,225)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468563; }

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

This text font color is #468563.


Background Color

.myBgColor { background-color: #468563; }

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

This div background color is #468563.


Border color

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

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

This div border color is #468563.


Opacity

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

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

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

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

This text has shadow with #468563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468563 on black background.


Color preview on white background

This text has color #468563 on white background.



Black color preview on #468563 background

This text has black color on #468563 background.


White color preview on #468563 background

This text has white color on #468563 background.