COLOR #348A49

HEX: #348A49
RGB: (52,138,73)

Color info

#348A49 contains mainly green color. Web safe color of #348A49 is #339933 (or #393).

RGB color model

#348A49 color RGB value is (52,138,73).

  • red value is 52;
  • green value is 138;
  • blue value is 73.
RGB:
(52,138,73)
(20%,54%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 138 of 255 = 54%
B 73 of 255 = 29%

52
138
73

R + G + B ~ 34%. #348A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 138 + 73 = 263 (100%)
R 52 of 263 ~ 19.77%
G 138 of 263 ~ 52.47%
B 73 of 263 ~ 27.76%

%19.77
%52.47
%27.76

CMYK color model

#348A49 color CMYK value is (62,0,47,46).

  • cyan value is 62.32%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(62,0,47,46)
C62M0Y47K46 
(62%,0%,47%,46%)
(0.62/0.00/0.47/0.46)	

CMYK percentages

%62.32
%0
%47.1
%45.88

Codes

Color #348A49 in popluar color models

348A49
RGB5213873
HSL135°45.26%37.25%
HSB/HSV135°62.32%54.12%
CMYK62.32%0.00%47.10%
45.88%

Color #348A49 in popluar number systems.

HEX348A49
Decimal5213873
Binary110100100010101001001
Octal64212111

Shades and tints

Shades of #348A49

#348A49
(52,138,73)
#307E43
(48,126,67)
#2C723D
(44,114,61)
#286637
(40,102,55)
#245A31
(36,90,49)
#204E2B
(32,78,43)
#1C4225
(28,66,37)
#18361F
(24,54,31)
#142A19
(20,42,25)
#101E13
(16,30,19)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #348A49

#348A49
(52,138,73)
#469459
(70,148,89)
#589E69
(88,158,105)
#6AA879
(106,168,121)
#7CB289
(124,178,137)
#8EBC99
(142,188,153)
#A0C6A9
(160,198,169)
#B2D0B9
(178,208,185)
#C4DAC9
(196,218,201)
#D6E4D9
(214,228,217)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348A49 color. Also use rgb(52,138,73) instead hex code.

Text Font Color

.myTextColor { color: #348A49; }

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

This text font color is #348A49.


Background Color

.myBgColor { background-color: #348A49; }

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

This div background color is #348A49.


Border color

.myBorderColor { border: 1px solid #348A49; }

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

This div border color is #348A49.


Opacity

.myOpacity80 { color: #348A49; opacity: 0.8; }

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

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

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

This text has shadow with #348A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348A49 on black background.


Color preview on white background

This text has color #348A49 on white background.



Black color preview on #348A49 background

This text has black color on #348A49 background.


White color preview on #348A49 background

This text has white color on #348A49 background.