COLOR #0D5F23

HEX: #0D5F23 RGB: (13,95,35)

Color info

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

RGB color model

#0D5F23 color RGB value is (13,95,35).

RGB: (13,95,35) (5%, 37%, 14%)

RGB channels and saturation

R 13 of 255 = 5%
G 95 of 255 = 37%
B 35 of 255 = 14%

13
95
35

R + G + B ~ 19%. #0D5F23 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 95 + 35 = 143 (100%)
R 13 of 143 ~ 9.09%
G 95 of 143 ~ 66.43%
B 35 of 143 ~ 24.48'%

%66.43
%24.48

CMYK color model

#0D5F23 color CMYK value is (86,0,63,63).

  • cyan value is 86.32%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 62.75%

CMYK: (86,0,63,63)
C86M0Y63K63 (86%, 0%, 63%, 63%)
(0.86 / 0.00 / 0.63 / 0.63)

CMYK percentages

%86.32
%0
%63.16
%62.75

Codes

Color #0D5F23 in popluar color models

0D 5F 23
RGB 13 95 35
HSL 136° 75.93% 21.18%
HSB/HSV 136° 86.32% 37.25%
CMYK 86.32% 0.00% 63.16%
62.75%

Color #0D5F23 in popluar number systems.

HEX 0D 5F 23
Decimal 13 95 35
Binary 1101 1011111 100011
Octal 15 137 43

Shades and tints

Shades of #0D5F23

#0D5F23
(13,95,35)
#0C5720
(12,87,32)
#0B4F1D
(11,79,29)
#0A471A
(10,71,26)
#093F17
(9,63,23)
#083714
(8,55,20)
#072F11
(7,47,17)
#06270E
(6,39,14)
#051F0B
(5,31,11)
#041708
(4,23,8)
#030F05
(3,15,5)
#000000
(0,0,0)

Tints of #0D5F23

#0D5F23
(13,95,35)
#236D37
(35,109,55)
#397B4B
(57,123,75)
#4F895F
(79,137,95)
#659773
(101,151,115)
#7BA587
(123,165,135)
#91B39B
(145,179,155)
#A7C1AF
(167,193,175)
#BDCFC3
(189,207,195)
#D3DDD7
(211,221,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5F23 color. Also use rgb(13,95,35) instead hex code.

Text Font Color

.myTextColor { color: #0D5F23; }

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

This text font color is #0D5F23.

Background Color

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

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

This div background color is #0D5F23.

Border color

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

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

This div border color is #0D5F23.

Opacity

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

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

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

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

This text has shadow with #0D5F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5F23.

Preview

Color preview on black background

This text has color #0D5F23 on black background.


Color preview on white background

This text has color #0D5F23 on white background.


Black color preview on #0D5F23 background

This text has black color on #0D5F23 background.


White color preview on #0D5F23 background

This text has white color on #0D5F23 background.


Related colors

Complementary color

Complementary color for #hex is #F2A0DC.


I love getcolorcode.com

Triadic colors

1 #230D5F and #5F230D with #0D5F23 are triadic colors.

2 #235F0D and #5F0D23 with #0D5F23 are triadic colors.