COLOR #0D433D

HEX: #0D433D
RGB: (13,67,61)

Color info

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

RGB color model

#0D433D color RGB value is (13,67,61).

  • red value is 13;
  • green value is 67;
  • blue value is 61.
RGB:
(13,67,61)
(5%,26%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 67 of 255 = 26%
B 61 of 255 = 24%

13
67
61

R + G + B ~ 18%. #0D433D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 67 + 61 = 141 (100%)
R 13 of 141 ~ 9.22%
G 67 of 141 ~ 47.52%
B 61 of 141 ~ 43.26%

%47.52
%43.26

CMYK color model

#0D433D color CMYK value is (81,0,9,74).

  • cyan value is 80.60%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 73.73%
CMYK:
(81,0,9,74)
C81M0Y9K74 
(81%,0%,9%,74%)
(0.81/0.00/0.09/0.74)	

CMYK percentages

%80.6
%0
%8.96
%73.73

Codes

Color #0D433D in popluar color models

0D433D
RGB136761
HSL173°67.50%15.69%
HSB/HSV173°80.60%26.27%
CMYK80.60%0.00%8.96%
73.73%

Color #0D433D in popluar number systems.

HEX0D433D
Decimal136761
Binary11011000011111101
Octal1510375

Shades and tints

Shades of #0D433D

#0D433D
(13,67,61)
#0C3D38
(12,61,56)
#0B3733
(11,55,51)
#0A312E
(10,49,46)
#092B29
(9,43,41)
#082524
(8,37,36)
#071F1F
(7,31,31)
#06191A
(6,25,26)
#051315
(5,19,21)
#040D10
(4,13,16)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #0D433D

#0D433D
(13,67,61)
#23544E
(35,84,78)
#39655F
(57,101,95)
#4F7670
(79,118,112)
#658781
(101,135,129)
#7B9892
(123,152,146)
#91A9A3
(145,169,163)
#A7BAB4
(167,186,180)
#BDCBC5
(189,203,197)
#D3DCD6
(211,220,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D433D color. Also use rgb(13,67,61) instead hex code.

Text Font Color

.myTextColor { color: #0D433D; }

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

This text font color is #0D433D.


Background Color

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

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

This div background color is #0D433D.


Border color

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

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

This div border color is #0D433D.


Opacity

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

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

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

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

This text has shadow with #0D433D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D433D on black background.


Color preview on white background

This text has color #0D433D on white background.



Black color preview on #0D433D background

This text has black color on #0D433D background.


White color preview on #0D433D background

This text has white color on #0D433D background.