COLOR #376B33

HEX: #376B33
RGB: (55,107,51)

Renk bilgisi

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

RGB renk modeli

#376B33 color RGB value is (55,107,51).

  • kırmız ton 55;
  • yeşil ton 107;
  • mavi ton 51.
RGB:
(55,107,51)
(22%,42%,20%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 51 of 255 = 20%

55
107
51

R + G + B ~ 28%. #376B33 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 51 = 213 (100%)
R 55 of 213 ~ 25.82%
G 107 of 213 ~ 50.23%
B 51 of 213 ~ 23.94%

%25.82
%50.23
%23.94

CMYK RENK MODELİ

#376B33 rengi CMYK tonu (49,0,52,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 52.34%
  • ana renk tonu 58.04%
CMYK:
(49,0,52,58)
C49M0Y52K58 
(49%,0%,52%,58%)
(0.49/0.00/0.52/0.58)	

CMYK yüzdeleri

%48.6
%0
%52.34
%58.04

Codes

Color #376B33 in popluar color models

376B33
RGB5510751
HSL116°35.44%30.98%
HSB/HSV116°52.34%41.96%
CMYK48.60%0.00%52.34%
58.04%

Color #376B33 in popluar number systems.

HEX376B33
Decimal5510751
Binary1101111101011110011
Octal6715363

Shades and tints

Shades of #376B33

#376B33
(55,107,51)
#32622F
(50,98,47)
#2D592B
(45,89,43)
#285027
(40,80,39)
#234723
(35,71,35)
#1E3E1F
(30,62,31)
#19351B
(25,53,27)
#142C17
(20,44,23)
#0F2313
(15,35,19)
#0A1A0F
(10,26,15)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #376B33

#376B33
(55,107,51)
#497845
(73,120,69)
#5B8557
(91,133,87)
#6D9269
(109,146,105)
#7F9F7B
(127,159,123)
#91AC8D
(145,172,141)
#A3B99F
(163,185,159)
#B5C6B1
(181,198,177)
#C7D3C3
(199,211,195)
#D9E0D5
(217,224,213)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B33 color. Also use rgb(55,107,51) instead hex code.

Text Font Color

.myTextColor { color: #376B33; }

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

This text font color is #376B33.


Background Color

.myBgColor { background-color: #376B33; }

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

This div background color is #376B33.


Border color

.myBorderColor { border: 1px solid #376B33; }

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

This div border color is #376B33.


Opacity

.myOpacity80 { color: #376B33; opacity: 0.8; }

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

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

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

This text has shadow with #376B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B33 on black background.


Color preview on white background

This text has color #376B33 on white background.



Black color preview on #376B33 background

This text has black color on #376B33 background.


White color preview on #376B33 background

This text has white color on #376B33 background.