COLOR #335E2D

HEX: #335E2D RGB: (51,94,45)

Color info

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

RGB color model

#335E2D color RGB value is (51,94,45).

RGB: (51,94,45) (20%, 37%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 94 of 255 = 37%
B 45 of 255 = 18%

51
94
45

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

Portions of RGB colors in percentages

R + G + B = 51 + 94 + 45 = 190 (100%)
R 51 of 190 ~ 26.84%
G 94 of 190 ~ 49.47%
B 45 of 190 ~ 23.68'%

%26.84
%49.47
%23.68

CMYK color model

#335E2D color CMYK value is (46,0,52,63).

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

CMYK: (46,0,52,63)
C46M0Y52K63 (46%, 0%, 52%, 63%)
(0.46 / 0.00 / 0.52 / 0.63)

CMYK percentages

%45.74
%0
%52.13
%63.14

Codes

Color #335E2D in popluar color models

33 5E 2D
RGB 51 94 45
HSL 113° 35.25% 27.25%
HSB/HSV 113° 52.13% 36.86%
CMYK 45.74% 0.00% 52.13%
63.14%

Color #335E2D in popluar number systems.

HEX 33 5E 2D
Decimal 51 94 45
Binary 110011 1011110 101101
Octal 63 136 55

Shades and tints

Shades of #335E2D

#335E2D
(51,94,45)
#2F5629
(47,86,41)
#2B4E25
(43,78,37)
#274621
(39,70,33)
#233E1D
(35,62,29)
#1F3619
(31,54,25)
#1B2E15
(27,46,21)
#172611
(23,38,17)
#131E0D
(19,30,13)
#0F1609
(15,22,9)
#0B0E05
(11,14,5)
#000000
(0,0,0)

Tints of #335E2D

#335E2D
(51,94,45)
#456C40
(69,108,64)
#577A53
(87,122,83)
#698866
(105,136,102)
#7B9679
(123,150,121)
#8DA48C
(141,164,140)
#9FB29F
(159,178,159)
#B1C0B2
(177,192,178)
#C3CEC5
(195,206,197)
#D5DCD8
(213,220,216)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335E2D; }

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

This text font color is #335E2D.

Background Color

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

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

This div background color is #335E2D.

Border color

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

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

This div border color is #335E2D.

Opacity

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

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

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

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

This text has shadow with #335E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335E2D.

Preview

Color preview on black background

This text has color #335E2D on black background.


Color preview on white background

This text has color #335E2D on white background.


Black color preview on #335E2D background

This text has black color on #335E2D background.


White color preview on #335E2D background

This text has white color on #335E2D background.


Related colors

Complementary color

Complementary color for #hex is #CCA1D2.


I love getcolorcode.com

Triadic colors

1 #2D335E and #5E2D33 with #335E2D are triadic colors.

2 #2D5E33 and #5E332D with #335E2D are triadic colors.