COLOR #348B36

HEX: #348B36 RGB: (52,139,54)

Color info

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

RGB color model

#348B36 color RGB value is (52,139,54).

RGB: (52,139,54) (20%, 55%, 21%)

RGB channels and saturation

R 52 of 255 = 20%
G 139 of 255 = 55%
B 54 of 255 = 21%

52
139
54

R + G + B ~ 32%. #348B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 139 + 54 = 245 (100%)
R 52 of 245 ~ 21.22%
G 139 of 245 ~ 56.73%
B 54 of 245 ~ 22.04'%

%21.22
%56.73
%22.04

CMYK color model

#348B36 color CMYK value is (63,0,61,45).

  • cyan value is 62.59%
  • magenta value is 0.00%
  • yellow value is 61.15%
  • key color value is 45.49%

CMYK: (63,0,61,45)
C63M0Y61K45 (63%, 0%, 61%, 45%)
(0.63 / 0.00 / 0.61 / 0.45)

CMYK percentages

%62.59
%0
%61.15
%45.49

Codes

Color #348B36 in popluar color models

34 8B 36
RGB 52 139 54
HSL 121° 45.55% 37.45%
HSB/HSV 121° 62.59% 54.51%
CMYK 62.59% 0.00% 61.15%
45.49%

Color #348B36 in popluar number systems.

HEX 34 8B 36
Decimal 52 139 54
Binary 110100 10001011 110110
Octal 64 213 66

Shades and tints

Shades of #348B36

#348B36
(52,139,54)
#307F32
(48,127,50)
#2C732E
(44,115,46)
#28672A
(40,103,42)
#245B26
(36,91,38)
#204F22
(32,79,34)
#1C431E
(28,67,30)
#18371A
(24,55,26)
#142B16
(20,43,22)
#101F12
(16,31,18)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #348B36

#348B36
(52,139,54)
#469548
(70,149,72)
#589F5A
(88,159,90)
#6AA96C
(106,169,108)
#7CB37E
(124,179,126)
#8EBD90
(142,189,144)
#A0C7A2
(160,199,162)
#B2D1B4
(178,209,180)
#C4DBC6
(196,219,198)
#D6E5D8
(214,229,216)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348B36 color. Also use rgb(52,139,54) instead hex code.

Text Font Color

.myTextColor { color: #348B36; }

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

This text font color is #348B36.

Background Color

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

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

This div background color is #348B36.

Border color

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

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

This div border color is #348B36.

Opacity

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

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

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

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

This text has shadow with #348B36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #348B36.

Preview

Color preview on black background

This text has color #348B36 on black background.


Color preview on white background

This text has color #348B36 on white background.


Black color preview on #348B36 background

This text has black color on #348B36 background.


White color preview on #348B36 background

This text has white color on #348B36 background.


Related colors

Complementary color

Complementary color for #hex is #CB74C9.


I love getcolorcode.com

Triadic colors

1 #36348B and #8B3634 with #348B36 are triadic colors.

2 #368B34 and #8B3436 with #348B36 are triadic colors.