COLOR #004141

HEX: #004141
RGB: (0,65,65)

Renk bilgisi

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

RGB renk modeli

#004141 color RGB value is (0,65,65).

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

RGB bağlantıları ve doygunluk

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

0
65
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 65 + 65 = 130 (100%)
R 0 of 130 ~ 0%
G 65 of 130 ~ 50%
B 65 of 130 ~ 50%

%50
%50

CMYK RENK MODELİ

#004141 rengi CMYK tonu (100,0,0,75).

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

CMYK yüzdeleri

%100
%0
%0
%74.51

Codes

Color #004141 in popluar color models

004141
RGB06565
HSL180°100.00%12.75%
HSB/HSV180°100.00%25.49%
CMYK100.00%0.00%0.00%
74.51%

Color #004141 in popluar number systems.

HEX004141
Decimal06565
Binary010000011000001
Octal0101101

Shades and tints

Shades of #004141

#004141
(0,65,65)
#003C3C
(0,60,60)
#003737
(0,55,55)
#003232
(0,50,50)
#002D2D
(0,45,45)
#002828
(0,40,40)
#002323
(0,35,35)
#001E1E
(0,30,30)
#001919
(0,25,25)
#001414
(0,20,20)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #004141

#004141
(0,65,65)
#175252
(23,82,82)
#2E6363
(46,99,99)
#457474
(69,116,116)
#5C8585
(92,133,133)
#739696
(115,150,150)
#8AA7A7
(138,167,167)
#A1B8B8
(161,184,184)
#B8C9C9
(184,201,201)
#CFDADA
(207,218,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004141; }

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

This text font color is #004141.


Background Color

.myBgColor { background-color: #004141; }

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

This div background color is #004141.


Border color

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

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

This div border color is #004141.


Opacity

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

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

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

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

This text has shadow with #004141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004141 on black background.


Color preview on white background

This text has color #004141 on white background.



Black color preview on #004141 background

This text has black color on #004141 background.


White color preview on #004141 background

This text has white color on #004141 background.