COLOR #468521

HEX: #468521
RGB: (70,133,33)

Renk bilgisi

#468521 contains mainly green color. #468521 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#468521 color RGB value is (70,133,33).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 133 of 255 = 52%
B 33 of 255 = 13%

70
133
33

R + G + B ~ 31%. #468521 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 133 + 33 = 236 (100%)
R 70 of 236 ~ 29.66%
G 133 of 236 ~ 56.36%
B 33 of 236 ~ 13.98%

%29.66
%56.36
%13.98

CMYK RENK MODELİ

#468521 rengi CMYK tonu (47,0,75,48).

  • camgöbeği tonu 47.37%
  • eflatun tonu 0.00%
  • sarı tonu 75.19%
  • ana renk tonu 47.84%
CMYK:
(47,0,75,48)
C47M0Y75K48 
(47%,0%,75%,48%)
(0.47/0.00/0.75/0.48)	

CMYK yüzdeleri

%47.37
%0
%75.19
%47.84

Codes

Color #468521 in popluar color models

468521
RGB7013333
HSL98°60.24%32.55%
HSB/HSV98°75.19%52.16%
CMYK47.37%0.00%75.19%
47.84%

Color #468521 in popluar number systems.

HEX468521
Decimal7013333
Binary100011010000101100001
Octal10620541

Shades and tints

Shades of #468521

#468521
(70,133,33)
#40791E
(64,121,30)
#3A6D1B
(58,109,27)
#346118
(52,97,24)
#2E5515
(46,85,21)
#284912
(40,73,18)
#223D0F
(34,61,15)
#1C310C
(28,49,12)
#162509
(22,37,9)
#101906
(16,25,6)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #468521

#468521
(70,133,33)
#569035
(86,144,53)
#669B49
(102,155,73)
#76A65D
(118,166,93)
#86B171
(134,177,113)
#96BC85
(150,188,133)
#A6C799
(166,199,153)
#B6D2AD
(182,210,173)
#C6DDC1
(198,221,193)
#D6E8D5
(214,232,213)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468521; }

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

This text font color is #468521.


Background Color

.myBgColor { background-color: #468521; }

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

This div background color is #468521.


Border color

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

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

This div border color is #468521.


Opacity

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

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

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

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

This text has shadow with #468521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468521 on black background.


Color preview on white background

This text has color #468521 on white background.



Black color preview on #468521 background

This text has black color on #468521 background.


White color preview on #468521 background

This text has white color on #468521 background.