COLOR #34893B

HEX: #34893B
RGB: (52,137,59)

Color info

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

RGB color model

#34893B color RGB value is (52,137,59).

  • red value is 52;
  • green value is 137;
  • blue value is 59.
RGB:
(52,137,59)
(20%,54%,23%)

RGB channels and saturation

R 52 of 255 = 20%
G 137 of 255 = 54%
B 59 of 255 = 23%

52
137
59

R + G + B ~ 32%. #34893B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 137 + 59 = 248 (100%)
R 52 of 248 ~ 20.97%
G 137 of 248 ~ 55.24%
B 59 of 248 ~ 23.79%

%20.97
%55.24
%23.79

CMYK color model

#34893B color CMYK value is (62,0,57,46).

  • cyan value is 62.04%
  • magenta value is 0.00%
  • yellow value is 56.93%
  • key color value is 46.27%
CMYK:
(62,0,57,46)
C62M0Y57K46 
(62%,0%,57%,46%)
(0.62/0.00/0.57/0.46)	

CMYK percentages

%62.04
%0
%56.93
%46.27

Codes

Color #34893B in popluar color models

34893B
RGB5213759
HSL125°44.97%37.06%
HSB/HSV125°62.04%53.73%
CMYK62.04%0.00%56.93%
46.27%

Color #34893B in popluar number systems.

HEX34893B
Decimal5213759
Binary11010010001001111011
Octal6421173

Shades and tints

Shades of #34893B

#34893B
(52,137,59)
#307D36
(48,125,54)
#2C7131
(44,113,49)
#28652C
(40,101,44)
#245927
(36,89,39)
#204D22
(32,77,34)
#1C411D
(28,65,29)
#183518
(24,53,24)
#142913
(20,41,19)
#101D0E
(16,29,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #34893B

#34893B
(52,137,59)
#46934C
(70,147,76)
#589D5D
(88,157,93)
#6AA76E
(106,167,110)
#7CB17F
(124,177,127)
#8EBB90
(142,187,144)
#A0C5A1
(160,197,161)
#B2CFB2
(178,207,178)
#C4D9C3
(196,217,195)
#D6E3D4
(214,227,212)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34893B color. Also use rgb(52,137,59) instead hex code.

Text Font Color

.myTextColor { color: #34893B; }

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

This text font color is #34893B.


Background Color

.myBgColor { background-color: #34893B; }

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

This div background color is #34893B.


Border color

.myBorderColor { border: 1px solid #34893B; }

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

This div border color is #34893B.


Opacity

.myOpacity80 { color: #34893B; opacity: 0.8; }

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

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

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

This text has shadow with #34893B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34893B on black background.


Color preview on white background

This text has color #34893B on white background.



Black color preview on #34893B background

This text has black color on #34893B background.


White color preview on #34893B background

This text has white color on #34893B background.