COLOR #335B03

HEX: #335B03
RGB: (51,91,3)

Color info

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

RGB color model

#335B03 color RGB value is (51,91,3).

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

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 3 of 255 = 1%

51
91
3

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

Portions of RGB colors in percentages

R + G + B =
51 + 91 + 3 = 145 (100%)
R 51 of 145 ~ 35.17%
G 91 of 145 ~ 62.76%
B 3 of 145 ~ 2.07%

%35.17
%62.76

CMYK color model

#335B03 color CMYK value is (44,0,97,64).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 96.70%
  • key color value is 64.31%
CMYK:
(44,0,97,64)
C44M0Y97K64 
(44%,0%,97%,64%)
(0.44/0.00/0.97/0.64)	

CMYK percentages

%43.96
%0
%96.7
%64.31

Codes

Color #335B03 in popluar color models

335B03
RGB51913
HSL87°93.62%18.43%
HSB/HSV87°96.70%35.69%
CMYK43.96%0.00%96.70%
64.31%

Color #335B03 in popluar number systems.

HEX335B03
Decimal51913
Binary110011101101111
Octal631333

Shades and tints

Shades of #335B03

#335B03
(51,91,3)
#2F5303
(47,83,3)
#2B4B03
(43,75,3)
#274303
(39,67,3)
#233B03
(35,59,3)
#1F3303
(31,51,3)
#1B2B03
(27,43,3)
#172303
(23,35,3)
#131B03
(19,27,3)
#0F1303
(15,19,3)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #335B03

#335B03
(51,91,3)
#456919
(69,105,25)
#57772F
(87,119,47)
#698545
(105,133,69)
#7B935B
(123,147,91)
#8DA171
(141,161,113)
#9FAF87
(159,175,135)
#B1BD9D
(177,189,157)
#C3CBB3
(195,203,179)
#D5D9C9
(213,217,201)
#E7E7DF
(231,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335B03; }

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

This text font color is #335B03.


Background Color

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

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

This div background color is #335B03.


Border color

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

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

This div border color is #335B03.


Opacity

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

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

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

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

This text has shadow with #335B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335B03 on black background.


Color preview on white background

This text has color #335B03 on white background.



Black color preview on #335B03 background

This text has black color on #335B03 background.


White color preview on #335B03 background

This text has white color on #335B03 background.