COLOR #0D6130

HEX: #0D6130
RGB: (13,97,48)

Color info

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

RGB color model

#0D6130 color RGB value is (13,97,48).

  • red value is 13;
  • green value is 97;
  • blue value is 48.
RGB:
(13,97,48)
(5%,38%,19%)

RGB channels and saturation

R 13 of 255 = 5%
G 97 of 255 = 38%
B 48 of 255 = 19%

13
97
48

R + G + B ~ 21%. #0D6130 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 97 + 48 = 158 (100%)
R 13 of 158 ~ 8.23%
G 97 of 158 ~ 61.39%
B 48 of 158 ~ 30.38%

%61.39
%30.38

CMYK color model

#0D6130 color CMYK value is (87,0,51,62).

  • cyan value is 86.60%
  • magenta value is 0.00%
  • yellow value is 50.52%
  • key color value is 61.96%
CMYK:
(87,0,51,62)
C87M0Y51K62 
(87%,0%,51%,62%)
(0.87/0.00/0.51/0.62)	

CMYK percentages

%86.6
%0
%50.52
%61.96

Codes

Color #0D6130 in popluar color models

0D6130
RGB139748
HSL145°76.36%21.57%
HSB/HSV145°86.60%38.04%
CMYK86.60%0.00%50.52%
61.96%

Color #0D6130 in popluar number systems.

HEX0D6130
Decimal139748
Binary11011100001110000
Octal1514160

Shades and tints

Shades of #0D6130

#0D6130
(13,97,48)
#0C592C
(12,89,44)
#0B5128
(11,81,40)
#0A4924
(10,73,36)
#094120
(9,65,32)
#08391C
(8,57,28)
#073118
(7,49,24)
#062914
(6,41,20)
#052110
(5,33,16)
#04190C
(4,25,12)
#031108
(3,17,8)
#000000
(0,0,0)

Tints of #0D6130

#0D6130
(13,97,48)
#236F42
(35,111,66)
#397D54
(57,125,84)
#4F8B66
(79,139,102)
#659978
(101,153,120)
#7BA78A
(123,167,138)
#91B59C
(145,181,156)
#A7C3AE
(167,195,174)
#BDD1C0
(189,209,192)
#D3DFD2
(211,223,210)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6130 color. Also use rgb(13,97,48) instead hex code.

Text Font Color

.myTextColor { color: #0D6130; }

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

This text font color is #0D6130.


Background Color

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

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

This div background color is #0D6130.


Border color

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

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

This div border color is #0D6130.


Opacity

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

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

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

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

This text has shadow with #0D6130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6130 on black background.


Color preview on white background

This text has color #0D6130 on white background.



Black color preview on #0D6130 background

This text has black color on #0D6130 background.


White color preview on #0D6130 background

This text has white color on #0D6130 background.