COLOR #346848

HEX: #346848
RGB: (52,104,72)

Renk bilgisi

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

RGB renk modeli

#346848 color RGB value is (52,104,72).

  • kırmız ton 52;
  • yeşil ton 104;
  • mavi ton 72.
RGB:
(52,104,72)
(20%,41%,28%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 104 of 255 = 41%
B 72 of 255 = 28%

52
104
72

R + G + B ~ 30%. #346848 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 104 + 72 = 228 (100%)
R 52 of 228 ~ 22.81%
G 104 of 228 ~ 45.61%
B 72 of 228 ~ 31.58%

%22.81
%45.61
%31.58

CMYK RENK MODELİ

#346848 rengi CMYK tonu (50,0,31,59).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 59.22%
CMYK:
(50,0,31,59)
C50M0Y31K59 
(50%,0%,31%,59%)
(0.50/0.00/0.31/0.59)	

CMYK yüzdeleri

%50
%0
%30.77
%59.22

Codes

Color #346848 in popluar color models

346848
RGB5210472
HSL143°33.33%30.59%
HSB/HSV143°50.00%40.78%
CMYK50.00%0.00%30.77%
59.22%

Color #346848 in popluar number systems.

HEX346848
Decimal5210472
Binary11010011010001001000
Octal64150110

Shades and tints

Shades of #346848

#346848
(52,104,72)
#305F42
(48,95,66)
#2C563C
(44,86,60)
#284D36
(40,77,54)
#244430
(36,68,48)
#203B2A
(32,59,42)
#1C3224
(28,50,36)
#18291E
(24,41,30)
#142018
(20,32,24)
#101712
(16,23,18)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #346848

#346848
(52,104,72)
#467558
(70,117,88)
#588268
(88,130,104)
#6A8F78
(106,143,120)
#7C9C88
(124,156,136)
#8EA998
(142,169,152)
#A0B6A8
(160,182,168)
#B2C3B8
(178,195,184)
#C4D0C8
(196,208,200)
#D6DDD8
(214,221,216)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346848 color. Also use rgb(52,104,72) instead hex code.

Text Font Color

.myTextColor { color: #346848; }

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

This text font color is #346848.


Background Color

.myBgColor { background-color: #346848; }

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

This div background color is #346848.


Border color

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

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

This div border color is #346848.


Opacity

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

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

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

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

This text has shadow with #346848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346848 on black background.


Color preview on white background

This text has color #346848 on white background.



Black color preview on #346848 background

This text has black color on #346848 background.


White color preview on #346848 background

This text has white color on #346848 background.