COLOR #004340

HEX: #004340
RGB: (0,67,64)

Renk bilgisi

#004340 contains only green and blue colors. #004340 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#004340 color RGB value is (0,67,64).

  • kırmız ton 0;
  • yeşil ton 67;
  • mavi ton 64.
RGB:
(0,67,64)
(0%,26%,25%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 67 of 255 = 26%
B 64 of 255 = 25%

0
67
64

R + G + B ~ 17%. #004340 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 67 + 64 = 131 (100%)
R 0 of 131 ~ 0%
G 67 of 131 ~ 51.15%
B 64 of 131 ~ 48.85%

%51.15
%48.85

CMYK RENK MODELİ

#004340 rengi CMYK tonu (100,0,4,74).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 4.48%
  • ana renk tonu 73.73%
CMYK:
(100,0,4,74)
C100M0Y4K74 
(100%,0%,4%,74%)
(1.00/0.00/0.04/0.74)	

CMYK yüzdeleri

%100
%0
%4.48
%73.73

Codes

Color #004340 in popluar color models

004340
RGB06764
HSL177°100.00%13.14%
HSB/HSV177°100.00%26.27%
CMYK100.00%0.00%4.48%
73.73%

Color #004340 in popluar number systems.

HEX004340
Decimal06764
Binary010000111000000
Octal0103100

Shades and tints

Shades of #004340

#004340
(0,67,64)
#003D3B
(0,61,59)
#003736
(0,55,54)
#003131
(0,49,49)
#002B2C
(0,43,44)
#002527
(0,37,39)
#001F22
(0,31,34)
#00191D
(0,25,29)
#001318
(0,19,24)
#000D13
(0,13,19)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #004340

#004340
(0,67,64)
#175451
(23,84,81)
#2E6562
(46,101,98)
#457673
(69,118,115)
#5C8784
(92,135,132)
#739895
(115,152,149)
#8AA9A6
(138,169,166)
#A1BAB7
(161,186,183)
#B8CBC8
(184,203,200)
#CFDCD9
(207,220,217)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004340 color. Also use rgb(0,67,64) instead hex code.

Text Font Color

.myTextColor { color: #004340; }

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

This text font color is #004340.


Background Color

.myBgColor { background-color: #004340; }

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

This div background color is #004340.


Border color

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

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

This div border color is #004340.


Opacity

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

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

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

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

This text has shadow with #004340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004340 on black background.


Color preview on white background

This text has color #004340 on white background.



Black color preview on #004340 background

This text has black color on #004340 background.


White color preview on #004340 background

This text has white color on #004340 background.