COLOR #338C01

HEX: #338C01
RGB: (51,140,1)

Color info

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

RGB color model

#338C01 color RGB value is (51,140,1).

  • red value is 51;
  • green value is 140;
  • blue value is 1.
RGB:
(51,140,1)
(20%,55%,0%)

RGB channels and saturation

R 51 of 255 = 20%
G 140 of 255 = 55%
B 1 of 255 = 0%

51
140
1

R + G + B ~ 25%. #338C01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 140 + 1 = 192 (100%)
R 51 of 192 ~ 26.56%
G 140 of 192 ~ 72.92%
B 1 of 192 ~ 0.52%

%26.56
%72.92

CMYK color model

#338C01 color CMYK value is (64,0,99,45).

  • cyan value is 63.57%
  • magenta value is 0.00%
  • yellow value is 99.29%
  • key color value is 45.10%
CMYK:
(64,0,99,45)
C64M0Y99K45 
(64%,0%,99%,45%)
(0.64/0.00/0.99/0.45)	

CMYK percentages

%63.57
%0
%99.29
%45.1

Codes

Color #338C01 in popluar color models

338C01
RGB511401
HSL98°98.58%27.65%
HSB/HSV98°99.29%54.90%
CMYK63.57%0.00%99.29%
45.10%

Color #338C01 in popluar number systems.

HEX338C01
Decimal511401
Binary110011100011001
Octal632141

Shades and tints

Shades of #338C01

#338C01
(51,140,1)
#2F8001
(47,128,1)
#2B7401
(43,116,1)
#276801
(39,104,1)
#235C01
(35,92,1)
#1F5001
(31,80,1)
#1B4401
(27,68,1)
#173801
(23,56,1)
#132C01
(19,44,1)
#0F2001
(15,32,1)
#0B1401
(11,20,1)
#000000
(0,0,0)

Tints of #338C01

#338C01
(51,140,1)
#459618
(69,150,24)
#57A02F
(87,160,47)
#69AA46
(105,170,70)
#7BB45D
(123,180,93)
#8DBE74
(141,190,116)
#9FC88B
(159,200,139)
#B1D2A2
(177,210,162)
#C3DCB9
(195,220,185)
#D5E6D0
(213,230,208)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338C01 color. Also use rgb(51,140,1) instead hex code.

Text Font Color

.myTextColor { color: #338C01; }

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

This text font color is #338C01.


Background Color

.myBgColor { background-color: #338C01; }

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

This div background color is #338C01.


Border color

.myBorderColor { border: 1px solid #338C01; }

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

This div border color is #338C01.


Opacity

.myOpacity80 { color: #338C01; opacity: 0.8; }

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

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

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

This text has shadow with #338C01 color.

.textShadow {text-shadow: 3px 3px 1px #338C01, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338C01 on black background.


Color preview on white background

This text has color #338C01 on white background.



Black color preview on #338C01 background

This text has black color on #338C01 background.


White color preview on #338C01 background

This text has white color on #338C01 background.