COLOR #377247

HEX: #377247
RGB: (55,114,71)

Renk bilgisi

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

RGB renk modeli

#377247 color RGB value is (55,114,71).

  • kırmız ton 55;
  • yeşil ton 114;
  • mavi ton 71.
RGB:
(55,114,71)
(22%,45%,28%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 114 of 255 = 45%
B 71 of 255 = 28%

55
114
71

R + G + B ~ 32%. #377247 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 114 + 71 = 240 (100%)
R 55 of 240 ~ 22.92%
G 114 of 240 ~ 47.5%
B 71 of 240 ~ 29.58%

%22.92
%47.5
%29.58

CMYK RENK MODELİ

#377247 rengi CMYK tonu (52,0,38,55).

  • camgöbeği tonu 51.75%
  • eflatun tonu 0.00%
  • sarı tonu 37.72%
  • ana renk tonu 55.29%
CMYK:
(52,0,38,55)
C52M0Y38K55 
(52%,0%,38%,55%)
(0.52/0.00/0.38/0.55)	

CMYK yüzdeleri

%51.75
%0
%37.72
%55.29

Codes

Color #377247 in popluar color models

377247
RGB5511471
HSL136°34.91%33.14%
HSB/HSV136°51.75%44.71%
CMYK51.75%0.00%37.72%
55.29%

Color #377247 in popluar number systems.

HEX377247
Decimal5511471
Binary11011111100101000111
Octal67162107

Shades and tints

Shades of #377247

#377247
(55,114,71)
#326841
(50,104,65)
#2D5E3B
(45,94,59)
#285435
(40,84,53)
#234A2F
(35,74,47)
#1E4029
(30,64,41)
#193623
(25,54,35)
#142C1D
(20,44,29)
#0F2217
(15,34,23)
#0A1811
(10,24,17)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #377247

#377247
(55,114,71)
#497E57
(73,126,87)
#5B8A67
(91,138,103)
#6D9677
(109,150,119)
#7FA287
(127,162,135)
#91AE97
(145,174,151)
#A3BAA7
(163,186,167)
#B5C6B7
(181,198,183)
#C7D2C7
(199,210,199)
#D9DED7
(217,222,215)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377247 color. Also use rgb(55,114,71) instead hex code.

Text Font Color

.myTextColor { color: #377247; }

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

This text font color is #377247.


Background Color

.myBgColor { background-color: #377247; }

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

This div background color is #377247.


Border color

.myBorderColor { border: 1px solid #377247; }

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

This div border color is #377247.


Opacity

.myOpacity80 { color: #377247; opacity: 0.8; }

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

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

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

This text has shadow with #377247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377247 on black background.


Color preview on white background

This text has color #377247 on white background.



Black color preview on #377247 background

This text has black color on #377247 background.


White color preview on #377247 background

This text has white color on #377247 background.