COLOR #348B10

HEX: #348B10
RGB: (52,139,16)

Color info

#348B10 contains mainly green color. Web safe color of #348B10 is #339900 (or #390).

RGB color model

#348B10 color RGB value is (52,139,16).

  • red value is 52;
  • green value is 139;
  • blue value is 16.
RGB:
(52,139,16)
(20%,55%,6%)

RGB channels and saturation

R 52 of 255 = 20%
G 139 of 255 = 55%
B 16 of 255 = 6%

52
139
16

R + G + B ~ 27%. #348B10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 139 + 16 = 207 (100%)
R 52 of 207 ~ 25.12%
G 139 of 207 ~ 67.15%
B 16 of 207 ~ 7.73%

%25.12
%67.15

CMYK color model

#348B10 color CMYK value is (63,0,88,45).

  • cyan value is 62.59%
  • magenta value is 0.00%
  • yellow value is 88.49%
  • key color value is 45.49%
CMYK:
(63,0,88,45)
C63M0Y88K45 
(63%,0%,88%,45%)
(0.63/0.00/0.88/0.45)	

CMYK percentages

%62.59
%0
%88.49
%45.49

Codes

Color #348B10 in popluar color models

348B10
RGB5213916
HSL102°79.35%30.39%
HSB/HSV102°88.49%54.51%
CMYK62.59%0.00%88.49%
45.49%

Color #348B10 in popluar number systems.

HEX348B10
Decimal5213916
Binary1101001000101110000
Octal6421320

Shades and tints

Shades of #348B10

#348B10
(52,139,16)
#307F0F
(48,127,15)
#2C730E
(44,115,14)
#28670D
(40,103,13)
#245B0C
(36,91,12)
#204F0B
(32,79,11)
#1C430A
(28,67,10)
#183709
(24,55,9)
#142B08
(20,43,8)
#101F07
(16,31,7)
#0C1306
(12,19,6)
#000000
(0,0,0)

Tints of #348B10

#348B10
(52,139,16)
#469525
(70,149,37)
#589F3A
(88,159,58)
#6AA94F
(106,169,79)
#7CB364
(124,179,100)
#8EBD79
(142,189,121)
#A0C78E
(160,199,142)
#B2D1A3
(178,209,163)
#C4DBB8
(196,219,184)
#D6E5CD
(214,229,205)
#E8EFE2
(232,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348B10; }

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

This text font color is #348B10.


Background Color

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

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

This div background color is #348B10.


Border color

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

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

This div border color is #348B10.


Opacity

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

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

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

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

This text has shadow with #348B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348B10 on black background.


Color preview on white background

This text has color #348B10 on white background.



Black color preview on #348B10 background

This text has black color on #348B10 background.


White color preview on #348B10 background

This text has white color on #348B10 background.