COLOR #374C09

HEX: #374C09
RGB: (55,76,9)

Renk bilgisi

#374C09 contains mainly red and green colors. #374C09 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#374C09 color RGB value is (55,76,9).

  • kırmız ton 55;
  • yeşil ton 76;
  • mavi ton 9.
RGB:
(55,76,9)
(22%,30%,4%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 76 of 255 = 30%
B 9 of 255 = 4%

55
76
9

R + G + B ~ 19%. #374C09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 76 + 9 = 140 (100%)
R 55 of 140 ~ 39.29%
G 76 of 140 ~ 54.29%
B 9 of 140 ~ 6.43%

%39.29
%54.29

CMYK RENK MODELİ

#374C09 rengi CMYK tonu (28,0,88,70).

  • camgöbeği tonu 27.63%
  • eflatun tonu 0.00%
  • sarı tonu 88.16%
  • ana renk tonu 70.20%
CMYK:
(28,0,88,70)
C28M0Y88K70 
(28%,0%,88%,70%)
(0.28/0.00/0.88/0.70)	

CMYK yüzdeleri

%27.63
%0
%88.16
%70.2

Codes

Color #374C09 in popluar color models

374C09
RGB55769
HSL79°78.82%16.67%
HSB/HSV79°88.16%29.80%
CMYK27.63%0.00%88.16%
70.20%

Color #374C09 in popluar number systems.

HEX374C09
Decimal55769
Binary11011110011001001
Octal6711411

Shades and tints

Shades of #374C09

#374C09
(55,76,9)
#324609
(50,70,9)
#2D4009
(45,64,9)
#283A09
(40,58,9)
#233409
(35,52,9)
#1E2E09
(30,46,9)
#192809
(25,40,9)
#142209
(20,34,9)
#0F1C09
(15,28,9)
#0A1609
(10,22,9)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #374C09

#374C09
(55,76,9)
#495C1F
(73,92,31)
#5B6C35
(91,108,53)
#6D7C4B
(109,124,75)
#7F8C61
(127,140,97)
#919C77
(145,156,119)
#A3AC8D
(163,172,141)
#B5BCA3
(181,188,163)
#C7CCB9
(199,204,185)
#D9DCCF
(217,220,207)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374C09 color. Also use rgb(55,76,9) instead hex code.

Text Font Color

.myTextColor { color: #374C09; }

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

This text font color is #374C09.


Background Color

.myBgColor { background-color: #374C09; }

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

This div background color is #374C09.


Border color

.myBorderColor { border: 1px solid #374C09; }

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

This div border color is #374C09.


Opacity

.myOpacity80 { color: #374C09; opacity: 0.8; }

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

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

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

This text has shadow with #374C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C09 on black background.


Color preview on white background

This text has color #374C09 on white background.



Black color preview on #374C09 background

This text has black color on #374C09 background.


White color preview on #374C09 background

This text has white color on #374C09 background.