COLOR #427721

HEX: #427721
RGB: (66,119,33)

Renk bilgisi

#427721 contains mainly red and green colors. #427721 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#427721 color RGB value is (66,119,33).

  • kırmız ton 66;
  • yeşil ton 119;
  • mavi ton 33.
RGB:
(66,119,33)
(26%,47%,13%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 119 of 255 = 47%
B 33 of 255 = 13%

66
119
33

R + G + B ~ 29%. #427721 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 119 + 33 = 218 (100%)
R 66 of 218 ~ 30.28%
G 119 of 218 ~ 54.59%
B 33 of 218 ~ 15.14%

%30.28
%54.59
%15.14

CMYK RENK MODELİ

#427721 rengi CMYK tonu (45,0,72,53).

  • camgöbeği tonu 44.54%
  • eflatun tonu 0.00%
  • sarı tonu 72.27%
  • ana renk tonu 53.33%
CMYK:
(45,0,72,53)
C45M0Y72K53 
(45%,0%,72%,53%)
(0.45/0.00/0.72/0.53)	

CMYK yüzdeleri

%44.54
%0
%72.27
%53.33

Codes

Color #427721 in popluar color models

427721
RGB6611933
HSL97°56.58%29.80%
HSB/HSV97°72.27%46.67%
CMYK44.54%0.00%72.27%
53.33%

Color #427721 in popluar number systems.

HEX427721
Decimal6611933
Binary10000101110111100001
Octal10216741

Shades and tints

Shades of #427721

#427721
(66,119,33)
#3C6D1E
(60,109,30)
#36631B
(54,99,27)
#305918
(48,89,24)
#2A4F15
(42,79,21)
#244512
(36,69,18)
#1E3B0F
(30,59,15)
#18310C
(24,49,12)
#122709
(18,39,9)
#0C1D06
(12,29,6)
#061303
(6,19,3)
#000000
(0,0,0)

Tints of #427721

#427721
(66,119,33)
#538335
(83,131,53)
#648F49
(100,143,73)
#759B5D
(117,155,93)
#86A771
(134,167,113)
#97B385
(151,179,133)
#A8BF99
(168,191,153)
#B9CBAD
(185,203,173)
#CAD7C1
(202,215,193)
#DBE3D5
(219,227,213)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427721 color. Also use rgb(66,119,33) instead hex code.

Text Font Color

.myTextColor { color: #427721; }

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

This text font color is #427721.


Background Color

.myBgColor { background-color: #427721; }

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

This div background color is #427721.


Border color

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

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

This div border color is #427721.


Opacity

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

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

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

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

This text has shadow with #427721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427721 on black background.


Color preview on white background

This text has color #427721 on white background.



Black color preview on #427721 background

This text has black color on #427721 background.


White color preview on #427721 background

This text has white color on #427721 background.