COLOR #004130

HEX: #004130
RGB: (0,65,48)

Renk bilgisi

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

RGB renk modeli

#004130 color RGB value is (0,65,48).

  • kırmız ton 0;
  • yeşil ton 65;
  • mavi ton 48.
RGB:
(0,65,48)
(0%,25%,19%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 65 of 255 = 25%
B 48 of 255 = 19%

0
65
48

R + G + B ~ 15%. #004130 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 65 + 48 = 113 (100%)
R 0 of 113 ~ 0%
G 65 of 113 ~ 57.52%
B 48 of 113 ~ 42.48%

%57.52
%42.48

CMYK RENK MODELİ

#004130 rengi CMYK tonu (100,0,26,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 26.15%
  • ana renk tonu 74.51%
CMYK:
(100,0,26,75)
C100M0Y26K75 
(100%,0%,26%,75%)
(1.00/0.00/0.26/0.75)	

CMYK yüzdeleri

%100
%0
%26.15
%74.51

Codes

Color #004130 in popluar color models

004130
RGB06548
HSL164°100.00%12.75%
HSB/HSV164°100.00%25.49%
CMYK100.00%0.00%26.15%
74.51%

Color #004130 in popluar number systems.

HEX004130
Decimal06548
Binary01000001110000
Octal010160

Shades and tints

Shades of #004130

#004130
(0,65,48)
#003C2C
(0,60,44)
#003728
(0,55,40)
#003224
(0,50,36)
#002D20
(0,45,32)
#00281C
(0,40,28)
#002318
(0,35,24)
#001E14
(0,30,20)
#001910
(0,25,16)
#00140C
(0,20,12)
#000F08
(0,15,8)
#000000
(0,0,0)

Tints of #004130

#004130
(0,65,48)
#175242
(23,82,66)
#2E6354
(46,99,84)
#457466
(69,116,102)
#5C8578
(92,133,120)
#73968A
(115,150,138)
#8AA79C
(138,167,156)
#A1B8AE
(161,184,174)
#B8C9C0
(184,201,192)
#CFDAD2
(207,218,210)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004130 color. Also use rgb(0,65,48) instead hex code.

Text Font Color

.myTextColor { color: #004130; }

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

This text font color is #004130.


Background Color

.myBgColor { background-color: #004130; }

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

This div background color is #004130.


Border color

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

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

This div border color is #004130.


Opacity

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

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

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

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

This text has shadow with #004130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004130 on black background.


Color preview on white background

This text has color #004130 on white background.



Black color preview on #004130 background

This text has black color on #004130 background.


White color preview on #004130 background

This text has white color on #004130 background.