COLOR #346633

HEX: #346633
RGB: (52,102,51)

Color info

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

RGB color model

#346633 color RGB value is (52,102,51).

  • red value is 52;
  • green value is 102;
  • blue value is 51.
RGB:
(52,102,51)
(20%,40%,20%)

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 51 of 255 = 20%

52
102
51

R + G + B ~ 27%. #346633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 51 = 205 (100%)
R 52 of 205 ~ 25.37%
G 102 of 205 ~ 49.76%
B 51 of 205 ~ 24.88%

%25.37
%49.76
%24.88

CMYK color model

#346633 color CMYK value is (49,0,50,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 60.00%
CMYK:
(49,0,50,60)
C49M0Y50K60 
(49%,0%,50%,60%)
(0.49/0.00/0.50/0.60)	

CMYK percentages

%49.02
%0
%50
%60

Codes

Color #346633 in popluar color models

346633
RGB5210251
HSL119°33.33%30.00%
HSB/HSV119°50.00%40.00%
CMYK49.02%0.00%50.00%
60.00%

Color #346633 in popluar number systems.

HEX346633
Decimal5210251
Binary1101001100110110011
Octal6414663

Shades and tints

Shades of #346633

#346633
(52,102,51)
#305D2F
(48,93,47)
#2C542B
(44,84,43)
#284B27
(40,75,39)
#244223
(36,66,35)
#20391F
(32,57,31)
#1C301B
(28,48,27)
#182717
(24,39,23)
#141E13
(20,30,19)
#10150F
(16,21,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #346633

#346633
(52,102,51)
#467345
(70,115,69)
#588057
(88,128,87)
#6A8D69
(106,141,105)
#7C9A7B
(124,154,123)
#8EA78D
(142,167,141)
#A0B49F
(160,180,159)
#B2C1B1
(178,193,177)
#C4CEC3
(196,206,195)
#D6DBD5
(214,219,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346633; }

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

This text font color is #346633.


Background Color

.myBgColor { background-color: #346633; }

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

This div background color is #346633.


Border color

.myBorderColor { border: 1px solid #346633; }

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

This div border color is #346633.


Opacity

.myOpacity80 { color: #346633; opacity: 0.8; }

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

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

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

This text has shadow with #346633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346633 on black background.


Color preview on white background

This text has color #346633 on white background.



Black color preview on #346633 background

This text has black color on #346633 background.


White color preview on #346633 background

This text has white color on #346633 background.