COLOR #0D7D07

HEX: #0D7D07 RGB: (13,125,7)

Color info

#0D7D07 contains mainly green color. Web safe color of #0D7D07 is #006600 (or #060).

RGB color model

#0D7D07 color RGB value is (13,125,7).

RGB: (13,125,7) (5%, 49%, 3%)

RGB channels and saturation

R 13 of 255 = 5%
G 125 of 255 = 49%
B 7 of 255 = 3%

13
125
7

R + G + B ~ 19%. #0D7D07 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 125 + 7 = 145 (100%)
R 13 of 145 ~ 8.97%
G 125 of 145 ~ 86.21%
B 7 of 145 ~ 4.83'%

%86.21

CMYK color model

#0D7D07 color CMYK value is (90,0,94,51).

  • cyan value is 89.60%
  • magenta value is 0.00%
  • yellow value is 94.40%
  • key color value is 50.98%
CMYK: (90,0,94,51) C90M0Y94K51 (90%,0%,94%,51%) (0.90/0.00/0.94/0.51) 

CMYK percentages

%89.6
%0
%94.4
%50.98

Codes

Color #0D7D07 in popluar color models

0D 7D 07
RGB 13 125 7
HSL 117° 89.39% 25.88%
HSB/HSV 117° 94.40% 49.02%
CMYK 89.60% 0.00% 94.40%
50.98%

Color #0D7D07 in popluar number systems.

HEX 0D 7D 07
Decimal 13 125 7
Binary 1101 1111101 111
Octal 15 175 7

Shades and tints

Shades of #0D7D07

#0D7D07
(13,125,7)
#0C7207
(12,114,7)
#0B6707
(11,103,7)
#0A5C07
(10,92,7)
#095107
(9,81,7)
#084607
(8,70,7)
#073B07
(7,59,7)
#063007
(6,48,7)
#052507
(5,37,7)
#041A07
(4,26,7)
#030F07
(3,15,7)
#000000
(0,0,0)

Tints of #0D7D07

#0D7D07
(13,125,7)
#23881D
(35,136,29)
#399333
(57,147,51)
#4F9E49
(79,158,73)
#65A95F
(101,169,95)
#7BB475
(123,180,117)
#91BF8B
(145,191,139)
#A7CAA1
(167,202,161)
#BDD5B7
(189,213,183)
#D3E0CD
(211,224,205)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7D07 color. Also use rgb(13,125,7) instead hex code.

Text Font Color

.myTextColor { color: #0D7D07; }

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

This text font color is #0D7D07.

Background Color

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

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

This div background color is #0D7D07.

Border color

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

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

This div border color is #0D7D07.

Opacity

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

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

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

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

This text has shadow with #0D7D07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D7D07.

Preview

Color preview on black background

This text has color #0D7D07 on black background.


Color preview on white background

This text has color #0D7D07 on white background.


Black color preview on #0D7D07 background

This text has black color on #0D7D07 background.


White color preview on #0D7D07 background

This text has white color on #0D7D07 background.


Related colors

Complementary color

Complementary color for #hex is #F282F8.


I love getcolorcode.com

Triadic colors

1 #070D7D and #7D070D with #0D7D07 are triadic colors.

2 #077D0D and #7D0D07 with #0D7D07 are triadic colors.