COLOR #0D7F23

HEX: #0D7F23
RGB: (13,127,35)

Color info

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

RGB color model

#0D7F23 color RGB value is (13,127,35).

  • red value is 13;
  • green value is 127;
  • blue value is 35.
RGB:
(13,127,35)
(5%,50%,14%)

RGB channels and saturation

R 13 of 255 = 5%
G 127 of 255 = 50%
B 35 of 255 = 14%

13
127
35

R + G + B ~ 23%. #0D7F23 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 127 + 35 = 175 (100%)
R 13 of 175 ~ 7.43%
G 127 of 175 ~ 72.57%
B 35 of 175 ~ 20%

%72.57
%20

CMYK color model

#0D7F23 color CMYK value is (90,0,72,50).

  • cyan value is 89.76%
  • magenta value is 0.00%
  • yellow value is 72.44%
  • key color value is 50.20%
CMYK:
(90,0,72,50)
C90M0Y72K50 
(90%,0%,72%,50%)
(0.90/0.00/0.72/0.50)	

CMYK percentages

%89.76
%0
%72.44
%50.2

Codes

Color #0D7F23 in popluar color models

0D7F23
RGB1312735
HSL132°81.43%27.45%
HSB/HSV132°89.76%49.80%
CMYK89.76%0.00%72.44%
50.20%

Color #0D7F23 in popluar number systems.

HEX0D7F23
Decimal1312735
Binary11011111111100011
Octal1517743

Shades and tints

Shades of #0D7F23

#0D7F23
(13,127,35)
#0C7420
(12,116,32)
#0B691D
(11,105,29)
#0A5E1A
(10,94,26)
#095317
(9,83,23)
#084814
(8,72,20)
#073D11
(7,61,17)
#06320E
(6,50,14)
#05270B
(5,39,11)
#041C08
(4,28,8)
#031105
(3,17,5)
#000000
(0,0,0)

Tints of #0D7F23

#0D7F23
(13,127,35)
#238A37
(35,138,55)
#39954B
(57,149,75)
#4FA05F
(79,160,95)
#65AB73
(101,171,115)
#7BB687
(123,182,135)
#91C19B
(145,193,155)
#A7CCAF
(167,204,175)
#BDD7C3
(189,215,195)
#D3E2D7
(211,226,215)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D7F23; }

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

This text font color is #0D7F23.


Background Color

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

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

This div background color is #0D7F23.


Border color

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

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

This div border color is #0D7F23.


Opacity

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

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

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

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

This text has shadow with #0D7F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7F23 on black background.


Color preview on white background

This text has color #0D7F23 on white background.



Black color preview on #0D7F23 background

This text has black color on #0D7F23 background.


White color preview on #0D7F23 background

This text has white color on #0D7F23 background.