COLOR #468361

HEX: #468361
RGB: (70,131,97)

Renk bilgisi

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

RGB renk modeli

#468361 color RGB value is (70,131,97).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 131 of 255 = 51%
B 97 of 255 = 38%

70
131
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 131 + 97 = 298 (100%)
R 70 of 298 ~ 23.49%
G 131 of 298 ~ 43.96%
B 97 of 298 ~ 32.55%

%23.49
%43.96
%32.55

CMYK RENK MODELİ

#468361 rengi CMYK tonu (47,0,26,49).

  • camgöbeği tonu 46.56%
  • eflatun tonu 0.00%
  • sarı tonu 25.95%
  • ana renk tonu 48.63%
CMYK:
(47,0,26,49)
C47M0Y26K49 
(47%,0%,26%,49%)
(0.47/0.00/0.26/0.49)	

CMYK yüzdeleri

%46.56
%0
%25.95
%48.63

Codes

Color #468361 in popluar color models

468361
RGB7013197
HSL147°30.35%39.41%
HSB/HSV147°46.56%51.37%
CMYK46.56%0.00%25.95%
48.63%

Color #468361 in popluar number systems.

HEX468361
Decimal7013197
Binary1000110100000111100001
Octal106203141

Shades and tints

Shades of #468361

#468361
(70,131,97)
#407859
(64,120,89)
#3A6D51
(58,109,81)
#346249
(52,98,73)
#2E5741
(46,87,65)
#284C39
(40,76,57)
#224131
(34,65,49)
#1C3629
(28,54,41)
#162B21
(22,43,33)
#102019
(16,32,25)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #468361

#468361
(70,131,97)
#568E6F
(86,142,111)
#66997D
(102,153,125)
#76A48B
(118,164,139)
#86AF99
(134,175,153)
#96BAA7
(150,186,167)
#A6C5B5
(166,197,181)
#B6D0C3
(182,208,195)
#C6DBD1
(198,219,209)
#D6E6DF
(214,230,223)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468361; }

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

This text font color is #468361.


Background Color

.myBgColor { background-color: #468361; }

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

This div background color is #468361.


Border color

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

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

This div border color is #468361.


Opacity

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

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

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

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

This text has shadow with #468361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468361 on black background.


Color preview on white background

This text has color #468361 on white background.



Black color preview on #468361 background

This text has black color on #468361 background.


White color preview on #468361 background

This text has white color on #468361 background.