COLOR #0D7737

HEX: #0D7737
RGB: (13,119,55)

Color info

#0D7737 contains mainly green color. Web safe color of #0D7737 is #006633 (or #063).

RGB color model

#0D7737 color RGB value is (13,119,55).

  • red value is 13;
  • green value is 119;
  • blue value is 55.
RGB:
(13,119,55)
(5%,47%,22%)

RGB channels and saturation

R 13 of 255 = 5%
G 119 of 255 = 47%
B 55 of 255 = 22%

13
119
55

R + G + B ~ 25%. #0D7737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 119 + 55 = 187 (100%)
R 13 of 187 ~ 6.95%
G 119 of 187 ~ 63.64%
B 55 of 187 ~ 29.41%

%63.64
%29.41

CMYK color model

#0D7737 color CMYK value is (89,0,54,53).

  • cyan value is 89.08%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK:
(89,0,54,53)
C89M0Y54K53 
(89%,0%,54%,53%)
(0.89/0.00/0.54/0.53)	

CMYK percentages

%89.08
%0
%53.78
%53.33

Codes

Color #0D7737 in popluar color models

0D7737
RGB1311955
HSL144°80.30%25.88%
HSB/HSV144°89.08%46.67%
CMYK89.08%0.00%53.78%
53.33%

Color #0D7737 in popluar number systems.

HEX0D7737
Decimal1311955
Binary11011110111110111
Octal1516767

Shades and tints

Shades of #0D7737

#0D7737
(13,119,55)
#0C6D32
(12,109,50)
#0B632D
(11,99,45)
#0A5928
(10,89,40)
#094F23
(9,79,35)
#08451E
(8,69,30)
#073B19
(7,59,25)
#063114
(6,49,20)
#05270F
(5,39,15)
#041D0A
(4,29,10)
#031305
(3,19,5)
#000000
(0,0,0)

Tints of #0D7737

#0D7737
(13,119,55)
#238349
(35,131,73)
#398F5B
(57,143,91)
#4F9B6D
(79,155,109)
#65A77F
(101,167,127)
#7BB391
(123,179,145)
#91BFA3
(145,191,163)
#A7CBB5
(167,203,181)
#BDD7C7
(189,215,199)
#D3E3D9
(211,227,217)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7737 color. Also use rgb(13,119,55) instead hex code.

Text Font Color

.myTextColor { color: #0D7737; }

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

This text font color is #0D7737.


Background Color

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

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

This div background color is #0D7737.


Border color

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

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

This div border color is #0D7737.


Opacity

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

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

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

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

This text has shadow with #0D7737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7737 on black background.


Color preview on white background

This text has color #0D7737 on white background.



Black color preview on #0D7737 background

This text has black color on #0D7737 background.


White color preview on #0D7737 background

This text has white color on #0D7737 background.