COLOR #335B00

HEX: #335B00
RGB: (51,91,0)

Color info

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

RGB color model

#335B00 color RGB value is (51,91,0).

  • red value is 51;
  • green value is 91;
  • blue value is 0.
RGB:
(51,91,0)
(20%,36%,0%)

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 0 of 255 = 0%

51
91
0

R + G + B ~ 19%. #335B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 91 + 0 = 142 (100%)
R 51 of 142 ~ 35.92%
G 91 of 142 ~ 64.08%
B 0 of 142 ~ 0%

%35.92
%64.08

CMYK color model

#335B00 color CMYK value is (44,0,100,64).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 64.31%
CMYK:
(44,0,100,64)
C44M0Y100K64 
(44%,0%,100%,64%)
(0.44/0.00/1.00/0.64)	

CMYK percentages

%43.96
%0
%100
%64.31

Codes

Color #335B00 in popluar color models

335B00
RGB51910
HSL86°100.00%17.84%
HSB/HSV86°100.00%35.69%
CMYK43.96%0.00%100.00%
64.31%

Color #335B00 in popluar number systems.

HEX335B00
Decimal51910
Binary11001110110110
Octal631330

Shades and tints

Shades of #335B00

#335B00
(51,91,0)
#2F5300
(47,83,0)
#2B4B00
(43,75,0)
#274300
(39,67,0)
#233B00
(35,59,0)
#1F3300
(31,51,0)
#1B2B00
(27,43,0)
#172300
(23,35,0)
#131B00
(19,27,0)
#0F1300
(15,19,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #335B00

#335B00
(51,91,0)
#456917
(69,105,23)
#57772E
(87,119,46)
#698545
(105,133,69)
#7B935C
(123,147,92)
#8DA173
(141,161,115)
#9FAF8A
(159,175,138)
#B1BDA1
(177,189,161)
#C3CBB8
(195,203,184)
#D5D9CF
(213,217,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335B00 color. Also use rgb(51,91,0) instead hex code.

Text Font Color

.myTextColor { color: #335B00; }

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

This text font color is #335B00.


Background Color

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

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

This div background color is #335B00.


Border color

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

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

This div border color is #335B00.


Opacity

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

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

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

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

This text has shadow with #335B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335B00 on black background.


Color preview on white background

This text has color #335B00 on white background.



Black color preview on #335B00 background

This text has black color on #335B00 background.


White color preview on #335B00 background

This text has white color on #335B00 background.