COLOR #336478

HEX: #336478
RGB: (51,100,120)

Renk bilgisi

#336478 contains mainly green and blue colors. #336478 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#336478 color RGB value is (51,100,120).

  • kırmız ton 51;
  • yeşil ton 100;
  • mavi ton 120.
RGB:
(51,100,120)
(20%,39%,47%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 100 of 255 = 39%
B 120 of 255 = 47%

51
100
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 100 + 120 = 271 (100%)
R 51 of 271 ~ 18.82%
G 100 of 271 ~ 36.9%
B 120 of 271 ~ 44.28%

%18.82
%36.9
%44.28

CMYK RENK MODELİ

#336478 rengi CMYK tonu (58,17,0,53).

  • camgöbeği tonu 57.50%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(58,17,0,53)
C58M17Y0K53 
(58%,17%,0%,53%)
(0.58/0.17/0.00/0.53)	

CMYK yüzdeleri

%57.5
%16.67
%0
%52.94

Codes

Color #336478 in popluar color models

336478
RGB51100120
HSL197°40.35%33.53%
HSB/HSV197°57.50%47.06%
CMYK57.50%16.67%0.00%
52.94%

Color #336478 in popluar number systems.

HEX336478
Decimal51100120
Binary11001111001001111000
Octal63144170

Shades and tints

Shades of #336478

#336478
(51,100,120)
#2F5B6E
(47,91,110)
#2B5264
(43,82,100)
#27495A
(39,73,90)
#234050
(35,64,80)
#1F3746
(31,55,70)
#1B2E3C
(27,46,60)
#172532
(23,37,50)
#131C28
(19,28,40)
#0F131E
(15,19,30)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #336478

#336478
(51,100,120)
#457284
(69,114,132)
#578090
(87,128,144)
#698E9C
(105,142,156)
#7B9CA8
(123,156,168)
#8DAAB4
(141,170,180)
#9FB8C0
(159,184,192)
#B1C6CC
(177,198,204)
#C3D4D8
(195,212,216)
#D5E2E4
(213,226,228)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336478 color. Also use rgb(51,100,120) instead hex code.

Text Font Color

.myTextColor { color: #336478; }

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

This text font color is #336478.


Background Color

.myBgColor { background-color: #336478; }

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

This div background color is #336478.


Border color

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

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

This div border color is #336478.


Opacity

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

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

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

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

This text has shadow with #336478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336478 on black background.


Color preview on white background

This text has color #336478 on white background.



Black color preview on #336478 background

This text has black color on #336478 background.


White color preview on #336478 background

This text has white color on #336478 background.