COLOR #427C4C

HEX: #427C4C
RGB: (66,124,76)

Renk bilgisi

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

RGB renk modeli

#427C4C color RGB value is (66,124,76).

  • kırmız ton 66;
  • yeşil ton 124;
  • mavi ton 76.
RGB:
(66,124,76)
(26%,49%,30%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 124 of 255 = 49%
B 76 of 255 = 30%

66
124
76

R + G + B ~ 35%. #427C4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 124 + 76 = 266 (100%)
R 66 of 266 ~ 24.81%
G 124 of 266 ~ 46.62%
B 76 of 266 ~ 28.57%

%24.81
%46.62
%28.57

CMYK RENK MODELİ

#427C4C rengi CMYK tonu (47,0,39,51).

  • camgöbeği tonu 46.77%
  • eflatun tonu 0.00%
  • sarı tonu 38.71%
  • ana renk tonu 51.37%
CMYK:
(47,0,39,51)
C47M0Y39K51 
(47%,0%,39%,51%)
(0.47/0.00/0.39/0.51)	

CMYK yüzdeleri

%46.77
%0
%38.71
%51.37

Codes

Color #427C4C in popluar color models

427C4C
RGB6612476
HSL130°30.53%37.25%
HSB/HSV130°46.77%48.63%
CMYK46.77%0.00%38.71%
51.37%

Color #427C4C in popluar number systems.

HEX427C4C
Decimal6612476
Binary100001011111001001100
Octal102174114

Shades and tints

Shades of #427C4C

#427C4C
(66,124,76)
#3C7146
(60,113,70)
#366640
(54,102,64)
#305B3A
(48,91,58)
#2A5034
(42,80,52)
#24452E
(36,69,46)
#1E3A28
(30,58,40)
#182F22
(24,47,34)
#12241C
(18,36,28)
#0C1916
(12,25,22)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #427C4C

#427C4C
(66,124,76)
#53875C
(83,135,92)
#64926C
(100,146,108)
#759D7C
(117,157,124)
#86A88C
(134,168,140)
#97B39C
(151,179,156)
#A8BEAC
(168,190,172)
#B9C9BC
(185,201,188)
#CAD4CC
(202,212,204)
#DBDFDC
(219,223,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427C4C color. Also use rgb(66,124,76) instead hex code.

Text Font Color

.myTextColor { color: #427C4C; }

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

This text font color is #427C4C.


Background Color

.myBgColor { background-color: #427C4C; }

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

This div background color is #427C4C.


Border color

.myBorderColor { border: 1px solid #427C4C; }

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

This div border color is #427C4C.


Opacity

.myOpacity80 { color: #427C4C; opacity: 0.8; }

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

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

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

This text has shadow with #427C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427C4C on black background.


Color preview on white background

This text has color #427C4C on white background.



Black color preview on #427C4C background

This text has black color on #427C4C background.


White color preview on #427C4C background

This text has white color on #427C4C background.