COLOR #335A2B

HEX: #335A2B
RGB: (51,90,43)

Color info

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

RGB color model

#335A2B color RGB value is (51,90,43).

  • red value is 51;
  • green value is 90;
  • blue value is 43.
RGB: (51,90,43) (20%,35%,17%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 43 of 255 = 17%

51
90
43

R + G + B ~ 24%. #335A2B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 43 = 184 (100%)
R 51 of 184 ~ 27.72%
G 90 of 184 ~ 48.91%
B 43 of 184 ~ 23.37%

%27.72
%48.91
%23.37

CMYK color model

#335A2B color CMYK value is (43,0,52,65).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 52.22%
  • key color value is 64.71%
CMYK: (43,0,52,65) C43M0Y52K65 (43%,0%,52%,65%) (0.43/0.00/0.52/0.65)

CMYK percentages

%43.33
%0
%52.22
%64.71

Codes

Color #335A2B in popluar color models

335A2B
RGB519043
HSL110°35.34%26.08%
HSB/HSV110°52.22%35.29%
CMYK43.33%0.00%52.22%
64.71%

Color #335A2B in popluar number systems.

HEX335A2B
Decimal519043
Binary1100111011010101011
Octal6313253

Shades and tints

Shades of #335A2B

#335A2B
(51,90,43)
#2F5228
(47,82,40)
#2B4A25
(43,74,37)
#274222
(39,66,34)
#233A1F
(35,58,31)
#1F321C
(31,50,28)
#1B2A19
(27,42,25)
#172216
(23,34,22)
#131A13
(19,26,19)
#0F1210
(15,18,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #335A2B

#335A2B
(51,90,43)
#45693E
(69,105,62)
#577851
(87,120,81)
#698764
(105,135,100)
#7B9677
(123,150,119)
#8DA58A
(141,165,138)
#9FB49D
(159,180,157)
#B1C3B0
(177,195,176)
#C3D2C3
(195,210,195)
#D5E1D6
(213,225,214)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A2B; }

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

This text font color is #335A2B.


Background Color

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

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

This div background color is #335A2B.


Border color

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

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

This div border color is #335A2B.


Opacity

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

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

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

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

This text has shadow with #335A2B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #335A2B on black background.


Color preview on white background

This text has color #335A2B on white background.



Black color preview on #335A2B background

This text has black color on #335A2B background.


White color preview on #335A2B background

This text has white color on #335A2B background.