COLOR #007349

HEX: #007349
RGB: (0,115,73)

Renk bilgisi

#007349 contains only green and blue colors. #007349 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#007349 color RGB value is (0,115,73).

  • kırmız ton 0;
  • yeşil ton 115;
  • mavi ton 73.
RGB:
(0,115,73)
(0%,45%,29%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 115 of 255 = 45%
B 73 of 255 = 29%

0
115
73

R + G + B ~ 25%. #007349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 115 + 73 = 188 (100%)
R 0 of 188 ~ 0%
G 115 of 188 ~ 61.17%
B 73 of 188 ~ 38.83%

%61.17
%38.83

CMYK RENK MODELİ

#007349 rengi CMYK tonu (100,0,37,55).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 36.52%
  • ana renk tonu 54.90%
CMYK:
(100,0,37,55)
C100M0Y37K55 
(100%,0%,37%,55%)
(1.00/0.00/0.37/0.55)	

CMYK yüzdeleri

%100
%0
%36.52
%54.9

Codes

Color #007349 in popluar color models

007349
RGB011573
HSL158°100.00%22.55%
HSB/HSV158°100.00%45.10%
CMYK100.00%0.00%36.52%
54.90%

Color #007349 in popluar number systems.

HEX007349
Decimal011573
Binary011100111001001
Octal0163111

Shades and tints

Shades of #007349

#007349
(0,115,73)
#006943
(0,105,67)
#005F3D
(0,95,61)
#005537
(0,85,55)
#004B31
(0,75,49)
#00412B
(0,65,43)
#003725
(0,55,37)
#002D1F
(0,45,31)
#002319
(0,35,25)
#001913
(0,25,19)
#000F0D
(0,15,13)
#000000
(0,0,0)

Tints of #007349

#007349
(0,115,73)
#177F59
(23,127,89)
#2E8B69
(46,139,105)
#459779
(69,151,121)
#5CA389
(92,163,137)
#73AF99
(115,175,153)
#8ABBA9
(138,187,169)
#A1C7B9
(161,199,185)
#B8D3C9
(184,211,201)
#CFDFD9
(207,223,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007349 color. Also use rgb(0,115,73) instead hex code.

Text Font Color

.myTextColor { color: #007349; }

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

This text font color is #007349.


Background Color

.myBgColor { background-color: #007349; }

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

This div background color is #007349.


Border color

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

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

This div border color is #007349.


Opacity

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

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

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

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

This text has shadow with #007349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007349 on black background.


Color preview on white background

This text has color #007349 on white background.



Black color preview on #007349 background

This text has black color on #007349 background.


White color preview on #007349 background

This text has white color on #007349 background.