COLOR #377320

HEX: #377320
RGB: (55,115,32)

Renk bilgisi

#377320 contains mainly green color. #377320 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#377320 color RGB value is (55,115,32).

  • kırmız ton 55;
  • yeşil ton 115;
  • mavi ton 32.
RGB:
(55,115,32)
(22%,45%,13%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 115 of 255 = 45%
B 32 of 255 = 13%

55
115
32

R + G + B ~ 27%. #377320 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 115 + 32 = 202 (100%)
R 55 of 202 ~ 27.23%
G 115 of 202 ~ 56.93%
B 32 of 202 ~ 15.84%

%27.23
%56.93
%15.84

CMYK RENK MODELİ

#377320 rengi CMYK tonu (52,0,72,55).

  • camgöbeği tonu 52.17%
  • eflatun tonu 0.00%
  • sarı tonu 72.17%
  • ana renk tonu 54.90%
CMYK:
(52,0,72,55)
C52M0Y72K55 
(52%,0%,72%,55%)
(0.52/0.00/0.72/0.55)	

CMYK yüzdeleri

%52.17
%0
%72.17
%54.9

Codes

Color #377320 in popluar color models

377320
RGB5511532
HSL103°56.46%28.82%
HSB/HSV103°72.17%45.10%
CMYK52.17%0.00%72.17%
54.90%

Color #377320 in popluar number systems.

HEX377320
Decimal5511532
Binary1101111110011100000
Octal6716340

Shades and tints

Shades of #377320

#377320
(55,115,32)
#32691E
(50,105,30)
#2D5F1C
(45,95,28)
#28551A
(40,85,26)
#234B18
(35,75,24)
#1E4116
(30,65,22)
#193714
(25,55,20)
#142D12
(20,45,18)
#0F2310
(15,35,16)
#0A190E
(10,25,14)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #377320

#377320
(55,115,32)
#497F34
(73,127,52)
#5B8B48
(91,139,72)
#6D975C
(109,151,92)
#7FA370
(127,163,112)
#91AF84
(145,175,132)
#A3BB98
(163,187,152)
#B5C7AC
(181,199,172)
#C7D3C0
(199,211,192)
#D9DFD4
(217,223,212)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377320 color. Also use rgb(55,115,32) instead hex code.

Text Font Color

.myTextColor { color: #377320; }

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

This text font color is #377320.


Background Color

.myBgColor { background-color: #377320; }

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

This div background color is #377320.


Border color

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

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

This div border color is #377320.


Opacity

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

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

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

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

This text has shadow with #377320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377320 on black background.


Color preview on white background

This text has color #377320 on white background.



Black color preview on #377320 background

This text has black color on #377320 background.


White color preview on #377320 background

This text has white color on #377320 background.