COLOR #347B2B

HEX: #347B2B RGB: (52,123,43)

Color info

#347B2B contains mainly green color. Web safe color of #347B2B is #336633 (or #363).

RGB color model

#347B2B color RGB value is (52,123,43).

RGB: (52,123,43) (20%, 48%, 17%)

RGB channels and saturation

R 52 of 255 = 20%
G 123 of 255 = 48%
B 43 of 255 = 17%

52
123
43

R + G + B ~ 28%. #347B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 123 + 43 = 218 (100%)
R 52 of 218 ~ 23.85%
G 123 of 218 ~ 56.42%
B 43 of 218 ~ 19.72'%

%23.85
%56.42
%19.72

CMYK color model

#347B2B color CMYK value is (58,0,65,52).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 65.04%
  • key color value is 51.76%

CMYK: (58,0,65,52)
C58M0Y65K52 (58%, 0%, 65%, 52%)
(0.58 / 0.00 / 0.65 / 0.52)

CMYK percentages

%57.72
%0
%65.04
%51.76

Codes

Color #347B2B in popluar color models

34 7B 2B
RGB 52 123 43
HSL 113° 48.19% 32.55%
HSB/HSV 113° 65.04% 48.24%
CMYK 57.72% 0.00% 65.04%
51.76%

Color #347B2B in popluar number systems.

HEX 34 7B 2B
Decimal 52 123 43
Binary 110100 1111011 101011
Octal 64 173 53

Shades and tints

Shades of #347B2B

#347B2B
(52,123,43)
#307028
(48,112,40)
#2C6525
(44,101,37)
#285A22
(40,90,34)
#244F1F
(36,79,31)
#20441C
(32,68,28)
#1C3919
(28,57,25)
#182E16
(24,46,22)
#142313
(20,35,19)
#101810
(16,24,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #347B2B

#347B2B
(52,123,43)
#46873E
(70,135,62)
#589351
(88,147,81)
#6A9F64
(106,159,100)
#7CAB77
(124,171,119)
#8EB78A
(142,183,138)
#A0C39D
(160,195,157)
#B2CFB0
(178,207,176)
#C4DBC3
(196,219,195)
#D6E7D6
(214,231,214)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347B2B color. Also use rgb(52,123,43) instead hex code.

Text Font Color

.myTextColor { color: #347B2B; }

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

This text font color is #347B2B.

Background Color

.myBgColor { background-color: #347B2B; }

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

This div background color is #347B2B.

Border color

.myBorderColor { border: 1px solid #347B2B; }

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

This div border color is #347B2B.

Opacity

.myOpacity80 { color: #347B2B; opacity: 0.8; }

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

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

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

This text has shadow with #347B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #347B2B.

Preview

Color preview on black background

This text has color #347B2B on black background.


Color preview on white background

This text has color #347B2B on white background.


Black color preview on #347B2B background

This text has black color on #347B2B background.


White color preview on #347B2B background

This text has white color on #347B2B background.


Related colors

Complementary color

Complementary color for #hex is #CB84D4.


I love getcolorcode.com

Triadic colors

1 #2B347B and #7B2B34 with #347B2B are triadic colors.

2 #2B7B34 and #7B342B with #347B2B are triadic colors.