COLOR #348A61

HEX: #348A61
RGB: (52,138,97)

Color info

#348A61 contains mainly green and blue colors. Web safe color of #348A61 is #339966 (or #396).

RGB color model

#348A61 color RGB value is (52,138,97).

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

RGB channels and saturation

R 52 of 255 = 20%
G 138 of 255 = 54%
B 97 of 255 = 38%

52
138
97

R + G + B ~ 37%. #348A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 138 + 97 = 287 (100%)
R 52 of 287 ~ 18.12%
G 138 of 287 ~ 48.08%
B 97 of 287 ~ 33.8%

%18.12
%48.08
%33.8

CMYK color model

#348A61 color CMYK value is (62,0,30,46).

  • cyan value is 62.32%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(62,0,30,46)
C62M0Y30K46 
(62%,0%,30%,46%)
(0.62/0.00/0.30/0.46)	

CMYK percentages

%62.32
%0
%29.71
%45.88

Codes

Color #348A61 in popluar color models

348A61
RGB5213897
HSL151°45.26%37.25%
HSB/HSV151°62.32%54.12%
CMYK62.32%0.00%29.71%
45.88%

Color #348A61 in popluar number systems.

HEX348A61
Decimal5213897
Binary110100100010101100001
Octal64212141

Shades and tints

Shades of #348A61

#348A61
(52,138,97)
#307E59
(48,126,89)
#2C7251
(44,114,81)
#286649
(40,102,73)
#245A41
(36,90,65)
#204E39
(32,78,57)
#1C4231
(28,66,49)
#183629
(24,54,41)
#142A21
(20,42,33)
#101E19
(16,30,25)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #348A61

#348A61
(52,138,97)
#46946F
(70,148,111)
#589E7D
(88,158,125)
#6AA88B
(106,168,139)
#7CB299
(124,178,153)
#8EBCA7
(142,188,167)
#A0C6B5
(160,198,181)
#B2D0C3
(178,208,195)
#C4DAD1
(196,218,209)
#D6E4DF
(214,228,223)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348A61; }

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

This text font color is #348A61.


Background Color

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

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

This div background color is #348A61.


Border color

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

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

This div border color is #348A61.


Opacity

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

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

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

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

This text has shadow with #348A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348A61 on black background.


Color preview on white background

This text has color #348A61 on white background.



Black color preview on #348A61 background

This text has black color on #348A61 background.


White color preview on #348A61 background

This text has white color on #348A61 background.