COLOR #347B49

HEX: #347B49
RGB: (52,123,73)

Renk bilgisi

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

RGB renk modeli

#347B49 color RGB value is (52,123,73).

  • kırmız ton 52;
  • yeşil ton 123;
  • mavi ton 73.
RGB:
(52,123,73)
(20%,48%,29%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 123 of 255 = 48%
B 73 of 255 = 29%

52
123
73

R + G + B ~ 32%. #347B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 123 + 73 = 248 (100%)
R 52 of 248 ~ 20.97%
G 123 of 248 ~ 49.6%
B 73 of 248 ~ 29.44%

%20.97
%49.6
%29.44

CMYK RENK MODELİ

#347B49 rengi CMYK tonu (58,0,41,52).

  • camgöbeği tonu 57.72%
  • eflatun tonu 0.00%
  • sarı tonu 40.65%
  • ana renk tonu 51.76%
CMYK:
(58,0,41,52)
C58M0Y41K52 
(58%,0%,41%,52%)
(0.58/0.00/0.41/0.52)	

CMYK yüzdeleri

%57.72
%0
%40.65
%51.76

Codes

Color #347B49 in popluar color models

347B49
RGB5212373
HSL138°40.57%34.31%
HSB/HSV138°57.72%48.24%
CMYK57.72%0.00%40.65%
51.76%

Color #347B49 in popluar number systems.

HEX347B49
Decimal5212373
Binary11010011110111001001
Octal64173111

Shades and tints

Shades of #347B49

#347B49
(52,123,73)
#307043
(48,112,67)
#2C653D
(44,101,61)
#285A37
(40,90,55)
#244F31
(36,79,49)
#20442B
(32,68,43)
#1C3925
(28,57,37)
#182E1F
(24,46,31)
#142319
(20,35,25)
#101813
(16,24,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #347B49

#347B49
(52,123,73)
#468759
(70,135,89)
#589369
(88,147,105)
#6A9F79
(106,159,121)
#7CAB89
(124,171,137)
#8EB799
(142,183,153)
#A0C3A9
(160,195,169)
#B2CFB9
(178,207,185)
#C4DBC9
(196,219,201)
#D6E7D9
(214,231,217)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347B49 color. Also use rgb(52,123,73) instead hex code.

Text Font Color

.myTextColor { color: #347B49; }

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

This text font color is #347B49.


Background Color

.myBgColor { background-color: #347B49; }

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

This div background color is #347B49.


Border color

.myBorderColor { border: 1px solid #347B49; }

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

This div border color is #347B49.


Opacity

.myOpacity80 { color: #347B49; opacity: 0.8; }

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

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

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

This text has shadow with #347B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347B49 on black background.


Color preview on white background

This text has color #347B49 on white background.



Black color preview on #347B49 background

This text has black color on #347B49 background.


White color preview on #347B49 background

This text has white color on #347B49 background.