COLOR #0D604A

HEX: #0D604A
RGB: (13,96,74)

Color info

#0D604A contains mainly green and blue colors. Web safe color of #0D604A is #006633 (or #063).

RGB color model

#0D604A color RGB value is (13,96,74).

  • red value is 13;
  • green value is 96;
  • blue value is 74.
RGB:
(13,96,74)
(5%,38%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 96 of 255 = 38%
B 74 of 255 = 29%

13
96
74

R + G + B ~ 24%. #0D604A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 96 + 74 = 183 (100%)
R 13 of 183 ~ 7.1%
G 96 of 183 ~ 52.46%
B 74 of 183 ~ 40.44%

%52.46
%40.44

CMYK color model

#0D604A color CMYK value is (86,0,23,62).

  • cyan value is 86.46%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(86,0,23,62)
C86M0Y23K62 
(86%,0%,23%,62%)
(0.86/0.00/0.23/0.62)	

CMYK percentages

%86.46
%0
%22.92
%62.35

Codes

Color #0D604A in popluar color models

0D604A
RGB139674
HSL164°76.15%21.37%
HSB/HSV164°86.46%37.65%
CMYK86.46%0.00%22.92%
62.35%

Color #0D604A in popluar number systems.

HEX0D604A
Decimal139674
Binary110111000001001010
Octal15140112

Shades and tints

Shades of #0D604A

#0D604A
(13,96,74)
#0C5844
(12,88,68)
#0B503E
(11,80,62)
#0A4838
(10,72,56)
#094032
(9,64,50)
#08382C
(8,56,44)
#073026
(7,48,38)
#062820
(6,40,32)
#05201A
(5,32,26)
#041814
(4,24,20)
#03100E
(3,16,14)
#000000
(0,0,0)

Tints of #0D604A

#0D604A
(13,96,74)
#236E5A
(35,110,90)
#397C6A
(57,124,106)
#4F8A7A
(79,138,122)
#65988A
(101,152,138)
#7BA69A
(123,166,154)
#91B4AA
(145,180,170)
#A7C2BA
(167,194,186)
#BDD0CA
(189,208,202)
#D3DEDA
(211,222,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D604A color. Also use rgb(13,96,74) instead hex code.

Text Font Color

.myTextColor { color: #0D604A; }

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

This text font color is #0D604A.


Background Color

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

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

This div background color is #0D604A.


Border color

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

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

This div border color is #0D604A.


Opacity

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

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

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

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

This text has shadow with #0D604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D604A on black background.


Color preview on white background

This text has color #0D604A on white background.



Black color preview on #0D604A background

This text has black color on #0D604A background.


White color preview on #0D604A background

This text has white color on #0D604A background.