COLOR #335E16

HEX: #335E16 RGB: (51,94,22)

Color info

#335E16 contains mainly red and green colors. Web safe color of #335E16 is #336600 (or #360).

RGB color model

#335E16 color RGB value is (51,94,22).

RGB: (51,94,22) (20%, 37%, 9%)

RGB channels and saturation

R 51 of 255 = 20%
G 94 of 255 = 37%
B 22 of 255 = 9%

51
94
22

R + G + B ~ 22%. #335E16 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 94 + 22 = 167 (100%)
R 51 of 167 ~ 30.54%
G 94 of 167 ~ 56.29%
B 22 of 167 ~ 13.17'%

%30.54
%56.29
%13.17

CMYK color model

#335E16 color CMYK value is (46,0,77,63).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 76.60%
  • key color value is 63.14%

CMYK: (46,0,77,63)
C46M0Y77K63 (46%, 0%, 77%, 63%)
(0.46 / 0.00 / 0.77 / 0.63)

CMYK percentages

%45.74
%0
%76.6
%63.14

Codes

Color #335E16 in popluar color models

33 5E 16
RGB 51 94 22
HSL 96° 62.07% 22.75%
HSB/HSV 96° 76.60% 36.86%
CMYK 45.74% 0.00% 76.60%
63.14%

Color #335E16 in popluar number systems.

HEX 33 5E 16
Decimal 51 94 22
Binary 110011 1011110 10110
Octal 63 136 26

Shades and tints

Shades of #335E16

#335E16
(51,94,22)
#2F5614
(47,86,20)
#2B4E12
(43,78,18)
#274610
(39,70,16)
#233E0E
(35,62,14)
#1F360C
(31,54,12)
#1B2E0A
(27,46,10)
#172608
(23,38,8)
#131E06
(19,30,6)
#0F1604
(15,22,4)
#0B0E02
(11,14,2)
#000000
(0,0,0)

Tints of #335E16

#335E16
(51,94,22)
#456C2B
(69,108,43)
#577A40
(87,122,64)
#698855
(105,136,85)
#7B966A
(123,150,106)
#8DA47F
(141,164,127)
#9FB294
(159,178,148)
#B1C0A9
(177,192,169)
#C3CEBE
(195,206,190)
#D5DCD3
(213,220,211)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335E16 color. Also use rgb(51,94,22) instead hex code.

Text Font Color

.myTextColor { color: #335E16; }

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

This text font color is #335E16.

Background Color

.myBgColor { background-color: #335E16; }

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

This div background color is #335E16.

Border color

.myBorderColor { border: 1px solid #335E16; }

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

This div border color is #335E16.

Opacity

.myOpacity80 { color: #335E16; opacity: 0.8; }

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

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

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

This text has shadow with #335E16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335E16.

Preview

Color preview on black background

This text has color #335E16 on black background.


Color preview on white background

This text has color #335E16 on white background.


Black color preview on #335E16 background

This text has black color on #335E16 background.


White color preview on #335E16 background

This text has white color on #335E16 background.


Related colors

Complementary color

Complementary color for #hex is #CCA1E9.


I love getcolorcode.com

Triadic colors

1 #16335E and #5E1633 with #335E16 are triadic colors.

2 #165E33 and #5E3316 with #335E16 are triadic colors.