COLOR #348C30

HEX: #348C30
RGB: (52,140,48)

Color info

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

RGB color model

#348C30 color RGB value is (52,140,48).

  • red value is 52;
  • green value is 140;
  • blue value is 48.
RGB:
(52,140,48)
(20%,55%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 140 of 255 = 55%
B 48 of 255 = 19%

52
140
48

R + G + B ~ 31%. #348C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 140 + 48 = 240 (100%)
R 52 of 240 ~ 21.67%
G 140 of 240 ~ 58.33%
B 48 of 240 ~ 20%

%21.67
%58.33
%20

CMYK color model

#348C30 color CMYK value is (63,0,66,45).

  • cyan value is 62.86%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(63,0,66,45)
C63M0Y66K45 
(63%,0%,66%,45%)
(0.63/0.00/0.66/0.45)	

CMYK percentages

%62.86
%0
%65.71
%45.1

Codes

Color #348C30 in popluar color models

348C30
RGB5214048
HSL117°48.94%36.86%
HSB/HSV117°65.71%54.90%
CMYK62.86%0.00%65.71%
45.10%

Color #348C30 in popluar number systems.

HEX348C30
Decimal5214048
Binary11010010001100110000
Octal6421460

Shades and tints

Shades of #348C30

#348C30
(52,140,48)
#30802C
(48,128,44)
#2C7428
(44,116,40)
#286824
(40,104,36)
#245C20
(36,92,32)
#20501C
(32,80,28)
#1C4418
(28,68,24)
#183814
(24,56,20)
#142C10
(20,44,16)
#10200C
(16,32,12)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #348C30

#348C30
(52,140,48)
#469642
(70,150,66)
#58A054
(88,160,84)
#6AAA66
(106,170,102)
#7CB478
(124,180,120)
#8EBE8A
(142,190,138)
#A0C89C
(160,200,156)
#B2D2AE
(178,210,174)
#C4DCC0
(196,220,192)
#D6E6D2
(214,230,210)
#E8F0E4
(232,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348C30 color. Also use rgb(52,140,48) instead hex code.

Text Font Color

.myTextColor { color: #348C30; }

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

This text font color is #348C30.


Background Color

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

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

This div background color is #348C30.


Border color

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

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

This div border color is #348C30.


Opacity

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

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

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

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

This text has shadow with #348C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348C30 on black background.


Color preview on white background

This text has color #348C30 on white background.



Black color preview on #348C30 background

This text has black color on #348C30 background.


White color preview on #348C30 background

This text has white color on #348C30 background.