COLOR #073726

HEX: #073726
RGB: (7,55,38)

Renk bilgisi

#073726 contains red, green and blue colors in about the same proportion. #073726 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#073726 color RGB value is (7,55,38).

  • kırmız ton 7;
  • yeşil ton 55;
  • mavi ton 38.
RGB:
(7,55,38)
(3%,22%,15%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 55 of 255 = 22%
B 38 of 255 = 15%

7
55
38

R + G + B ~ 13%. #073726 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 55 + 38 = 100 (100%)
R 7 of 100 ~ 7%
G 55 of 100 ~ 55%
B 38 of 100 ~ 38%

%55
%38

CMYK RENK MODELİ

#073726 rengi CMYK tonu (87,0,31,78).

  • camgöbeği tonu 87.27%
  • eflatun tonu 0.00%
  • sarı tonu 30.91%
  • ana renk tonu 78.43%
CMYK:
(87,0,31,78)
C87M0Y31K78 
(87%,0%,31%,78%)
(0.87/0.00/0.31/0.78)	

CMYK yüzdeleri

%87.27
%0
%30.91
%78.43

Codes

Color #073726 in popluar color models

073726
RGB75538
HSL159°77.42%12.16%
HSB/HSV159°87.27%21.57%
CMYK87.27%0.00%30.91%
78.43%

Color #073726 in popluar number systems.

HEX073726
Decimal75538
Binary111110111100110
Octal76746

Shades and tints

Shades of #073726

#073726
(7,55,38)
#073223
(7,50,35)
#072D20
(7,45,32)
#07281D
(7,40,29)
#07231A
(7,35,26)
#071E17
(7,30,23)
#071914
(7,25,20)
#071411
(7,20,17)
#070F0E
(7,15,14)
#070A0B
(7,10,11)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #073726

#073726
(7,55,38)
#1D4939
(29,73,57)
#335B4C
(51,91,76)
#496D5F
(73,109,95)
#5F7F72
(95,127,114)
#759185
(117,145,133)
#8BA398
(139,163,152)
#A1B5AB
(161,181,171)
#B7C7BE
(183,199,190)
#CDD9D1
(205,217,209)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073726 color. Also use rgb(7,55,38) instead hex code.

Text Font Color

.myTextColor { color: #073726; }

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

This text font color is #073726.


Background Color

.myBgColor { background-color: #073726; }

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

This div background color is #073726.


Border color

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

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

This div border color is #073726.


Opacity

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

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

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

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

This text has shadow with #073726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073726 on black background.


Color preview on white background

This text has color #073726 on white background.



Black color preview on #073726 background

This text has black color on #073726 background.


White color preview on #073726 background

This text has white color on #073726 background.