COLOR #0D7835

HEX: #0D7835 RGB: (13,120,53)

Color info

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

RGB color model

#0D7835 color RGB value is (13,120,53).

RGB: (13,120,53) (5%, 47%, 21%)

RGB channels and saturation

R 13 of 255 = 5%
G 120 of 255 = 47%
B 53 of 255 = 21%

13
120
53

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

Portions of RGB colors in percentages

R + G + B = 13 + 120 + 53 = 186 (100%)
R 13 of 186 ~ 6.99%
G 120 of 186 ~ 64.52%
B 53 of 186 ~ 28.49'%

%64.52
%28.49

CMYK color model

#0D7835 color CMYK value is (89,0,56,53).

  • cyan value is 89.17%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 52.94%

CMYK: (89,0,56,53)
C89M0Y56K53 (89%, 0%, 56%, 53%)
(0.89 / 0.00 / 0.56 / 0.53)

CMYK percentages

%89.17
%0
%55.83
%52.94

Codes

Color #0D7835 in popluar color models

0D 78 35
RGB 13 120 53
HSL 142° 80.45% 26.08%
HSB/HSV 142° 89.17% 47.06%
CMYK 89.17% 0.00% 55.83%
52.94%

Color #0D7835 in popluar number systems.

HEX 0D 78 35
Decimal 13 120 53
Binary 1101 1111000 110101
Octal 15 170 65

Shades and tints

Shades of #0D7835

#0D7835
(13,120,53)
#0C6E31
(12,110,49)
#0B642D
(11,100,45)
#0A5A29
(10,90,41)
#095025
(9,80,37)
#084621
(8,70,33)
#073C1D
(7,60,29)
#063219
(6,50,25)
#052815
(5,40,21)
#041E11
(4,30,17)
#03140D
(3,20,13)
#000000
(0,0,0)

Tints of #0D7835

#0D7835
(13,120,53)
#238447
(35,132,71)
#399059
(57,144,89)
#4F9C6B
(79,156,107)
#65A87D
(101,168,125)
#7BB48F
(123,180,143)
#91C0A1
(145,192,161)
#A7CCB3
(167,204,179)
#BDD8C5
(189,216,197)
#D3E4D7
(211,228,215)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7835 color. Also use rgb(13,120,53) instead hex code.

Text Font Color

.myTextColor { color: #0D7835; }

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

This text font color is #0D7835.

Background Color

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

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

This div background color is #0D7835.

Border color

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

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

This div border color is #0D7835.

Opacity

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

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

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

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

This text has shadow with #0D7835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D7835.

Preview

Color preview on black background

This text has color #0D7835 on black background.


Color preview on white background

This text has color #0D7835 on white background.


Black color preview on #0D7835 background

This text has black color on #0D7835 background.


White color preview on #0D7835 background

This text has white color on #0D7835 background.


Related colors

Complementary color

Complementary color for #hex is #F287CA.


I love getcolorcode.com

Triadic colors

1 #350D78 and #78350D with #0D7835 are triadic colors.

2 #35780D and #780D35 with #0D7835 are triadic colors.