COLOR #374B03

HEX: #374B03 RGB: (55,75,3)

Color info

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

RGB color model

#374B03 color RGB value is (55,75,3).

RGB: (55,75,3) (22%, 29%, 1%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 3 of 255 = 1%

55
75
3

R + G + B ~ 17%. #374B03 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 3 = 133 (100%)
R 55 of 133 ~ 41.35%
G 75 of 133 ~ 56.39%
B 3 of 133 ~ 2.26'%

%41.35
%56.39

CMYK color model

#374B03 color CMYK value is (27,0,96,71).

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

CMYK: (27,0,96,71)
C27M0Y96K71 (27%, 0%, 96%, 71%)
(0.27 / 0.00 / 0.96 / 0.71)

CMYK percentages

%26.67
%0
%96
%70.59

Codes

Color #374B03 in popluar color models

37 4B 03
RGB 55 75 3
HSL 77° 92.31% 15.29%
HSB/HSV 77° 96.00% 29.41%
CMYK 26.67% 0.00% 96.00%
70.59%

Color #374B03 in popluar number systems.

HEX 37 4B 03
Decimal 55 75 3
Binary 110111 1001011 11
Octal 67 113 3

Shades and tints

Shades of #374B03

#374B03
(55,75,3)
#324503
(50,69,3)
#2D3F03
(45,63,3)
#283903
(40,57,3)
#233303
(35,51,3)
#1E2D03
(30,45,3)
#192703
(25,39,3)
#142103
(20,33,3)
#0F1B03
(15,27,3)
#0A1503
(10,21,3)
#050F03
(5,15,3)
#000000
(0,0,0)

Tints of #374B03

#374B03
(55,75,3)
#495B19
(73,91,25)
#5B6B2F
(91,107,47)
#6D7B45
(109,123,69)
#7F8B5B
(127,139,91)
#919B71
(145,155,113)
#A3AB87
(163,171,135)
#B5BB9D
(181,187,157)
#C7CBB3
(199,203,179)
#D9DBC9
(217,219,201)
#EBEBDF
(235,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B03; }

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

This text font color is #374B03.

Background Color

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

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

This div background color is #374B03.

Border color

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

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

This div border color is #374B03.

Opacity

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

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

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

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

This text has shadow with #374B03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B03.

Preview

Color preview on black background

This text has color #374B03 on black background.


Color preview on white background

This text has color #374B03 on white background.


Black color preview on #374B03 background

This text has black color on #374B03 background.


White color preview on #374B03 background

This text has white color on #374B03 background.


Related colors

Complementary color

Complementary color for #hex is #C8B4FC.


I love getcolorcode.com

Triadic colors

1 #03374B and #4B0337 with #374B03 are triadic colors.

2 #034B37 and #4B3703 with #374B03 are triadic colors.