COLOR #376A42

HEX: #376A42
RGB: (55,106,66)

Renk bilgisi

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

RGB renk modeli

#376A42 color RGB value is (55,106,66).

  • kırmız ton 55;
  • yeşil ton 106;
  • mavi ton 66.
RGB:
(55,106,66)
(22%,42%,26%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 106 of 255 = 42%
B 66 of 255 = 26%

55
106
66

R + G + B ~ 30%. #376A42 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 106 + 66 = 227 (100%)
R 55 of 227 ~ 24.23%
G 106 of 227 ~ 46.7%
B 66 of 227 ~ 29.07%

%24.23
%46.7
%29.07

CMYK RENK MODELİ

#376A42 rengi CMYK tonu (48,0,38,58).

  • camgöbeği tonu 48.11%
  • eflatun tonu 0.00%
  • sarı tonu 37.74%
  • ana renk tonu 58.43%
CMYK:
(48,0,38,58)
C48M0Y38K58 
(48%,0%,38%,58%)
(0.48/0.00/0.38/0.58)	

CMYK yüzdeleri

%48.11
%0
%37.74
%58.43

Codes

Color #376A42 in popluar color models

376A42
RGB5510666
HSL133°31.68%31.57%
HSB/HSV133°48.11%41.57%
CMYK48.11%0.00%37.74%
58.43%

Color #376A42 in popluar number systems.

HEX376A42
Decimal5510666
Binary11011111010101000010
Octal67152102

Shades and tints

Shades of #376A42

#376A42
(55,106,66)
#32613C
(50,97,60)
#2D5836
(45,88,54)
#284F30
(40,79,48)
#23462A
(35,70,42)
#1E3D24
(30,61,36)
#19341E
(25,52,30)
#142B18
(20,43,24)
#0F2212
(15,34,18)
#0A190C
(10,25,12)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #376A42

#376A42
(55,106,66)
#497753
(73,119,83)
#5B8464
(91,132,100)
#6D9175
(109,145,117)
#7F9E86
(127,158,134)
#91AB97
(145,171,151)
#A3B8A8
(163,184,168)
#B5C5B9
(181,197,185)
#C7D2CA
(199,210,202)
#D9DFDB
(217,223,219)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376A42 color. Also use rgb(55,106,66) instead hex code.

Text Font Color

.myTextColor { color: #376A42; }

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

This text font color is #376A42.


Background Color

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

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

This div background color is #376A42.


Border color

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

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

This div border color is #376A42.


Opacity

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

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

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

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

This text has shadow with #376A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376A42 on black background.


Color preview on white background

This text has color #376A42 on white background.



Black color preview on #376A42 background

This text has black color on #376A42 background.


White color preview on #376A42 background

This text has white color on #376A42 background.