COLOR #349A35

HEX: #349A35 RGB: (52,154,53)

Color info

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

RGB color model

#349A35 color RGB value is (52,154,53).

RGB: (52,154,53) (20%, 60%, 21%)

RGB channels and saturation

R 52 of 255 = 20%
G 154 of 255 = 60%
B 53 of 255 = 21%

52
154
53

R + G + B ~ 34%. #349A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 154 + 53 = 259 (100%)
R 52 of 259 ~ 20.08%
G 154 of 259 ~ 59.46%
B 53 of 259 ~ 20.46'%

%20.08
%59.46
%20.46

CMYK color model

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

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

CMYK: (66,0,66,40)
C66M0Y66K40 (66%, 0%, 66%, 40%)
(0.66 / 0.00 / 0.66 / 0.40)

CMYK percentages

%66.23
%0
%65.58
%39.61

Codes

Color #349A35 in popluar color models

34 9A 35
RGB 52 154 53
HSL 121° 49.51% 40.39%
HSB/HSV 121° 66.23% 60.39%
CMYK 66.23% 0.00% 65.58%
39.61%

Color #349A35 in popluar number systems.

HEX 34 9A 35
Decimal 52 154 53
Binary 110100 10011010 110101
Octal 64 232 65

Shades and tints

Shades of #349A35

#349A35
(52,154,53)
#308C31
(48,140,49)
#2C7E2D
(44,126,45)
#287029
(40,112,41)
#246225
(36,98,37)
#205421
(32,84,33)
#1C461D
(28,70,29)
#183819
(24,56,25)
#142A15
(20,42,21)
#101C11
(16,28,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #349A35

#349A35
(52,154,53)
#46A347
(70,163,71)
#58AC59
(88,172,89)
#6AB56B
(106,181,107)
#7CBE7D
(124,190,125)
#8EC78F
(142,199,143)
#A0D0A1
(160,208,161)
#B2D9B3
(178,217,179)
#C4E2C5
(196,226,197)
#D6EBD7
(214,235,215)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #349A35; }

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

This text font color is #349A35.

Background Color

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

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

This div background color is #349A35.

Border color

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

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

This div border color is #349A35.

Opacity

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

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

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

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

This text has shadow with #349A35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #349A35.

Preview

Color preview on black background

This text has color #349A35 on black background.


Color preview on white background

This text has color #349A35 on white background.


Black color preview on #349A35 background

This text has black color on #349A35 background.


White color preview on #349A35 background

This text has white color on #349A35 background.


Related colors

Complementary color

Complementary color for #hex is #CB65CA.


I love getcolorcode.com

Triadic colors

1 #35349A and #9A3534 with #349A35 are triadic colors.

2 #359A34 and #9A3435 with #349A35 are triadic colors.