COLOR #348250

HEX: #348250
RGB: (52,130,80)

Color info

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

RGB color model

#348250 color RGB value is (52,130,80).

  • red value is 52;
  • green value is 130;
  • blue value is 80.
RGB:
(52,130,80)
(20%,51%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 130 of 255 = 51%
B 80 of 255 = 31%

52
130
80

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

Portions of RGB colors in percentages

R + G + B =
52 + 130 + 80 = 262 (100%)
R 52 of 262 ~ 19.85%
G 130 of 262 ~ 49.62%
B 80 of 262 ~ 30.53%

%19.85
%49.62
%30.53

CMYK color model

#348250 color CMYK value is (60,0,38,49).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(60,0,38,49)
C60M0Y38K49 
(60%,0%,38%,49%)
(0.60/0.00/0.38/0.49)	

CMYK percentages

%60
%0
%38.46
%49.02

Codes

Color #348250 in popluar color models

348250
RGB5213080
HSL142°42.86%35.69%
HSB/HSV142°60.00%50.98%
CMYK60.00%0.00%38.46%
49.02%

Color #348250 in popluar number systems.

HEX348250
Decimal5213080
Binary110100100000101010000
Octal64202120

Shades and tints

Shades of #348250

#348250
(52,130,80)
#307749
(48,119,73)
#2C6C42
(44,108,66)
#28613B
(40,97,59)
#245634
(36,86,52)
#204B2D
(32,75,45)
#1C4026
(28,64,38)
#18351F
(24,53,31)
#142A18
(20,42,24)
#101F11
(16,31,17)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #348250

#348250
(52,130,80)
#468D5F
(70,141,95)
#58986E
(88,152,110)
#6AA37D
(106,163,125)
#7CAE8C
(124,174,140)
#8EB99B
(142,185,155)
#A0C4AA
(160,196,170)
#B2CFB9
(178,207,185)
#C4DAC8
(196,218,200)
#D6E5D7
(214,229,215)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348250 color. Also use rgb(52,130,80) instead hex code.

Text Font Color

.myTextColor { color: #348250; }

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

This text font color is #348250.


Background Color

.myBgColor { background-color: #348250; }

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

This div background color is #348250.


Border color

.myBorderColor { border: 1px solid #348250; }

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

This div border color is #348250.


Opacity

.myOpacity80 { color: #348250; opacity: 0.8; }

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

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

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

This text has shadow with #348250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348250 on black background.


Color preview on white background

This text has color #348250 on white background.



Black color preview on #348250 background

This text has black color on #348250 background.


White color preview on #348250 background

This text has white color on #348250 background.