COLOR #3E6A7D

HEX: #3E6A7D
RGB: (62,106,125)

Renk bilgisi

#3E6A7D contains mainly green and blue colors. #3E6A7D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#3E6A7D color RGB value is (62,106,125).

  • kırmız ton 62;
  • yeşil ton 106;
  • mavi ton 125.
RGB:
(62,106,125)
(24%,42%,49%)

RGB bağlantıları ve doygunluk

R 62 of 255 = 24%
G 106 of 255 = 42%
B 125 of 255 = 49%

62
106
125

R + G + B ~ 38%. #3E6A7D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
62 + 106 + 125 = 293 (100%)
R 62 of 293 ~ 21.16%
G 106 of 293 ~ 36.18%
B 125 of 293 ~ 42.66%

%21.16
%36.18
%42.66

CMYK RENK MODELİ

#3E6A7D rengi CMYK tonu (50,15,0,51).

  • camgöbeği tonu 50.40%
  • eflatun tonu 15.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(50,15,0,51)
C50M15Y0K51 
(50%,15%,0%,51%)
(0.50/0.15/0.00/0.51)	

CMYK yüzdeleri

%50.4
%15.2
%0
%50.98

Codes

Color #3E6A7D in popluar color models

3E6A7D
RGB62106125
HSL198°33.69%36.67%
HSB/HSV198°50.40%49.02%
CMYK50.40%15.20%0.00%
50.98%

Color #3E6A7D in popluar number systems.

HEX3E6A7D
Decimal62106125
Binary11111011010101111101
Octal76152175

Shades and tints

Shades of #3E6A7D

#3E6A7D
(62,106,125)
#396172
(57,97,114)
#345867
(52,88,103)
#2F4F5C
(47,79,92)
#2A4651
(42,70,81)
#253D46
(37,61,70)
#20343B
(32,52,59)
#1B2B30
(27,43,48)
#162225
(22,34,37)
#11191A
(17,25,26)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #3E6A7D

#3E6A7D
(62,106,125)
#4F7788
(79,119,136)
#608493
(96,132,147)
#71919E
(113,145,158)
#829EA9
(130,158,169)
#93ABB4
(147,171,180)
#A4B8BF
(164,184,191)
#B5C5CA
(181,197,202)
#C6D2D5
(198,210,213)
#D7DFE0
(215,223,224)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6A7D color. Also use rgb(62,106,125) instead hex code.

Text Font Color

.myTextColor { color: #3E6A7D; }

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

This text font color is #3E6A7D.


Background Color

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

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

This div background color is #3E6A7D.


Border color

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

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

This div border color is #3E6A7D.


Opacity

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

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

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

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

This text has shadow with #3E6A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6A7D on black background.


Color preview on white background

This text has color #3E6A7D on white background.



Black color preview on #3E6A7D background

This text has black color on #3E6A7D background.


White color preview on #3E6A7D background

This text has white color on #3E6A7D background.