COLOR #349A33

HEX: #349A33 RGB: (52,154,51)

Color info

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

RGB color model

#349A33 color RGB value is (52,154,51).

RGB: (52,154,51) (20%, 60%, 20%)

RGB channels and saturation

R 52 of 255 = 20%
G 154 of 255 = 60%
B 51 of 255 = 20%

52
154
51

R + G + B ~ 33%. #349A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 154 + 51 = 257 (100%)
R 52 of 257 ~ 20.23%
G 154 of 257 ~ 59.92%
B 51 of 257 ~ 19.84'%

%20.23
%59.92
%19.84

CMYK color model

#349A33 color CMYK value is (66,0,67,40).

  • cyan value is 66.23%
  • magenta value is 0.00%
  • yellow value is 66.88%
  • key color value is 39.61%

CMYK: (66,0,67,40)
C66M0Y67K40 (66%, 0%, 67%, 40%)
(0.66 / 0.00 / 0.67 / 0.40)

CMYK percentages

%66.23
%0
%66.88
%39.61

Codes

Color #349A33 in popluar color models

34 9A 33
RGB 52 154 51
HSL 119° 50.24% 40.20%
HSB/HSV 119° 66.88% 60.39%
CMYK 66.23% 0.00% 66.88%
39.61%

Color #349A33 in popluar number systems.

HEX 34 9A 33
Decimal 52 154 51
Binary 110100 10011010 110011
Octal 64 232 63

Shades and tints

Shades of #349A33

#349A33
(52,154,51)
#308C2F
(48,140,47)
#2C7E2B
(44,126,43)
#287027
(40,112,39)
#246223
(36,98,35)
#20541F
(32,84,31)
#1C461B
(28,70,27)
#183817
(24,56,23)
#142A13
(20,42,19)
#101C0F
(16,28,15)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #349A33

#349A33
(52,154,51)
#46A345
(70,163,69)
#58AC57
(88,172,87)
#6AB569
(106,181,105)
#7CBE7B
(124,190,123)
#8EC78D
(142,199,141)
#A0D09F
(160,208,159)
#B2D9B1
(178,217,177)
#C4E2C3
(196,226,195)
#D6EBD5
(214,235,213)
#E8F4E7
(232,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349A33 color. Also use rgb(52,154,51) instead hex code.

Text Font Color

.myTextColor { color: #349A33; }

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

This text font color is #349A33.

Background Color

.myBgColor { background-color: #349A33; }

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

This div background color is #349A33.

Border color

.myBorderColor { border: 1px solid #349A33; }

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

This div border color is #349A33.

Opacity

.myOpacity80 { color: #349A33; opacity: 0.8; }

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

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

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

This text has shadow with #349A33 color.


.textShadow {text-shadow: 3px 3px 1px #349A33', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #349A33; -webkit-box-shadow: 1px 1px 3px 2px #349A33; box-shadow:1px 1px 3px 2px #349A33;">
Div content here
</div>

This div box has shadow with color #349A33.

Preview

Color preview on black background

This text has color #349A33 on black background.


Color preview on white background

This text has color #349A33 on white background.


Black color preview on #349A33 background

This text has black color on #349A33 background.


White color preview on #349A33 background

This text has white color on #349A33 background.


Related colors

Complementary color

Complementary color for #hex is #CB65CC.


I love getcolorcode.com

Triadic colors

1 #33349A and #9A3334 with #349A33 are triadic colors.

2 #339A34 and #9A3433 with #349A33 are triadic colors.