COLOR #336A61

HEX: #336A61
RGB: (51,106,97)

Renk bilgisi

#336A61 contains red, green and blue colors in about the same proportion. #336A61 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#336A61 color RGB value is (51,106,97).

  • kırmız ton 51;
  • yeşil ton 106;
  • mavi ton 97.
RGB:
(51,106,97)
(20%,42%,38%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 106 of 255 = 42%
B 97 of 255 = 38%

51
106
97

R + G + B ~ 33%. #336A61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 106 + 97 = 254 (100%)
R 51 of 254 ~ 20.08%
G 106 of 254 ~ 41.73%
B 97 of 254 ~ 38.19%

%20.08
%41.73
%38.19

CMYK RENK MODELİ

#336A61 rengi CMYK tonu (52,0,8,58).

  • camgöbeği tonu 51.89%
  • eflatun tonu 0.00%
  • sarı tonu 8.49%
  • ana renk tonu 58.43%
CMYK:
(52,0,8,58)
C52M0Y8K58 
(52%,0%,8%,58%)
(0.52/0.00/0.08/0.58)	

CMYK yüzdeleri

%51.89
%0
%8.49
%58.43

Codes

Color #336A61 in popluar color models

336A61
RGB5110697
HSL170°35.03%30.78%
HSB/HSV170°51.89%41.57%
CMYK51.89%0.00%8.49%
58.43%

Color #336A61 in popluar number systems.

HEX336A61
Decimal5110697
Binary11001111010101100001
Octal63152141

Shades and tints

Shades of #336A61

#336A61
(51,106,97)
#2F6159
(47,97,89)
#2B5851
(43,88,81)
#274F49
(39,79,73)
#234641
(35,70,65)
#1F3D39
(31,61,57)
#1B3431
(27,52,49)
#172B29
(23,43,41)
#132221
(19,34,33)
#0F1919
(15,25,25)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #336A61

#336A61
(51,106,97)
#45776F
(69,119,111)
#57847D
(87,132,125)
#69918B
(105,145,139)
#7B9E99
(123,158,153)
#8DABA7
(141,171,167)
#9FB8B5
(159,184,181)
#B1C5C3
(177,197,195)
#C3D2D1
(195,210,209)
#D5DFDF
(213,223,223)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A61 color. Also use rgb(51,106,97) instead hex code.

Text Font Color

.myTextColor { color: #336A61; }

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

This text font color is #336A61.


Background Color

.myBgColor { background-color: #336A61; }

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

This div background color is #336A61.


Border color

.myBorderColor { border: 1px solid #336A61; }

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

This div border color is #336A61.


Opacity

.myOpacity80 { color: #336A61; opacity: 0.8; }

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

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

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

This text has shadow with #336A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A61 on black background.


Color preview on white background

This text has color #336A61 on white background.



Black color preview on #336A61 background

This text has black color on #336A61 background.


White color preview on #336A61 background

This text has white color on #336A61 background.