COLOR #3F5E4A

HEX: #3F5E4A
RGB: (63,94,74)

Renk bilgisi

#3F5E4A contains red, green and blue colors in about the same proportion. #3F5E4A ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#3F5E4A color RGB value is (63,94,74).

  • kırmız ton 63;
  • yeşil ton 94;
  • mavi ton 74.
RGB:
(63,94,74)
(25%,37%,29%)

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 94 of 255 = 37%
B 74 of 255 = 29%

63
94
74

R + G + B ~ 30%. #3F5E4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 94 + 74 = 231 (100%)
R 63 of 231 ~ 27.27%
G 94 of 231 ~ 40.69%
B 74 of 231 ~ 32.03%

%27.27
%40.69
%32.03

CMYK RENK MODELİ

#3F5E4A rengi CMYK tonu (33,0,21,63).

  • camgöbeği tonu 32.98%
  • eflatun tonu 0.00%
  • sarı tonu 21.28%
  • ana renk tonu 63.14%
CMYK:
(33,0,21,63)
C33M0Y21K63 
(33%,0%,21%,63%)
(0.33/0.00/0.21/0.63)	

CMYK yüzdeleri

%32.98
%0
%21.28
%63.14

Codes

Color #3F5E4A in popluar color models

3F5E4A
RGB639474
HSL141°19.75%30.78%
HSB/HSV141°32.98%36.86%
CMYK32.98%0.00%21.28%
63.14%

Color #3F5E4A in popluar number systems.

HEX3F5E4A
Decimal639474
Binary11111110111101001010
Octal77136112

Shades and tints

Shades of #3F5E4A

#3F5E4A
(63,94,74)
#3A5644
(58,86,68)
#354E3E
(53,78,62)
#304638
(48,70,56)
#2B3E32
(43,62,50)
#26362C
(38,54,44)
#212E26
(33,46,38)
#1C2620
(28,38,32)
#171E1A
(23,30,26)
#121614
(18,22,20)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #3F5E4A

#3F5E4A
(63,94,74)
#506C5A
(80,108,90)
#617A6A
(97,122,106)
#72887A
(114,136,122)
#83968A
(131,150,138)
#94A49A
(148,164,154)
#A5B2AA
(165,178,170)
#B6C0BA
(182,192,186)
#C7CECA
(199,206,202)
#D8DCDA
(216,220,218)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5E4A color. Also use rgb(63,94,74) instead hex code.

Text Font Color

.myTextColor { color: #3F5E4A; }

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

This text font color is #3F5E4A.


Background Color

.myBgColor { background-color: #3F5E4A; }

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

This div background color is #3F5E4A.


Border color

.myBorderColor { border: 1px solid #3F5E4A; }

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

This div border color is #3F5E4A.


Opacity

.myOpacity80 { color: #3F5E4A; opacity: 0.8; }

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

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

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

This text has shadow with #3F5E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5E4A on black background.


Color preview on white background

This text has color #3F5E4A on white background.



Black color preview on #3F5E4A background

This text has black color on #3F5E4A background.


White color preview on #3F5E4A background

This text has white color on #3F5E4A background.