COLOR #373F05

HEX: #373F05
RGB: (55,63,5)

Color info

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

RGB color model

#373F05 color RGB value is (55,63,5).

  • red value is 55;
  • green value is 63;
  • blue value is 5.
RGB:
(55,63,5)
(22%,25%,2%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 5 of 255 = 2%

55
63
5

R + G + B ~ 16%. #373F05 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 5 = 123 (100%)
R 55 of 123 ~ 44.72%
G 63 of 123 ~ 51.22%
B 5 of 123 ~ 4.07%

%44.72
%51.22

CMYK color model

#373F05 color CMYK value is (13,0,92,75).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 92.06%
  • key color value is 75.29%
CMYK:
(13,0,92,75)
C13M0Y92K75 
(13%,0%,92%,75%)
(0.13/0.00/0.92/0.75)	

CMYK percentages

%12.7
%0
%92.06
%75.29

Codes

Color #373F05 in popluar color models

373F05
RGB55635
HSL68°85.29%13.33%
HSB/HSV68°92.06%24.71%
CMYK12.70%0.00%92.06%
75.29%

Color #373F05 in popluar number systems.

HEX373F05
Decimal55635
Binary110111111111101
Octal67775

Shades and tints

Shades of #373F05

#373F05
(55,63,5)
#323A05
(50,58,5)
#2D3505
(45,53,5)
#283005
(40,48,5)
#232B05
(35,43,5)
#1E2605
(30,38,5)
#192105
(25,33,5)
#141C05
(20,28,5)
#0F1705
(15,23,5)
#0A1205
(10,18,5)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #373F05

#373F05
(55,63,5)
#49501B
(73,80,27)
#5B6131
(91,97,49)
#6D7247
(109,114,71)
#7F835D
(127,131,93)
#919473
(145,148,115)
#A3A589
(163,165,137)
#B5B69F
(181,182,159)
#C7C7B5
(199,199,181)
#D9D8CB
(217,216,203)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373F05 color. Also use rgb(55,63,5) instead hex code.

Text Font Color

.myTextColor { color: #373F05; }

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

This text font color is #373F05.


Background Color

.myBgColor { background-color: #373F05; }

<div style="background-color:#373F05">Inner text</div>

This div background color is #373F05.


Border color

.myBorderColor { border: 1px solid #373F05; }

<div style="border:3px solid #373F05">Div</div>

This div border color is #373F05.


Opacity

.myOpacity80 { color: #373F05; opacity: 0.8; }

<p style="color:#373F05;opacity:0.8;">80%</p>

Text with #373F05 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 #373F05;}

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

This text has shadow with #373F05 color.

.textShadow {text-shadow: 3px 3px 1px #373F05, 3px 3px 1px red;}

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

This text has shadow with #373F05 primary color and red secondary color.


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

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

This text has shadow with #373F05 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F05 on black background.


Color preview on white background

This text has color #373F05 on white background.



Black color preview on #373F05 background

This text has black color on #373F05 background.


White color preview on #373F05 background

This text has white color on #373F05 background.