COLOR #0DCB75

HEX: #0DCB75
RGB: (13,203,117)

Color info

#0DCB75 contains mainly green color. Web safe color of #0DCB75 is #00CC66 (or #0C6).

RGB color model

#0DCB75 color RGB value is (13,203,117).

  • red value is 13;
  • green value is 203;
  • blue value is 117.
RGB:
(13,203,117)
(5%,80%,46%)

RGB channels and saturation

R 13 of 255 = 5%
G 203 of 255 = 80%
B 117 of 255 = 46%

13
203
117

R + G + B ~ 44%. #0DCB75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 203 + 117 = 333 (100%)
R 13 of 333 ~ 3.9%
G 203 of 333 ~ 60.96%
B 117 of 333 ~ 35.14%

%60.96
%35.14

CMYK color model

#0DCB75 color CMYK value is (94,0,42,20).

  • cyan value is 93.60%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 20.39%
CMYK:
(94,0,42,20)
C94M0Y42K20 
(94%,0%,42%,20%)
(0.94/0.00/0.42/0.20)	

CMYK percentages

%93.6
%0
%42.36
%20.39

Codes

Color #0DCB75 in popluar color models

0DCB75
RGB13203117
HSL153°87.96%42.35%
HSB/HSV153°93.60%79.61%
CMYK93.60%0.00%42.36%
20.39%

Color #0DCB75 in popluar number systems.

HEX0DCB75
Decimal13203117
Binary1101110010111110101
Octal15313165

Shades and tints

Shades of #0DCB75

#0DCB75
(13,203,117)
#0CB96B
(12,185,107)
#0BA761
(11,167,97)
#0A9557
(10,149,87)
#09834D
(9,131,77)
#087143
(8,113,67)
#075F39
(7,95,57)
#064D2F
(6,77,47)
#053B25
(5,59,37)
#04291B
(4,41,27)
#031711
(3,23,17)
#000000
(0,0,0)

Tints of #0DCB75

#0DCB75
(13,203,117)
#23CF81
(35,207,129)
#39D38D
(57,211,141)
#4FD799
(79,215,153)
#65DBA5
(101,219,165)
#7BDFB1
(123,223,177)
#91E3BD
(145,227,189)
#A7E7C9
(167,231,201)
#BDEBD5
(189,235,213)
#D3EFE1
(211,239,225)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DCB75 color. Also use rgb(13,203,117) instead hex code.

Text Font Color

.myTextColor { color: #0DCB75; }

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

This text font color is #0DCB75.


Background Color

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

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

This div background color is #0DCB75.


Border color

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

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

This div border color is #0DCB75.


Opacity

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

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

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

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

This text has shadow with #0DCB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DCB75 on black background.


Color preview on white background

This text has color #0DCB75 on white background.



Black color preview on #0DCB75 background

This text has black color on #0DCB75 background.


White color preview on #0DCB75 background

This text has white color on #0DCB75 background.