COLOR #359003

HEX: #359003 RGB: (53,144,3)

Color info

#359003 contains mainly green color. Web safe color of #359003 is #339900 (or #390).

RGB color model

#359003 color RGB value is (53,144,3).

RGB: (53,144,3) (21%, 56%, 1%)

RGB channels and saturation

R 53 of 255 = 21%
G 144 of 255 = 56%
B 3 of 255 = 1%

53
144
3

R + G + B ~ 26%. #359003 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 144 + 3 = 200 (100%)
R 53 of 200 ~ 26.5%
G 144 of 200 ~ 72%
B 3 of 200 ~ 1.5'%

%26.5
%72

CMYK color model

#359003 color CMYK value is (63,0,98,44).

  • cyan value is 63.19%
  • magenta value is 0.00%
  • yellow value is 97.92%
  • key color value is 43.53%

CMYK: (63,0,98,44)
C63M0Y98K44 (63%, 0%, 98%, 44%)
(0.63 / 0.00 / 0.98 / 0.44)

CMYK percentages

%63.19
%0
%97.92
%43.53

Codes

Color #359003 in popluar color models

35 90 03
RGB 53 144 3
HSL 99° 95.92% 28.82%
HSB/HSV 99° 97.92% 56.47%
CMYK 63.19% 0.00% 97.92%
43.53%

Color #359003 in popluar number systems.

HEX 35 90 03
Decimal 53 144 3
Binary 110101 10010000 11
Octal 65 220 3

Shades and tints

Shades of #359003

#359003
(53,144,3)
#318303
(49,131,3)
#2D7603
(45,118,3)
#296903
(41,105,3)
#255C03
(37,92,3)
#214F03
(33,79,3)
#1D4203
(29,66,3)
#193503
(25,53,3)
#152803
(21,40,3)
#111B03
(17,27,3)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #359003

#359003
(53,144,3)
#479A19
(71,154,25)
#59A42F
(89,164,47)
#6BAE45
(107,174,69)
#7DB85B
(125,184,91)
#8FC271
(143,194,113)
#A1CC87
(161,204,135)
#B3D69D
(179,214,157)
#C5E0B3
(197,224,179)
#D7EAC9
(215,234,201)
#E9F4DF
(233,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359003 color. Also use rgb(53,144,3) instead hex code.

Text Font Color

.myTextColor { color: #359003; }

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

This text font color is #359003.

Background Color

.myBgColor { background-color: #359003; }

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

This div background color is #359003.

Border color

.myBorderColor { border: 1px solid #359003; }

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

This div border color is #359003.

Opacity

.myOpacity80 { color: #359003; opacity: 0.8; }

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

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

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

This text has shadow with #359003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #359003.

Preview

Color preview on black background

This text has color #359003 on black background.


Color preview on white background

This text has color #359003 on white background.


Black color preview on #359003 background

This text has black color on #359003 background.


White color preview on #359003 background

This text has white color on #359003 background.


Related colors

Complementary color

Complementary color for #hex is #CA6FFC.


I love getcolorcode.com

Triadic colors

1 #033590 and #900335 with #359003 are triadic colors.

2 #039035 and #903503 with #359003 are triadic colors.