COLOR #348626

HEX: #348626
RGB: (52,134,38)

Color info

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

RGB color model

#348626 color RGB value is (52,134,38).

  • red value is 52;
  • green value is 134;
  • blue value is 38.
RGB:
(52,134,38)
(20%,53%,15%)

RGB channels and saturation

R 52 of 255 = 20%
G 134 of 255 = 53%
B 38 of 255 = 15%

52
134
38

R + G + B ~ 29%. #348626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 134 + 38 = 224 (100%)
R 52 of 224 ~ 23.21%
G 134 of 224 ~ 59.82%
B 38 of 224 ~ 16.96%

%23.21
%59.82
%16.96

CMYK color model

#348626 color CMYK value is (61,0,72,47).

  • cyan value is 61.19%
  • magenta value is 0.00%
  • yellow value is 71.64%
  • key color value is 47.45%
CMYK:
(61,0,72,47)
C61M0Y72K47 
(61%,0%,72%,47%)
(0.61/0.00/0.72/0.47)	

CMYK percentages

%61.19
%0
%71.64
%47.45

Codes

Color #348626 in popluar color models

348626
RGB5213438
HSL111°55.81%33.73%
HSB/HSV111°71.64%52.55%
CMYK61.19%0.00%71.64%
47.45%

Color #348626 in popluar number systems.

HEX348626
Decimal5213438
Binary11010010000110100110
Octal6420646

Shades and tints

Shades of #348626

#348626
(52,134,38)
#307A23
(48,122,35)
#2C6E20
(44,110,32)
#28621D
(40,98,29)
#24561A
(36,86,26)
#204A17
(32,74,23)
#1C3E14
(28,62,20)
#183211
(24,50,17)
#14260E
(20,38,14)
#101A0B
(16,26,11)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #348626

#348626
(52,134,38)
#469139
(70,145,57)
#589C4C
(88,156,76)
#6AA75F
(106,167,95)
#7CB272
(124,178,114)
#8EBD85
(142,189,133)
#A0C898
(160,200,152)
#B2D3AB
(178,211,171)
#C4DEBE
(196,222,190)
#D6E9D1
(214,233,209)
#E8F4E4
(232,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348626 color. Also use rgb(52,134,38) instead hex code.

Text Font Color

.myTextColor { color: #348626; }

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

This text font color is #348626.


Background Color

.myBgColor { background-color: #348626; }

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

This div background color is #348626.


Border color

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

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

This div border color is #348626.


Opacity

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

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

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

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

This text has shadow with #348626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348626 on black background.


Color preview on white background

This text has color #348626 on white background.



Black color preview on #348626 background

This text has black color on #348626 background.


White color preview on #348626 background

This text has white color on #348626 background.