COLOR #376133

HEX: #376133
RGB: (55,97,51)

Renk bilgisi

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

RGB renk modeli

#376133 color RGB value is (55,97,51).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 97 of 255 = 38%
B 51 of 255 = 20%

55
97
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 97 + 51 = 203 (100%)
R 55 of 203 ~ 27.09%
G 97 of 203 ~ 47.78%
B 51 of 203 ~ 25.12%

%27.09
%47.78
%25.12

CMYK RENK MODELİ

#376133 rengi CMYK tonu (43,0,47,62).

  • camgöbeği tonu 43.30%
  • eflatun tonu 0.00%
  • sarı tonu 47.42%
  • ana renk tonu 61.96%
CMYK:
(43,0,47,62)
C43M0Y47K62 
(43%,0%,47%,62%)
(0.43/0.00/0.47/0.62)	

CMYK yüzdeleri

%43.3
%0
%47.42
%61.96

Codes

Color #376133 in popluar color models

376133
RGB559751
HSL115°31.08%29.02%
HSB/HSV115°47.42%38.04%
CMYK43.30%0.00%47.42%
61.96%

Color #376133 in popluar number systems.

HEX376133
Decimal559751
Binary1101111100001110011
Octal6714163

Shades and tints

Shades of #376133

#376133
(55,97,51)
#32592F
(50,89,47)
#2D512B
(45,81,43)
#284927
(40,73,39)
#234123
(35,65,35)
#1E391F
(30,57,31)
#19311B
(25,49,27)
#142917
(20,41,23)
#0F2113
(15,33,19)
#0A190F
(10,25,15)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #376133

#376133
(55,97,51)
#496F45
(73,111,69)
#5B7D57
(91,125,87)
#6D8B69
(109,139,105)
#7F997B
(127,153,123)
#91A78D
(145,167,141)
#A3B59F
(163,181,159)
#B5C3B1
(181,195,177)
#C7D1C3
(199,209,195)
#D9DFD5
(217,223,213)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376133; }

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

This text font color is #376133.


Background Color

.myBgColor { background-color: #376133; }

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

This div background color is #376133.


Border color

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

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

This div border color is #376133.


Opacity

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

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

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

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

This text has shadow with #376133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376133 on black background.


Color preview on white background

This text has color #376133 on white background.



Black color preview on #376133 background

This text has black color on #376133 background.


White color preview on #376133 background

This text has white color on #376133 background.