COLOR #373F00

HEX: #373F00
RGB: (55,63,0)

Color info

#373F00 contains only red and green colors. Web safe color of #373F00 is #333300 (or #330).

RGB color model

#373F00 color RGB value is (55,63,0).

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

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 0 of 255 = 0%

55
63
0

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

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 0 = 118 (100%)
R 55 of 118 ~ 46.61%
G 63 of 118 ~ 53.39%
B 0 of 118 ~ 0%

%46.61
%53.39

CMYK color model

#373F00 color CMYK value is (13,0,100,75).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 75.29%
CMYK:
(13,0,100,75)
C13M0Y100K75 
(13%,0%,100%,75%)
(0.13/0.00/1.00/0.75)	

CMYK percentages

%12.7
%0
%100
%75.29

Codes

Color #373F00 in popluar color models

373F00
RGB55630
HSL68°100.00%12.35%
HSB/HSV68°100.00%24.71%
CMYK12.70%0.00%100.00%
75.29%

Color #373F00 in popluar number systems.

HEX373F00
Decimal55630
Binary1101111111110
Octal67770

Shades and tints

Shades of #373F00

#373F00
(55,63,0)
#323A00
(50,58,0)
#2D3500
(45,53,0)
#283000
(40,48,0)
#232B00
(35,43,0)
#1E2600
(30,38,0)
#192100
(25,33,0)
#141C00
(20,28,0)
#0F1700
(15,23,0)
#0A1200
(10,18,0)
#050D00
(5,13,0)
#000000
(0,0,0)

Tints of #373F00

#373F00
(55,63,0)
#495017
(73,80,23)
#5B612E
(91,97,46)
#6D7245
(109,114,69)
#7F835C
(127,131,92)
#919473
(145,148,115)
#A3A58A
(163,165,138)
#B5B6A1
(181,182,161)
#C7C7B8
(199,199,184)
#D9D8CF
(217,216,207)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373F00; }

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

This text font color is #373F00.


Background Color

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

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

This div background color is #373F00.


Border color

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

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

This div border color is #373F00.


Opacity

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

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

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

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

This text has shadow with #373F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F00 on black background.


Color preview on white background

This text has color #373F00 on white background.



Black color preview on #373F00 background

This text has black color on #373F00 background.


White color preview on #373F00 background

This text has white color on #373F00 background.