COLOR #468461

HEX: #468461
RGB: (70,132,97)

Renk bilgisi

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

RGB renk modeli

#468461 color RGB value is (70,132,97).

  • kırmız ton 70;
  • yeşil ton 132;
  • mavi ton 97.
RGB:
(70,132,97)
(27%,52%,38%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 132 of 255 = 52%
B 97 of 255 = 38%

70
132
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 132 + 97 = 299 (100%)
R 70 of 299 ~ 23.41%
G 132 of 299 ~ 44.15%
B 97 of 299 ~ 32.44%

%23.41
%44.15
%32.44

CMYK RENK MODELİ

#468461 rengi CMYK tonu (47,0,27,48).

  • camgöbeği tonu 46.97%
  • eflatun tonu 0.00%
  • sarı tonu 26.52%
  • ana renk tonu 48.24%
CMYK:
(47,0,27,48)
C47M0Y27K48 
(47%,0%,27%,48%)
(0.47/0.00/0.27/0.48)	

CMYK yüzdeleri

%46.97
%0
%26.52
%48.24

Codes

Color #468461 in popluar color models

468461
RGB7013297
HSL146°30.69%39.61%
HSB/HSV146°46.97%51.76%
CMYK46.97%0.00%26.52%
48.24%

Color #468461 in popluar number systems.

HEX468461
Decimal7013297
Binary1000110100001001100001
Octal106204141

Shades and tints

Shades of #468461

#468461
(70,132,97)
#407859
(64,120,89)
#3A6C51
(58,108,81)
#346049
(52,96,73)
#2E5441
(46,84,65)
#284839
(40,72,57)
#223C31
(34,60,49)
#1C3029
(28,48,41)
#162421
(22,36,33)
#101819
(16,24,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #468461

#468461
(70,132,97)
#568F6F
(86,143,111)
#669A7D
(102,154,125)
#76A58B
(118,165,139)
#86B099
(134,176,153)
#96BBA7
(150,187,167)
#A6C6B5
(166,198,181)
#B6D1C3
(182,209,195)
#C6DCD1
(198,220,209)
#D6E7DF
(214,231,223)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468461 color. Also use rgb(70,132,97) instead hex code.

Text Font Color

.myTextColor { color: #468461; }

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

This text font color is #468461.


Background Color

.myBgColor { background-color: #468461; }

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

This div background color is #468461.


Border color

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

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

This div border color is #468461.


Opacity

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

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

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

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

This text has shadow with #468461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468461 on black background.


Color preview on white background

This text has color #468461 on white background.



Black color preview on #468461 background

This text has black color on #468461 background.


White color preview on #468461 background

This text has white color on #468461 background.