COLOR #33AE03

HEX: #33AE03 RGB: (51,174,3)

Color info

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

RGB color model

#33AE03 color RGB value is (51,174,3).

RGB: (51,174,3) (20%, 68%, 1%)

RGB channels and saturation

R 51 of 255 = 20%
G 174 of 255 = 68%
B 3 of 255 = 1%

51
174
3

R + G + B ~ 30%. #33AE03 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 174 + 3 = 228 (100%)
R 51 of 228 ~ 22.37%
G 174 of 228 ~ 76.32%
B 3 of 228 ~ 1.32'%

%22.37
%76.32

CMYK color model

#33AE03 color CMYK value is (71,0,98,32).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 98.28%
  • key color value is 31.76%

CMYK: (71,0,98,32)
C71M0Y98K32 (71%, 0%, 98%, 32%)
(0.71 / 0.00 / 0.98 / 0.32)

CMYK percentages

%70.69
%0
%98.28
%31.76

Codes

Color #33AE03 in popluar color models

33 AE 03
RGB 51 174 3
HSL 103° 96.61% 34.71%
HSB/HSV 103° 98.28% 68.24%
CMYK 70.69% 0.00% 98.28%
31.76%

Color #33AE03 in popluar number systems.

HEX 33 AE 03
Decimal 51 174 3
Binary 110011 10101110 11
Octal 63 256 3

Shades and tints

Shades of #33AE03

#33AE03
(51,174,3)
#2F9F03
(47,159,3)
#2B9003
(43,144,3)
#278103
(39,129,3)
#237203
(35,114,3)
#1F6303
(31,99,3)
#1B5403
(27,84,3)
#174503
(23,69,3)
#133603
(19,54,3)
#0F2703
(15,39,3)
#0B1803
(11,24,3)
#000000
(0,0,0)

Tints of #33AE03

#33AE03
(51,174,3)
#45B519
(69,181,25)
#57BC2F
(87,188,47)
#69C345
(105,195,69)
#7BCA5B
(123,202,91)
#8DD171
(141,209,113)
#9FD887
(159,216,135)
#B1DF9D
(177,223,157)
#C3E6B3
(195,230,179)
#D5EDC9
(213,237,201)
#E7F4DF
(231,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33AE03 color. Also use rgb(51,174,3) instead hex code.

Text Font Color

.myTextColor { color: #33AE03; }

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

This text font color is #33AE03.

Background Color

.myBgColor { background-color: #33AE03; }

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

This div background color is #33AE03.

Border color

.myBorderColor { border: 1px solid #33AE03; }

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

This div border color is #33AE03.

Opacity

.myOpacity80 { color: #33AE03; opacity: 0.8; }

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

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

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

This text has shadow with #33AE03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33AE03.

Preview

Color preview on black background

This text has color #33AE03 on black background.


Color preview on white background

This text has color #33AE03 on white background.


Black color preview on #33AE03 background

This text has black color on #33AE03 background.


White color preview on #33AE03 background

This text has white color on #33AE03 background.


Related colors

Complementary color

Complementary color for #hex is #CC51FC.


I love getcolorcode.com

Triadic colors

1 #0333AE and #AE0333 with #33AE03 are triadic colors.

2 #03AE33 and #AE3303 with #33AE03 are triadic colors.