COLOR #0D674B

HEX: #0D674B RGB: (13,103,75)

Color info

#0D674B contains mainly green and blue colors. Web safe color of #0D674B is #006633 (or #063).

RGB color model

#0D674B color RGB value is (13,103,75).

RGB: (13,103,75) (5%, 40%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 103 of 255 = 40%
B 75 of 255 = 29%

13
103
75

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

Portions of RGB colors in percentages

R + G + B = 13 + 103 + 75 = 191 (100%)
R 13 of 191 ~ 6.81%
G 103 of 191 ~ 53.93%
B 75 of 191 ~ 39.27'%

%53.93
%39.27

CMYK color model

#0D674B color CMYK value is (87,0,27,60).

  • cyan value is 87.38%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 59.61%

CMYK: (87,0,27,60)
C87M0Y27K60 (87%, 0%, 27%, 60%)
(0.87 / 0.00 / 0.27 / 0.60)

CMYK percentages

%87.38
%0
%27.18
%59.61

Codes

Color #0D674B in popluar color models

0D 67 4B
RGB 13 103 75
HSL 161° 77.59% 22.75%
HSB/HSV 161° 87.38% 40.39%
CMYK 87.38% 0.00% 27.18%
59.61%

Color #0D674B in popluar number systems.

HEX 0D 67 4B
Decimal 13 103 75
Binary 1101 1100111 1001011
Octal 15 147 113

Shades and tints

Shades of #0D674B

#0D674B
(13,103,75)
#0C5E45
(12,94,69)
#0B553F
(11,85,63)
#0A4C39
(10,76,57)
#094333
(9,67,51)
#083A2D
(8,58,45)
#073127
(7,49,39)
#062821
(6,40,33)
#051F1B
(5,31,27)
#041615
(4,22,21)
#030D0F
(3,13,15)
#000000
(0,0,0)

Tints of #0D674B

#0D674B
(13,103,75)
#23745B
(35,116,91)
#39816B
(57,129,107)
#4F8E7B
(79,142,123)
#659B8B
(101,155,139)
#7BA89B
(123,168,155)
#91B5AB
(145,181,171)
#A7C2BB
(167,194,187)
#BDCFCB
(189,207,203)
#D3DCDB
(211,220,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D674B color. Also use rgb(13,103,75) instead hex code.

Text Font Color

.myTextColor { color: #0D674B; }

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

This text font color is #0D674B.

Background Color

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

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

This div background color is #0D674B.

Border color

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

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

This div border color is #0D674B.

Opacity

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

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

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

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

This text has shadow with #0D674B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D674B.

Preview

Color preview on black background

This text has color #0D674B on black background.


Color preview on white background

This text has color #0D674B on white background.


Black color preview on #0D674B background

This text has black color on #0D674B background.


White color preview on #0D674B background

This text has white color on #0D674B background.


Related colors

Complementary color

Complementary color for #hex is #F298B4.


I love getcolorcode.com

Triadic colors

1 #4B0D67 and #674B0D with #0D674B are triadic colors.

2 #4B670D and #670D4B with #0D674B are triadic colors.