COLOR #0DC446

HEX: #0DC446
RGB: (13,196,70)

Color info

#0DC446 contains mainly green color. Web safe color of #0DC446 is #00CC33 (or #0C3).

RGB color model

#0DC446 color RGB value is (13,196,70).

  • red value is 13;
  • green value is 196;
  • blue value is 70.
RGB:
(13,196,70)
(5%,77%,27%)

RGB channels and saturation

R 13 of 255 = 5%
G 196 of 255 = 77%
B 70 of 255 = 27%

13
196
70

R + G + B ~ 36%. #0DC446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 196 + 70 = 279 (100%)
R 13 of 279 ~ 4.66%
G 196 of 279 ~ 70.25%
B 70 of 279 ~ 25.09%

%70.25
%25.09

CMYK color model

#0DC446 color CMYK value is (93,0,64,23).

  • cyan value is 93.37%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 23.14%
CMYK:
(93,0,64,23)
C93M0Y64K23 
(93%,0%,64%,23%)
(0.93/0.00/0.64/0.23)	

CMYK percentages

%93.37
%0
%64.29
%23.14

Codes

Color #0DC446 in popluar color models

0DC446
RGB1319670
HSL139°87.56%40.98%
HSB/HSV139°93.37%76.86%
CMYK93.37%0.00%64.29%
23.14%

Color #0DC446 in popluar number systems.

HEX0DC446
Decimal1319670
Binary1101110001001000110
Octal15304106

Shades and tints

Shades of #0DC446

#0DC446
(13,196,70)
#0CB340
(12,179,64)
#0BA23A
(11,162,58)
#0A9134
(10,145,52)
#09802E
(9,128,46)
#086F28
(8,111,40)
#075E22
(7,94,34)
#064D1C
(6,77,28)
#053C16
(5,60,22)
#042B10
(4,43,16)
#031A0A
(3,26,10)
#000000
(0,0,0)

Tints of #0DC446

#0DC446
(13,196,70)
#23C956
(35,201,86)
#39CE66
(57,206,102)
#4FD376
(79,211,118)
#65D886
(101,216,134)
#7BDD96
(123,221,150)
#91E2A6
(145,226,166)
#A7E7B6
(167,231,182)
#BDECC6
(189,236,198)
#D3F1D6
(211,241,214)
#E9F6E6
(233,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DC446 color. Also use rgb(13,196,70) instead hex code.

Text Font Color

.myTextColor { color: #0DC446; }

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

This text font color is #0DC446.


Background Color

.myBgColor { background-color: #0DC446; }

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

This div background color is #0DC446.


Border color

.myBorderColor { border: 1px solid #0DC446; }

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

This div border color is #0DC446.


Opacity

.myOpacity80 { color: #0DC446; opacity: 0.8; }

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

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

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

This text has shadow with #0DC446 color.

.textShadow {text-shadow: 3px 3px 1px #0DC446, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DC446 on black background.


Color preview on white background

This text has color #0DC446 on white background.



Black color preview on #0DC446 background

This text has black color on #0DC446 background.


White color preview on #0DC446 background

This text has white color on #0DC446 background.