COLOR #374D0C

HEX: #374D0C
RGB: (55,77,12)

Color info

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

RGB color model

#374D0C color RGB value is (55,77,12).

  • red value is 55;
  • green value is 77;
  • blue value is 12.
RGB:
(55,77,12)
(22%,30%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 12 of 255 = 5%

55
77
12

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

Portions of RGB colors in percentages

R + G + B =
55 + 77 + 12 = 144 (100%)
R 55 of 144 ~ 38.19%
G 77 of 144 ~ 53.47%
B 12 of 144 ~ 8.33%

%38.19
%53.47

CMYK color model

#374D0C color CMYK value is (29,0,84,70).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(29,0,84,70)
C29M0Y84K70 
(29%,0%,84%,70%)
(0.29/0.00/0.84/0.70)	

CMYK percentages

%28.57
%0
%84.42
%69.8

Codes

Color #374D0C in popluar color models

374D0C
RGB557712
HSL80°73.03%17.45%
HSB/HSV80°84.42%30.20%
CMYK28.57%0.00%84.42%
69.80%

Color #374D0C in popluar number systems.

HEX374D0C
Decimal557712
Binary11011110011011100
Octal6711514

Shades and tints

Shades of #374D0C

#374D0C
(55,77,12)
#32460B
(50,70,11)
#2D3F0A
(45,63,10)
#283809
(40,56,9)
#233108
(35,49,8)
#1E2A07
(30,42,7)
#192306
(25,35,6)
#141C05
(20,28,5)
#0F1504
(15,21,4)
#0A0E03
(10,14,3)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #374D0C

#374D0C
(55,77,12)
#495D22
(73,93,34)
#5B6D38
(91,109,56)
#6D7D4E
(109,125,78)
#7F8D64
(127,141,100)
#919D7A
(145,157,122)
#A3AD90
(163,173,144)
#B5BDA6
(181,189,166)
#C7CDBC
(199,205,188)
#D9DDD2
(217,221,210)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D0C color. Also use rgb(55,77,12) instead hex code.

Text Font Color

.myTextColor { color: #374D0C; }

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

This text font color is #374D0C.


Background Color

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

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

This div background color is #374D0C.


Border color

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

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

This div border color is #374D0C.


Opacity

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

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

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

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

This text has shadow with #374D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D0C on black background.


Color preview on white background

This text has color #374D0C on white background.



Black color preview on #374D0C background

This text has black color on #374D0C background.


White color preview on #374D0C background

This text has white color on #374D0C background.