COLOR #427246

HEX: #427246
RGB: (66,114,70)

Renk bilgisi

#427246 contains red, green and blue colors in about the same proportion. #427246 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#427246 color RGB value is (66,114,70).

  • kırmız ton 66;
  • yeşil ton 114;
  • mavi ton 70.
RGB:
(66,114,70)
(26%,45%,27%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 114 of 255 = 45%
B 70 of 255 = 27%

66
114
70

R + G + B ~ 33%. #427246 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 114 + 70 = 250 (100%)
R 66 of 250 ~ 26.4%
G 114 of 250 ~ 45.6%
B 70 of 250 ~ 28%

%26.4
%45.6
%28

CMYK RENK MODELİ

#427246 rengi CMYK tonu (42,0,39,55).

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 38.60%
  • ana renk tonu 55.29%
CMYK:
(42,0,39,55)
C42M0Y39K55 
(42%,0%,39%,55%)
(0.42/0.00/0.39/0.55)	

CMYK yüzdeleri

%42.11
%0
%38.6
%55.29

Codes

Color #427246 in popluar color models

427246
RGB6611470
HSL125°26.67%35.29%
HSB/HSV125°42.11%44.71%
CMYK42.11%0.00%38.60%
55.29%

Color #427246 in popluar number systems.

HEX427246
Decimal6611470
Binary100001011100101000110
Octal102162106

Shades and tints

Shades of #427246

#427246
(66,114,70)
#3C6840
(60,104,64)
#365E3A
(54,94,58)
#305434
(48,84,52)
#2A4A2E
(42,74,46)
#244028
(36,64,40)
#1E3622
(30,54,34)
#182C1C
(24,44,28)
#122216
(18,34,22)
#0C1810
(12,24,16)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #427246

#427246
(66,114,70)
#537E56
(83,126,86)
#648A66
(100,138,102)
#759676
(117,150,118)
#86A286
(134,162,134)
#97AE96
(151,174,150)
#A8BAA6
(168,186,166)
#B9C6B6
(185,198,182)
#CAD2C6
(202,210,198)
#DBDED6
(219,222,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427246 color. Also use rgb(66,114,70) instead hex code.

Text Font Color

.myTextColor { color: #427246; }

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

This text font color is #427246.


Background Color

.myBgColor { background-color: #427246; }

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

This div background color is #427246.


Border color

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

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

This div border color is #427246.


Opacity

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

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

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

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

This text has shadow with #427246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427246 on black background.


Color preview on white background

This text has color #427246 on white background.



Black color preview on #427246 background

This text has black color on #427246 background.


White color preview on #427246 background

This text has white color on #427246 background.