COLOR #0E733A

HEX: #0E733A
RGB: (14,115,58)

Color info

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

RGB color model

#0E733A color RGB value is (14,115,58).

  • red value is 14;
  • green value is 115;
  • blue value is 58.
RGB:
(14,115,58)
(5%,45%,23%)

RGB channels and saturation

R 14 of 255 = 5%
G 115 of 255 = 45%
B 58 of 255 = 23%

14
115
58

R + G + B ~ 24%. #0E733A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 115 + 58 = 187 (100%)
R 14 of 187 ~ 7.49%
G 115 of 187 ~ 61.5%
B 58 of 187 ~ 31.02%

%61.5
%31.02

CMYK color model

#0E733A color CMYK value is (88,0,50,55).

  • cyan value is 87.83%
  • magenta value is 0.00%
  • yellow value is 49.57%
  • key color value is 54.90%
CMYK:
(88,0,50,55)
C88M0Y50K55 
(88%,0%,50%,55%)
(0.88/0.00/0.50/0.55)	

CMYK percentages

%87.83
%0
%49.57
%54.9

Codes

Color #0E733A in popluar color models

0E733A
RGB1411558
HSL146°78.29%25.29%
HSB/HSV146°87.83%45.10%
CMYK87.83%0.00%49.57%
54.90%

Color #0E733A in popluar number systems.

HEX0E733A
Decimal1411558
Binary11101110011111010
Octal1616372

Shades and tints

Shades of #0E733A

#0E733A
(14,115,58)
#0D6935
(13,105,53)
#0C5F30
(12,95,48)
#0B552B
(11,85,43)
#0A4B26
(10,75,38)
#094121
(9,65,33)
#08371C
(8,55,28)
#072D17
(7,45,23)
#062312
(6,35,18)
#05190D
(5,25,13)
#040F08
(4,15,8)
#000000
(0,0,0)

Tints of #0E733A

#0E733A
(14,115,58)
#237F4B
(35,127,75)
#388B5C
(56,139,92)
#4D976D
(77,151,109)
#62A37E
(98,163,126)
#77AF8F
(119,175,143)
#8CBBA0
(140,187,160)
#A1C7B1
(161,199,177)
#B6D3C2
(182,211,194)
#CBDFD3
(203,223,211)
#E0EBE4
(224,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E733A color. Also use rgb(14,115,58) instead hex code.

Text Font Color

.myTextColor { color: #0E733A; }

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

This text font color is #0E733A.


Background Color

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

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

This div background color is #0E733A.


Border color

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

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

This div border color is #0E733A.


Opacity

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

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

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

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

This text has shadow with #0E733A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E733A on black background.


Color preview on white background

This text has color #0E733A on white background.



Black color preview on #0E733A background

This text has black color on #0E733A background.


White color preview on #0E733A background

This text has white color on #0E733A background.