COLOR #374B12

HEX: #374B12 RGB: (55,75,18)

Color info

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

RGB color model

#374B12 color RGB value is (55,75,18).

RGB: (55,75,18) (22%, 29%, 7%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 18 of 255 = 7%

55
75
18

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

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 18 = 148 (100%)
R 55 of 148 ~ 37.16%
G 75 of 148 ~ 50.68%
B 18 of 148 ~ 12.16'%

%37.16
%50.68
%12.16

CMYK color model

#374B12 color CMYK value is (27,0,76,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 70.59%

CMYK: (27,0,76,71)
C27M0Y76K71 (27%, 0%, 76%, 71%)
(0.27 / 0.00 / 0.76 / 0.71)

CMYK percentages

%26.67
%0
%76
%70.59

Codes

Color #374B12 in popluar color models

37 4B 12
RGB 55 75 18
HSL 81° 61.29% 18.24%
HSB/HSV 81° 76.00% 29.41%
CMYK 26.67% 0.00% 76.00%
70.59%

Color #374B12 in popluar number systems.

HEX 37 4B 12
Decimal 55 75 18
Binary 110111 1001011 10010
Octal 67 113 22

Shades and tints

Shades of #374B12

#374B12
(55,75,18)
#324511
(50,69,17)
#2D3F10
(45,63,16)
#28390F
(40,57,15)
#23330E
(35,51,14)
#1E2D0D
(30,45,13)
#19270C
(25,39,12)
#14210B
(20,33,11)
#0F1B0A
(15,27,10)
#0A1509
(10,21,9)
#050F08
(5,15,8)
#000000
(0,0,0)

Tints of #374B12

#374B12
(55,75,18)
#495B27
(73,91,39)
#5B6B3C
(91,107,60)
#6D7B51
(109,123,81)
#7F8B66
(127,139,102)
#919B7B
(145,155,123)
#A3AB90
(163,171,144)
#B5BBA5
(181,187,165)
#C7CBBA
(199,203,186)
#D9DBCF
(217,219,207)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B12 color. Also use rgb(55,75,18) instead hex code.

Text Font Color

.myTextColor { color: #374B12; }

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

This text font color is #374B12.

Background Color

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

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

This div background color is #374B12.

Border color

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

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

This div border color is #374B12.

Opacity

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

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

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

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

This text has shadow with #374B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B12.

Preview

Color preview on black background

This text has color #374B12 on black background.


Color preview on white background

This text has color #374B12 on white background.


Black color preview on #374B12 background

This text has black color on #374B12 background.


White color preview on #374B12 background

This text has white color on #374B12 background.


Related colors

Complementary color

Complementary color for #hex is #C8B4ED.


I love getcolorcode.com

Triadic colors

1 #12374B and #4B1237 with #374B12 are triadic colors.

2 #124B37 and #4B3712 with #374B12 are triadic colors.