COLOR #337A75

HEX: #337A75
RGB: (51,122,117)

Renk bilgisi

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

RGB renk modeli

#337A75 color RGB value is (51,122,117).

  • kırmız ton 51;
  • yeşil ton 122;
  • mavi ton 117.
RGB:
(51,122,117)
(20%,48%,46%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 122 of 255 = 48%
B 117 of 255 = 46%

51
122
117

R + G + B ~ 38%. #337A75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 122 + 117 = 290 (100%)
R 51 of 290 ~ 17.59%
G 122 of 290 ~ 42.07%
B 117 of 290 ~ 40.34%

%17.59
%42.07
%40.34

CMYK RENK MODELİ

#337A75 rengi CMYK tonu (58,0,4,52).

  • camgöbeği tonu 58.20%
  • eflatun tonu 0.00%
  • sarı tonu 4.10%
  • ana renk tonu 52.16%
CMYK:
(58,0,4,52)
C58M0Y4K52 
(58%,0%,4%,52%)
(0.58/0.00/0.04/0.52)	

CMYK yüzdeleri

%58.2
%0
%4.1
%52.16

Codes

Color #337A75 in popluar color models

337A75
RGB51122117
HSL176°41.04%33.92%
HSB/HSV176°58.20%47.84%
CMYK58.20%0.00%4.10%
52.16%

Color #337A75 in popluar number systems.

HEX337A75
Decimal51122117
Binary11001111110101110101
Octal63172165

Shades and tints

Shades of #337A75

#337A75
(51,122,117)
#2F6F6B
(47,111,107)
#2B6461
(43,100,97)
#275957
(39,89,87)
#234E4D
(35,78,77)
#1F4343
(31,67,67)
#1B3839
(27,56,57)
#172D2F
(23,45,47)
#132225
(19,34,37)
#0F171B
(15,23,27)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #337A75

#337A75
(51,122,117)
#458681
(69,134,129)
#57928D
(87,146,141)
#699E99
(105,158,153)
#7BAAA5
(123,170,165)
#8DB6B1
(141,182,177)
#9FC2BD
(159,194,189)
#B1CEC9
(177,206,201)
#C3DAD5
(195,218,213)
#D5E6E1
(213,230,225)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337A75 color. Also use rgb(51,122,117) instead hex code.

Text Font Color

.myTextColor { color: #337A75; }

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

This text font color is #337A75.


Background Color

.myBgColor { background-color: #337A75; }

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

This div background color is #337A75.


Border color

.myBorderColor { border: 1px solid #337A75; }

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

This div border color is #337A75.


Opacity

.myOpacity80 { color: #337A75; opacity: 0.8; }

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

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

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

This text has shadow with #337A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337A75 on black background.


Color preview on white background

This text has color #337A75 on white background.



Black color preview on #337A75 background

This text has black color on #337A75 background.


White color preview on #337A75 background

This text has white color on #337A75 background.