COLOR #3B6446

HEX: #3B6446
RGB: (59,100,70)

Renk bilgisi

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

RGB renk modeli

#3B6446 color RGB value is (59,100,70).

  • kırmız ton 59;
  • yeşil ton 100;
  • mavi ton 70.
RGB:
(59,100,70)
(23%,39%,27%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 100 of 255 = 39%
B 70 of 255 = 27%

59
100
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 100 + 70 = 229 (100%)
R 59 of 229 ~ 25.76%
G 100 of 229 ~ 43.67%
B 70 of 229 ~ 30.57%

%25.76
%43.67
%30.57

CMYK RENK MODELİ

#3B6446 rengi CMYK tonu (41,0,30,61).

  • camgöbeği tonu 41.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 60.78%
CMYK:
(41,0,30,61)
C41M0Y30K61 
(41%,0%,30%,61%)
(0.41/0.00/0.30/0.61)	

CMYK yüzdeleri

%41
%0
%30
%60.78

Codes

Color #3B6446 in popluar color models

3B6446
RGB5910070
HSL136°25.79%31.18%
HSB/HSV136°41.00%39.22%
CMYK41.00%0.00%30.00%
60.78%

Color #3B6446 in popluar number systems.

HEX3B6446
Decimal5910070
Binary11101111001001000110
Octal73144106

Shades and tints

Shades of #3B6446

#3B6446
(59,100,70)
#365B40
(54,91,64)
#31523A
(49,82,58)
#2C4934
(44,73,52)
#27402E
(39,64,46)
#223728
(34,55,40)
#1D2E22
(29,46,34)
#18251C
(24,37,28)
#131C16
(19,28,22)
#0E1310
(14,19,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B6446

#3B6446
(59,100,70)
#4C7256
(76,114,86)
#5D8066
(93,128,102)
#6E8E76
(110,142,118)
#7F9C86
(127,156,134)
#90AA96
(144,170,150)
#A1B8A6
(161,184,166)
#B2C6B6
(178,198,182)
#C3D4C6
(195,212,198)
#D4E2D6
(212,226,214)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6446 color. Also use rgb(59,100,70) instead hex code.

Text Font Color

.myTextColor { color: #3B6446; }

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

This text font color is #3B6446.


Background Color

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

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

This div background color is #3B6446.


Border color

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

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

This div border color is #3B6446.


Opacity

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

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

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

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

This text has shadow with #3B6446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6446 on black background.


Color preview on white background

This text has color #3B6446 on white background.



Black color preview on #3B6446 background

This text has black color on #3B6446 background.


White color preview on #3B6446 background

This text has white color on #3B6446 background.