COLOR #0D4633

HEX: #0D4633
RGB: (13,70,51)

Color info

#0D4633 contains red, green and blue colors in about the same proportion. Web safe color of #0D4633 is #003333 (or #033).

RGB color model

#0D4633 color RGB value is (13,70,51).

  • red value is 13;
  • green value is 70;
  • blue value is 51.
RGB:
(13,70,51)
(5%,27%,20%)

RGB channels and saturation

R 13 of 255 = 5%
G 70 of 255 = 27%
B 51 of 255 = 20%

13
70
51

R + G + B ~ 17%. #0D4633 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 70 + 51 = 134 (100%)
R 13 of 134 ~ 9.7%
G 70 of 134 ~ 52.24%
B 51 of 134 ~ 38.06%

%9.7
%52.24
%38.06

CMYK color model

#0D4633 color CMYK value is (81,0,27,73).

  • cyan value is 81.43%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 72.55%
CMYK:
(81,0,27,73)
C81M0Y27K73 
(81%,0%,27%,73%)
(0.81/0.00/0.27/0.73)	

CMYK percentages

%81.43
%0
%27.14
%72.55

Codes

Color #0D4633 in popluar color models

0D4633
RGB137051
HSL160°68.67%16.27%
HSB/HSV160°81.43%27.45%
CMYK81.43%0.00%27.14%
72.55%

Color #0D4633 in popluar number systems.

HEX0D4633
Decimal137051
Binary11011000110110011
Octal1510663

Shades and tints

Shades of #0D4633

#0D4633
(13,70,51)
#0C402F
(12,64,47)
#0B3A2B
(11,58,43)
#0A3427
(10,52,39)
#092E23
(9,46,35)
#08281F
(8,40,31)
#07221B
(7,34,27)
#061C17
(6,28,23)
#051613
(5,22,19)
#04100F
(4,16,15)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #0D4633

#0D4633
(13,70,51)
#235645
(35,86,69)
#396657
(57,102,87)
#4F7669
(79,118,105)
#65867B
(101,134,123)
#7B968D
(123,150,141)
#91A69F
(145,166,159)
#A7B6B1
(167,182,177)
#BDC6C3
(189,198,195)
#D3D6D5
(211,214,213)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4633 color. Also use rgb(13,70,51) instead hex code.

Text Font Color

.myTextColor { color: #0D4633; }

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

This text font color is #0D4633.


Background Color

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

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

This div background color is #0D4633.


Border color

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

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

This div border color is #0D4633.


Opacity

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

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

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

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

This text has shadow with #0D4633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4633 on black background.


Color preview on white background

This text has color #0D4633 on white background.



Black color preview on #0D4633 background

This text has black color on #0D4633 background.


White color preview on #0D4633 background

This text has white color on #0D4633 background.