COLOR #34693D

HEX: #34693D
RGB: (52,105,61)

Color info

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

RGB color model

#34693D color RGB value is (52,105,61).

  • red value is 52;
  • green value is 105;
  • blue value is 61.
RGB:
(52,105,61)
(20%,41%,24%)

RGB channels and saturation

R 52 of 255 = 20%
G 105 of 255 = 41%
B 61 of 255 = 24%

52
105
61

R + G + B ~ 28%. #34693D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 105 + 61 = 218 (100%)
R 52 of 218 ~ 23.85%
G 105 of 218 ~ 48.17%
B 61 of 218 ~ 27.98%

%23.85
%48.17
%27.98

CMYK color model

#34693D color CMYK value is (50,0,42,59).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 58.82%
CMYK:
(50,0,42,59)
C50M0Y42K59 
(50%,0%,42%,59%)
(0.50/0.00/0.42/0.59)	

CMYK percentages

%50.48
%0
%41.9
%58.82

Codes

Color #34693D in popluar color models

34693D
RGB5210561
HSL130°33.76%30.78%
HSB/HSV130°50.48%41.18%
CMYK50.48%0.00%41.90%
58.82%

Color #34693D in popluar number systems.

HEX34693D
Decimal5210561
Binary1101001101001111101
Octal6415175

Shades and tints

Shades of #34693D

#34693D
(52,105,61)
#306038
(48,96,56)
#2C5733
(44,87,51)
#284E2E
(40,78,46)
#244529
(36,69,41)
#203C24
(32,60,36)
#1C331F
(28,51,31)
#182A1A
(24,42,26)
#142115
(20,33,21)
#101810
(16,24,16)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #34693D

#34693D
(52,105,61)
#46764E
(70,118,78)
#58835F
(88,131,95)
#6A9070
(106,144,112)
#7C9D81
(124,157,129)
#8EAA92
(142,170,146)
#A0B7A3
(160,183,163)
#B2C4B4
(178,196,180)
#C4D1C5
(196,209,197)
#D6DED6
(214,222,214)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34693D color. Also use rgb(52,105,61) instead hex code.

Text Font Color

.myTextColor { color: #34693D; }

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

This text font color is #34693D.


Background Color

.myBgColor { background-color: #34693D; }

<div style="background-color:#34693D">Inner text</div>

This div background color is #34693D.


Border color

.myBorderColor { border: 1px solid #34693D; }

<div style="border:3px solid #34693D">Div</div>

This div border color is #34693D.


Opacity

.myOpacity80 { color: #34693D; opacity: 0.8; }

<p style="color:#34693D;opacity:0.8;">80%</p>

Text with #34693D 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 #34693D;}

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

This text has shadow with #34693D color.

.textShadow {text-shadow: 3px 3px 1px #34693D, 3px 3px 1px red;}

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

This text has shadow with #34693D primary color and red secondary color.


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

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

This text has shadow with #34693D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34693D on black background.


Color preview on white background

This text has color #34693D on white background.



Black color preview on #34693D background

This text has black color on #34693D background.


White color preview on #34693D background

This text has white color on #34693D background.