COLOR #073300

HEX: #073300
RGB: (7,51,0)

Renk bilgisi

#073300 contains only red and green colors. #073300 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#073300 color RGB value is (7,51,0).

  • kırmız ton 7;
  • yeşil ton 51;
  • mavi ton 0.
RGB:
(7,51,0)
(3%,20%,0%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 51 of 255 = 20%
B 0 of 255 = 0%

7
51
0

R + G + B ~ 8%. #073300 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 51 + 0 = 58 (100%)
R 7 of 58 ~ 12.07%
G 51 of 58 ~ 87.93%
B 0 of 58 ~ 0%

%12.07
%87.93

CMYK RENK MODELİ

#073300 rengi CMYK tonu (86,0,100,80).

  • camgöbeği tonu 86.27%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 80.00%
CMYK:
(86,0,100,80)
C86M0Y100K80 
(86%,0%,100%,80%)
(0.86/0.00/1.00/0.80)	

CMYK yüzdeleri

%86.27
%0
%100
%80

Codes

Color #073300 in popluar color models

073300
RGB7510
HSL112°100.00%10.00%
HSB/HSV112°100.00%20.00%
CMYK86.27%0.00%100.00%
80.00%

Color #073300 in popluar number systems.

HEX073300
Decimal7510
Binary1111100110
Octal7630

Shades and tints

Shades of #073300

#073300
(7,51,0)
#072F00
(7,47,0)
#072B00
(7,43,0)
#072700
(7,39,0)
#072300
(7,35,0)
#071F00
(7,31,0)
#071B00
(7,27,0)
#071700
(7,23,0)
#071300
(7,19,0)
#070F00
(7,15,0)
#070B00
(7,11,0)
#000000
(0,0,0)

Tints of #073300

#073300
(7,51,0)
#1D4517
(29,69,23)
#33572E
(51,87,46)
#496945
(73,105,69)
#5F7B5C
(95,123,92)
#758D73
(117,141,115)
#8B9F8A
(139,159,138)
#A1B1A1
(161,177,161)
#B7C3B8
(183,195,184)
#CDD5CF
(205,213,207)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073300 color. Also use rgb(7,51,0) instead hex code.

Text Font Color

.myTextColor { color: #073300; }

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

This text font color is #073300.


Background Color

.myBgColor { background-color: #073300; }

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

This div background color is #073300.


Border color

.myBorderColor { border: 1px solid #073300; }

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

This div border color is #073300.


Opacity

.myOpacity80 { color: #073300; opacity: 0.8; }

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

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

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

This text has shadow with #073300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073300 on black background.


Color preview on white background

This text has color #073300 on white background.



Black color preview on #073300 background

This text has black color on #073300 background.


White color preview on #073300 background

This text has white color on #073300 background.