COLOR #374B0E

HEX: #374B0E
RGB: (55,75,14)

Color info

#374B0E contains mainly red and green colors. Web safe color of #374B0E is #333300 (or #330).

RGB color model

#374B0E color RGB value is (55,75,14).

  • red value is 55;
  • green value is 75;
  • blue value is 14.
RGB:
(55,75,14)
(22%,29%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 14 of 255 = 5%

55
75
14

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 14 = 144 (100%)
R 55 of 144 ~ 38.19%
G 75 of 144 ~ 52.08%
B 14 of 144 ~ 9.72%

%38.19
%52.08
%9.72

CMYK color model

#374B0E color CMYK value is (27,0,81,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 81.33%
  • key color value is 70.59%
CMYK:
(27,0,81,71)
C27M0Y81K71 
(27%,0%,81%,71%)
(0.27/0.00/0.81/0.71)	

CMYK percentages

%26.67
%0
%81.33
%70.59

Codes

Color #374B0E in popluar color models

374B0E
RGB557514
HSL80°68.54%17.45%
HSB/HSV80°81.33%29.41%
CMYK26.67%0.00%81.33%
70.59%

Color #374B0E in popluar number systems.

HEX374B0E
Decimal557514
Binary11011110010111110
Octal6711316

Shades and tints

Shades of #374B0E

#374B0E
(55,75,14)
#32450D
(50,69,13)
#2D3F0C
(45,63,12)
#28390B
(40,57,11)
#23330A
(35,51,10)
#1E2D09
(30,45,9)
#192708
(25,39,8)
#142107
(20,33,7)
#0F1B06
(15,27,6)
#0A1505
(10,21,5)
#050F04
(5,15,4)
#000000
(0,0,0)

Tints of #374B0E

#374B0E
(55,75,14)
#495B23
(73,91,35)
#5B6B38
(91,107,56)
#6D7B4D
(109,123,77)
#7F8B62
(127,139,98)
#919B77
(145,155,119)
#A3AB8C
(163,171,140)
#B5BBA1
(181,187,161)
#C7CBB6
(199,203,182)
#D9DBCB
(217,219,203)
#EBEBE0
(235,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B0E; }

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

This text font color is #374B0E.


Background Color

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

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

This div background color is #374B0E.


Border color

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

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

This div border color is #374B0E.


Opacity

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

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

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

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

This text has shadow with #374B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B0E on black background.


Color preview on white background

This text has color #374B0E on white background.



Black color preview on #374B0E background

This text has black color on #374B0E background.


White color preview on #374B0E background

This text has white color on #374B0E background.