COLOR #0E3C09

HEX: #0E3C09
RGB: (14,60,9)

Renk bilgisi

#0E3C09 contains red, green and blue colors in about the same proportion. #0E3C09 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#0E3C09 color RGB value is (14,60,9).

  • kırmız ton 14;
  • yeşil ton 60;
  • mavi ton 9.
RGB:
(14,60,9)
(5%,24%,4%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 60 of 255 = 24%
B 9 of 255 = 4%

14
60
9

R + G + B ~ 11%. #0E3C09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 60 + 9 = 83 (100%)
R 14 of 83 ~ 16.87%
G 60 of 83 ~ 72.29%
B 9 of 83 ~ 10.84%

%16.87
%72.29
%10.84

CMYK RENK MODELİ

#0E3C09 rengi CMYK tonu (77,0,85,76).

  • camgöbeği tonu 76.67%
  • eflatun tonu 0.00%
  • sarı tonu 85.00%
  • ana renk tonu 76.47%
CMYK:
(77,0,85,76)
C77M0Y85K76 
(77%,0%,85%,76%)
(0.77/0.00/0.85/0.76)	

CMYK yüzdeleri

%76.67
%0
%85
%76.47

Codes

Color #0E3C09 in popluar color models

0E3C09
RGB14609
HSL114°73.91%13.53%
HSB/HSV114°85.00%23.53%
CMYK76.67%0.00%85.00%
76.47%

Color #0E3C09 in popluar number systems.

HEX0E3C09
Decimal14609
Binary11101111001001
Octal167411

Shades and tints

Shades of #0E3C09

#0E3C09
(14,60,9)
#0D3709
(13,55,9)
#0C3209
(12,50,9)
#0B2D09
(11,45,9)
#0A2809
(10,40,9)
#092309
(9,35,9)
#081E09
(8,30,9)
#071909
(7,25,9)
#061409
(6,20,9)
#050F09
(5,15,9)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #0E3C09

#0E3C09
(14,60,9)
#234D1F
(35,77,31)
#385E35
(56,94,53)
#4D6F4B
(77,111,75)
#628061
(98,128,97)
#779177
(119,145,119)
#8CA28D
(140,162,141)
#A1B3A3
(161,179,163)
#B6C4B9
(182,196,185)
#CBD5CF
(203,213,207)
#E0E6E5
(224,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3C09 color. Also use rgb(14,60,9) instead hex code.

Text Font Color

.myTextColor { color: #0E3C09; }

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

This text font color is #0E3C09.


Background Color

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

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

This div background color is #0E3C09.


Border color

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

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

This div border color is #0E3C09.


Opacity

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

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

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

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

This text has shadow with #0E3C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3C09 on black background.


Color preview on white background

This text has color #0E3C09 on white background.



Black color preview on #0E3C09 background

This text has black color on #0E3C09 background.


White color preview on #0E3C09 background

This text has white color on #0E3C09 background.