COLOR #0E6630

HEX: #0E6630 RGB: (14,102,48)

Color info

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

RGB color model

#0E6630 color RGB value is (14,102,48).

RGB: (14,102,48) (5%, 40%, 19%)

RGB channels and saturation

R 14 of 255 = 5%
G 102 of 255 = 40%
B 48 of 255 = 19%

14
102
48

R + G + B ~ 21%. #0E6630 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 102 + 48 = 164 (100%)
R 14 of 164 ~ 8.54%
G 102 of 164 ~ 62.2%
B 48 of 164 ~ 29.27'%

%62.2
%29.27

CMYK color model

#0E6630 color CMYK value is (86,0,53,60).

  • cyan value is 86.27%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 60.00%

CMYK: (86,0,53,60)
C86M0Y53K60 (86%, 0%, 53%, 60%)
(0.86 / 0.00 / 0.53 / 0.60)

CMYK percentages

%86.27
%0
%52.94
%60

Codes

Color #0E6630 in popluar color models

0E 66 30
RGB 14 102 48
HSL 143° 75.86% 22.75%
HSB/HSV 143° 86.27% 40.00%
CMYK 86.27% 0.00% 52.94%
60.00%

Color #0E6630 in popluar number systems.

HEX 0E 66 30
Decimal 14 102 48
Binary 1110 1100110 110000
Octal 16 146 60

Shades and tints

Shades of #0E6630

#0E6630
(14,102,48)
#0D5D2C
(13,93,44)
#0C5428
(12,84,40)
#0B4B24
(11,75,36)
#0A4220
(10,66,32)
#09391C
(9,57,28)
#083018
(8,48,24)
#072714
(7,39,20)
#061E10
(6,30,16)
#05150C
(5,21,12)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #0E6630

#0E6630
(14,102,48)
#237342
(35,115,66)
#388054
(56,128,84)
#4D8D66
(77,141,102)
#629A78
(98,154,120)
#77A78A
(119,167,138)
#8CB49C
(140,180,156)
#A1C1AE
(161,193,174)
#B6CEC0
(182,206,192)
#CBDBD2
(203,219,210)
#E0E8E4
(224,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6630 color. Also use rgb(14,102,48) instead hex code.

Text Font Color

.myTextColor { color: #0E6630; }

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

This text font color is #0E6630.

Background Color

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

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

This div background color is #0E6630.

Border color

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

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

This div border color is #0E6630.

Opacity

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

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

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

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

This text has shadow with #0E6630 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6630.

Preview

Color preview on black background

This text has color #0E6630 on black background.


Color preview on white background

This text has color #0E6630 on white background.


Black color preview on #0E6630 background

This text has black color on #0E6630 background.


White color preview on #0E6630 background

This text has white color on #0E6630 background.


Related colors

Complementary color

Complementary color for #hex is #F199CF.


I love getcolorcode.com

Triadic colors

1 #300E66 and #66300E with #0E6630 are triadic colors.

2 #30660E and #660E30 with #0E6630 are triadic colors.