COLOR #375A0B

HEX: #375A0B RGB: (55,90,11)

Color info

#375A0B contains mainly red and green colors. Web safe color of #375A0B is #336600 (or #360).

RGB color model

#375A0B color RGB value is (55,90,11).

RGB: (55,90,11) (22%, 35%, 4%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 11 of 255 = 4%

55
90
11

R + G + B ~ 20%. #375A0B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 90 + 11 = 156 (100%)
R 55 of 156 ~ 35.26%
G 90 of 156 ~ 57.69%
B 11 of 156 ~ 7.05'%

%35.26
%57.69

CMYK color model

#375A0B color CMYK value is (39,0,88,65).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 87.78%
  • key color value is 64.71%

CMYK: (39,0,88,65)
C39M0Y88K65 (39%, 0%, 88%, 65%)
(0.39 / 0.00 / 0.88 / 0.65)

CMYK percentages

%38.89
%0
%87.78
%64.71

Codes

Color #375A0B in popluar color models

37 5A 0B
RGB 55 90 11
HSL 87° 78.22% 19.80%
HSB/HSV 87° 87.78% 35.29%
CMYK 38.89% 0.00% 87.78%
64.71%

Color #375A0B in popluar number systems.

HEX 37 5A 0B
Decimal 55 90 11
Binary 110111 1011010 1011
Octal 67 132 13

Shades and tints

Shades of #375A0B

#375A0B
(55,90,11)
#32520A
(50,82,10)
#2D4A09
(45,74,9)
#284208
(40,66,8)
#233A07
(35,58,7)
#1E3206
(30,50,6)
#192A05
(25,42,5)
#142204
(20,34,4)
#0F1A03
(15,26,3)
#0A1202
(10,18,2)
#050A01
(5,10,1)
#000000
(0,0,0)

Tints of #375A0B

#375A0B
(55,90,11)
#496921
(73,105,33)
#5B7837
(91,120,55)
#6D874D
(109,135,77)
#7F9663
(127,150,99)
#91A579
(145,165,121)
#A3B48F
(163,180,143)
#B5C3A5
(181,195,165)
#C7D2BB
(199,210,187)
#D9E1D1
(217,225,209)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A0B color. Also use rgb(55,90,11) instead hex code.

Text Font Color

.myTextColor { color: #375A0B; }

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

This text font color is #375A0B.

Background Color

.myBgColor { background-color: #375A0B; }

<div style="background-color:#375A0B">Inner text</div>

This div background color is #375A0B.

Border color

.myBorderColor { border: 1px solid #375A0B; }

<div style="border:3px solid #375A0B">Div</div>

This div border color is #375A0B.

Opacity

.myOpacity80 { color: #375A0B; opacity: 0.8; }

<p style="color:#375A0B;opacity:0.8;">80%</p>

Text with #375A0B 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 #375A0B;}

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

This text has shadow with #375A0B color.


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

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

This text has shadow with #375A0B primary color and red secondary color.


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

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

This text has shadow with #375A0B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #375A0B.

Preview

Color preview on black background

This text has color #375A0B on black background.


Color preview on white background

This text has color #375A0B on white background.


Black color preview on #375A0B background

This text has black color on #375A0B background.


White color preview on #375A0B background

This text has white color on #375A0B background.


Related colors

Complementary color

Complementary color for #hex is #C8A5F4.


I love getcolorcode.com

Triadic colors

1 #0B375A and #5A0B37 with #375A0B are triadic colors.

2 #0B5A37 and #5A370B with #375A0B are triadic colors.