COLOR #374A18

HEX: #374A18 RGB: (55,74,24)

Color info

#374A18 contains red, green and blue colors in about the same proportion. Web safe color of #374A18 is #333300 (or #330).

RGB color model

#374A18 color RGB value is (55,74,24).

RGB: (55,74,24) (22%, 29%, 9%)

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 24 of 255 = 9%

55
74
24

R + G + B ~ 20%. #374A18 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 74 + 24 = 153 (100%)
R 55 of 153 ~ 35.95%
G 74 of 153 ~ 48.37%
B 24 of 153 ~ 15.69'%

%35.95
%48.37
%15.69

CMYK color model

#374A18 color CMYK value is (26,0,68,71).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 70.98%

CMYK: (26,0,68,71)
C26M0Y68K71 (26%, 0%, 68%, 71%)
(0.26 / 0.00 / 0.68 / 0.71)

CMYK percentages

%25.68
%0
%67.57
%70.98

Codes

Color #374A18 in popluar color models

37 4A 18
RGB 55 74 24
HSL 83° 51.02% 19.22%
HSB/HSV 83° 67.57% 29.02%
CMYK 25.68% 0.00% 67.57%
70.98%

Color #374A18 in popluar number systems.

HEX 37 4A 18
Decimal 55 74 24
Binary 110111 1001010 11000
Octal 67 112 30

Shades and tints

Shades of #374A18

#374A18
(55,74,24)
#324416
(50,68,22)
#2D3E14
(45,62,20)
#283812
(40,56,18)
#233210
(35,50,16)
#1E2C0E
(30,44,14)
#19260C
(25,38,12)
#14200A
(20,32,10)
#0F1A08
(15,26,8)
#0A1406
(10,20,6)
#050E04
(5,14,4)
#000000
(0,0,0)

Tints of #374A18

#374A18
(55,74,24)
#495A2D
(73,90,45)
#5B6A42
(91,106,66)
#6D7A57
(109,122,87)
#7F8A6C
(127,138,108)
#919A81
(145,154,129)
#A3AA96
(163,170,150)
#B5BAAB
(181,186,171)
#C7CAC0
(199,202,192)
#D9DAD5
(217,218,213)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374A18 color. Also use rgb(55,74,24) instead hex code.

Text Font Color

.myTextColor { color: #374A18; }

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

This text font color is #374A18.

Background Color

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

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

This div background color is #374A18.

Border color

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

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

This div border color is #374A18.

Opacity

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

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

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

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

This text has shadow with #374A18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374A18.

Preview

Color preview on black background

This text has color #374A18 on black background.


Color preview on white background

This text has color #374A18 on white background.


Black color preview on #374A18 background

This text has black color on #374A18 background.


White color preview on #374A18 background

This text has white color on #374A18 background.


Related colors

Complementary color

Complementary color for #hex is #C8B5E7.


I love getcolorcode.com

Triadic colors

1 #18374A and #4A1837 with #374A18 are triadic colors.

2 #184A37 and #4A3718 with #374A18 are triadic colors.