COLOR #34836F

HEX: #34836F
RGB: (52,131,111)

Color info

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

RGB color model

#34836F color RGB value is (52,131,111).

  • red value is 52;
  • green value is 131;
  • blue value is 111.
RGB:
(52,131,111)
(20%,51%,44%)

RGB channels and saturation

R 52 of 255 = 20%
G 131 of 255 = 51%
B 111 of 255 = 44%

52
131
111

R + G + B ~ 38%. #34836F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 131 + 111 = 294 (100%)
R 52 of 294 ~ 17.69%
G 131 of 294 ~ 44.56%
B 111 of 294 ~ 37.76%

%17.69
%44.56
%37.76

CMYK color model

#34836F color CMYK value is (60,0,15,49).

  • cyan value is 60.31%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(60,0,15,49)
C60M0Y15K49 
(60%,0%,15%,49%)
(0.60/0.00/0.15/0.49)	

CMYK percentages

%60.31
%0
%15.27
%48.63

Codes

Color #34836F in popluar color models

34836F
RGB52131111
HSL165°43.17%35.88%
HSB/HSV165°60.31%51.37%
CMYK60.31%0.00%15.27%
48.63%

Color #34836F in popluar number systems.

HEX34836F
Decimal52131111
Binary110100100000111101111
Octal64203157

Shades and tints

Shades of #34836F

#34836F
(52,131,111)
#307865
(48,120,101)
#2C6D5B
(44,109,91)
#286251
(40,98,81)
#245747
(36,87,71)
#204C3D
(32,76,61)
#1C4133
(28,65,51)
#183629
(24,54,41)
#142B1F
(20,43,31)
#102015
(16,32,21)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #34836F

#34836F
(52,131,111)
#468E7C
(70,142,124)
#589989
(88,153,137)
#6AA496
(106,164,150)
#7CAFA3
(124,175,163)
#8EBAB0
(142,186,176)
#A0C5BD
(160,197,189)
#B2D0CA
(178,208,202)
#C4DBD7
(196,219,215)
#D6E6E4
(214,230,228)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34836F color. Also use rgb(52,131,111) instead hex code.

Text Font Color

.myTextColor { color: #34836F; }

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

This text font color is #34836F.


Background Color

.myBgColor { background-color: #34836F; }

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

This div background color is #34836F.


Border color

.myBorderColor { border: 1px solid #34836F; }

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

This div border color is #34836F.


Opacity

.myOpacity80 { color: #34836F; opacity: 0.8; }

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

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

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

This text has shadow with #34836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34836F on black background.


Color preview on white background

This text has color #34836F on white background.



Black color preview on #34836F background

This text has black color on #34836F background.


White color preview on #34836F background

This text has white color on #34836F background.