COLOR #335A36

HEX: #335A36 RGB: (51,90,54)

Color info

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

RGB color model

#335A36 color RGB value is (51,90,54).

RGB: (51,90,54) (20%, 35%, 21%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 54 of 255 = 21%

51
90
54

R + G + B ~ 25%. #335A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 90 + 54 = 195 (100%)
R 51 of 195 ~ 26.15%
G 90 of 195 ~ 46.15%
B 54 of 195 ~ 27.69'%

%26.15
%46.15
%27.69

CMYK color model

#335A36 color CMYK value is (43,0,40,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 64.71%

CMYK: (43,0,40,65)
C43M0Y40K65 (43%, 0%, 40%, 65%)
(0.43 / 0.00 / 0.40 / 0.65)

CMYK percentages

%43.33
%0
%40
%64.71

Codes

Color #335A36 in popluar color models

33 5A 36
RGB 51 90 54
HSL 125° 27.66% 27.65%
HSB/HSV 125° 43.33% 35.29%
CMYK 43.33% 0.00% 40.00%
64.71%

Color #335A36 in popluar number systems.

HEX 33 5A 36
Decimal 51 90 54
Binary 110011 1011010 110110
Octal 63 132 66

Shades and tints

Shades of #335A36

#335A36
(51,90,54)
#2F5232
(47,82,50)
#2B4A2E
(43,74,46)
#27422A
(39,66,42)
#233A26
(35,58,38)
#1F3222
(31,50,34)
#1B2A1E
(27,42,30)
#17221A
(23,34,26)
#131A16
(19,26,22)
#0F1212
(15,18,18)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #335A36

#335A36
(51,90,54)
#456948
(69,105,72)
#57785A
(87,120,90)
#69876C
(105,135,108)
#7B967E
(123,150,126)
#8DA590
(141,165,144)
#9FB4A2
(159,180,162)
#B1C3B4
(177,195,180)
#C3D2C6
(195,210,198)
#D5E1D8
(213,225,216)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A36 color. Also use rgb(51,90,54) instead hex code.

Text Font Color

.myTextColor { color: #335A36; }

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

This text font color is #335A36.

Background Color

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

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

This div background color is #335A36.

Border color

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

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

This div border color is #335A36.

Opacity

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

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

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

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

This text has shadow with #335A36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335A36.

Preview

Color preview on black background

This text has color #335A36 on black background.


Color preview on white background

This text has color #335A36 on white background.


Black color preview on #335A36 background

This text has black color on #335A36 background.


White color preview on #335A36 background

This text has white color on #335A36 background.


Related colors

Complementary color

Complementary color for #hex is #CCA5C9.


I love getcolorcode.com

Triadic colors

1 #36335A and #5A3633 with #335A36 are triadic colors.

2 #365A33 and #5A3336 with #335A36 are triadic colors.