COLOR #345E37

HEX: #345E37
RGB: (52,94,55)

Color info

#345E37 contains red, green and blue colors in about the same proportion. Web safe color of #345E37 is #336633 (or #363).

RGB color model

#345E37 color RGB value is (52,94,55).

  • red value is 52;
  • green value is 94;
  • blue value is 55.
RGB:
(52,94,55)
(20%,37%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 94 of 255 = 37%
B 55 of 255 = 22%

52
94
55

R + G + B ~ 26%. #345E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 94 + 55 = 201 (100%)
R 52 of 201 ~ 25.87%
G 94 of 201 ~ 46.77%
B 55 of 201 ~ 27.36%

%25.87
%46.77
%27.36

CMYK color model

#345E37 color CMYK value is (45,0,41,63).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(45,0,41,63)
C45M0Y41K63 
(45%,0%,41%,63%)
(0.45/0.00/0.41/0.63)	

CMYK percentages

%44.68
%0
%41.49
%63.14

Codes

Color #345E37 in popluar color models

345E37
RGB529455
HSL124°28.77%28.63%
HSB/HSV124°44.68%36.86%
CMYK44.68%0.00%41.49%
63.14%

Color #345E37 in popluar number systems.

HEX345E37
Decimal529455
Binary1101001011110110111
Octal6413667

Shades and tints

Shades of #345E37

#345E37
(52,94,55)
#305632
(48,86,50)
#2C4E2D
(44,78,45)
#284628
(40,70,40)
#243E23
(36,62,35)
#20361E
(32,54,30)
#1C2E19
(28,46,25)
#182614
(24,38,20)
#141E0F
(20,30,15)
#10160A
(16,22,10)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #345E37

#345E37
(52,94,55)
#466C49
(70,108,73)
#587A5B
(88,122,91)
#6A886D
(106,136,109)
#7C967F
(124,150,127)
#8EA491
(142,164,145)
#A0B2A3
(160,178,163)
#B2C0B5
(178,192,181)
#C4CEC7
(196,206,199)
#D6DCD9
(214,220,217)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345E37 color. Also use rgb(52,94,55) instead hex code.

Text Font Color

.myTextColor { color: #345E37; }

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

This text font color is #345E37.


Background Color

.myBgColor { background-color: #345E37; }

<div style="background-color:#345E37">Inner text</div>

This div background color is #345E37.


Border color

.myBorderColor { border: 1px solid #345E37; }

<div style="border:3px solid #345E37">Div</div>

This div border color is #345E37.


Opacity

.myOpacity80 { color: #345E37; opacity: 0.8; }

<p style="color:#345E37;opacity:0.8;">80%</p>

Text with #345E37 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 #345E37;}

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

This text has shadow with #345E37 color.

.textShadow {text-shadow: 3px 3px 1px #345E37, 3px 3px 1px red;}

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

This text has shadow with #345E37 primary color and red secondary color.


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

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

This text has shadow with #345E37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345E37 on black background.


Color preview on white background

This text has color #345E37 on white background.



Black color preview on #345E37 background

This text has black color on #345E37 background.


White color preview on #345E37 background

This text has white color on #345E37 background.