COLOR #376738

HEX: #376738
RGB: (55,103,56)

Renk bilgisi

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

RGB renk modeli

#376738 color RGB value is (55,103,56).

  • kırmız ton 55;
  • yeşil ton 103;
  • mavi ton 56.
RGB:
(55,103,56)
(22%,40%,22%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 103 of 255 = 40%
B 56 of 255 = 22%

55
103
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 103 + 56 = 214 (100%)
R 55 of 214 ~ 25.7%
G 103 of 214 ~ 48.13%
B 56 of 214 ~ 26.17%

%25.7
%48.13
%26.17

CMYK RENK MODELİ

#376738 rengi CMYK tonu (47,0,46,60).

  • camgöbeği tonu 46.60%
  • eflatun tonu 0.00%
  • sarı tonu 45.63%
  • ana renk tonu 59.61%
CMYK:
(47,0,46,60)
C47M0Y46K60 
(47%,0%,46%,60%)
(0.47/0.00/0.46/0.60)	

CMYK yüzdeleri

%46.6
%0
%45.63
%59.61

Codes

Color #376738 in popluar color models

376738
RGB5510356
HSL121°30.38%30.98%
HSB/HSV121°46.60%40.39%
CMYK46.60%0.00%45.63%
59.61%

Color #376738 in popluar number systems.

HEX376738
Decimal5510356
Binary1101111100111111000
Octal6714770

Shades and tints

Shades of #376738

#376738
(55,103,56)
#325E33
(50,94,51)
#2D552E
(45,85,46)
#284C29
(40,76,41)
#234324
(35,67,36)
#1E3A1F
(30,58,31)
#19311A
(25,49,26)
#142815
(20,40,21)
#0F1F10
(15,31,16)
#0A160B
(10,22,11)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #376738

#376738
(55,103,56)
#49744A
(73,116,74)
#5B815C
(91,129,92)
#6D8E6E
(109,142,110)
#7F9B80
(127,155,128)
#91A892
(145,168,146)
#A3B5A4
(163,181,164)
#B5C2B6
(181,194,182)
#C7CFC8
(199,207,200)
#D9DCDA
(217,220,218)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376738 color. Also use rgb(55,103,56) instead hex code.

Text Font Color

.myTextColor { color: #376738; }

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

This text font color is #376738.


Background Color

.myBgColor { background-color: #376738; }

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

This div background color is #376738.


Border color

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

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

This div border color is #376738.


Opacity

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

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

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

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

This text has shadow with #376738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376738 on black background.


Color preview on white background

This text has color #376738 on white background.



Black color preview on #376738 background

This text has black color on #376738 background.


White color preview on #376738 background

This text has white color on #376738 background.