COLOR #06330E

HEX: #06330E
RGB: (6,51,14)

Renk bilgisi

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

RGB renk modeli

#06330E color RGB value is (6,51,14).

  • kırmız ton 6;
  • yeşil ton 51;
  • mavi ton 14.
RGB:
(6,51,14)
(2%,20%,5%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 51 of 255 = 20%
B 14 of 255 = 5%

6
51
14

R + G + B ~ 9%. #06330E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 51 + 14 = 71 (100%)
R 6 of 71 ~ 8.45%
G 51 of 71 ~ 71.83%
B 14 of 71 ~ 19.72%

%71.83
%19.72

CMYK RENK MODELİ

#06330E rengi CMYK tonu (88,0,73,80).

  • camgöbeği tonu 88.24%
  • eflatun tonu 0.00%
  • sarı tonu 72.55%
  • ana renk tonu 80.00%
CMYK:
(88,0,73,80)
C88M0Y73K80 
(88%,0%,73%,80%)
(0.88/0.00/0.73/0.80)	

CMYK yüzdeleri

%88.24
%0
%72.55
%80

Codes

Color #06330E in popluar color models

06330E
RGB65114
HSL131°78.95%11.18%
HSB/HSV131°88.24%20.00%
CMYK88.24%0.00%72.55%
80.00%

Color #06330E in popluar number systems.

HEX06330E
Decimal65114
Binary1101100111110
Octal66316

Shades and tints

Shades of #06330E

#06330E
(6,51,14)
#062F0D
(6,47,13)
#062B0C
(6,43,12)
#06270B
(6,39,11)
#06230A
(6,35,10)
#061F09
(6,31,9)
#061B08
(6,27,8)
#061707
(6,23,7)
#061306
(6,19,6)
#060F05
(6,15,5)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #06330E

#06330E
(6,51,14)
#1C4523
(28,69,35)
#325738
(50,87,56)
#48694D
(72,105,77)
#5E7B62
(94,123,98)
#748D77
(116,141,119)
#8A9F8C
(138,159,140)
#A0B1A1
(160,177,161)
#B6C3B6
(182,195,182)
#CCD5CB
(204,213,203)
#E2E7E0
(226,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06330E color. Also use rgb(6,51,14) instead hex code.

Text Font Color

.myTextColor { color: #06330E; }

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

This text font color is #06330E.


Background Color

.myBgColor { background-color: #06330E; }

<div style="background-color:#06330E">Inner text</div>

This div background color is #06330E.


Border color

.myBorderColor { border: 1px solid #06330E; }

<div style="border:3px solid #06330E">Div</div>

This div border color is #06330E.


Opacity

.myOpacity80 { color: #06330E; opacity: 0.8; }

<p style="color:#06330E;opacity:0.8;">80%</p>

Text with #06330E 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 #06330E;}

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

This text has shadow with #06330E color.

.textShadow {text-shadow: 3px 3px 1px #06330E, 3px 3px 1px red;}

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

This text has shadow with #06330E primary color and red secondary color.


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

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

This text has shadow with #06330E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06330E on black background.


Color preview on white background

This text has color #06330E on white background.



Black color preview on #06330E background

This text has black color on #06330E background.


White color preview on #06330E background

This text has white color on #06330E background.