COLOR #379F0C

HEX: #379F0C RGB: (55,159,12)

Color info

#379F0C contains mainly green color. Web safe color of #379F0C is #339900 (or #390).

RGB color model

#379F0C color RGB value is (55,159,12).

RGB: (55,159,12) (22%, 62%, 5%)

RGB channels and saturation

R 55 of 255 = 22%
G 159 of 255 = 62%
B 12 of 255 = 5%

55
159
12

R + G + B ~ 30%. #379F0C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 159 + 12 = 226 (100%)
R 55 of 226 ~ 24.34%
G 159 of 226 ~ 70.35%
B 12 of 226 ~ 5.31'%

%24.34
%70.35

CMYK color model

#379F0C color CMYK value is (65,0,92,38).

  • cyan value is 65.41%
  • magenta value is 0.00%
  • yellow value is 92.45%
  • key color value is 37.65%

CMYK: (65,0,92,38)
C65M0Y92K38 (65%, 0%, 92%, 38%)
(0.65 / 0.00 / 0.92 / 0.38)

CMYK percentages

%65.41
%0
%92.45
%37.65

Codes

Color #379F0C in popluar color models

37 9F 0C
RGB 55 159 12
HSL 102° 85.96% 33.53%
HSB/HSV 102° 92.45% 62.35%
CMYK 65.41% 0.00% 92.45%
37.65%

Color #379F0C in popluar number systems.

HEX 37 9F 0C
Decimal 55 159 12
Binary 110111 10011111 1100
Octal 67 237 14

Shades and tints

Shades of #379F0C

#379F0C
(55,159,12)
#32910B
(50,145,11)
#2D830A
(45,131,10)
#287509
(40,117,9)
#236708
(35,103,8)
#1E5907
(30,89,7)
#194B06
(25,75,6)
#143D05
(20,61,5)
#0F2F04
(15,47,4)
#0A2103
(10,33,3)
#051302
(5,19,2)
#000000
(0,0,0)

Tints of #379F0C

#379F0C
(55,159,12)
#49A722
(73,167,34)
#5BAF38
(91,175,56)
#6DB74E
(109,183,78)
#7FBF64
(127,191,100)
#91C77A
(145,199,122)
#A3CF90
(163,207,144)
#B5D7A6
(181,215,166)
#C7DFBC
(199,223,188)
#D9E7D2
(217,231,210)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379F0C color. Also use rgb(55,159,12) instead hex code.

Text Font Color

.myTextColor { color: #379F0C; }

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

This text font color is #379F0C.

Background Color

.myBgColor { background-color: #379F0C; }

<div style="background-color:#379F0C">Inner text</div>

This div background color is #379F0C.

Border color

.myBorderColor { border: 1px solid #379F0C; }

<div style="border:3px solid #379F0C">Div</div>

This div border color is #379F0C.

Opacity

.myOpacity80 { color: #379F0C; opacity: 0.8; }

<p style="color:#379F0C;opacity:0.8;">80%</p>

Text with #379F0C 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 #379F0C;}

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

This text has shadow with #379F0C color.


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

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

This text has shadow with #379F0C primary color and red secondary color.


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

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

This text has shadow with #379F0C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #379F0C.

Preview

Color preview on black background

This text has color #379F0C on black background.


Color preview on white background

This text has color #379F0C on white background.


Black color preview on #379F0C background

This text has black color on #379F0C background.


White color preview on #379F0C background

This text has white color on #379F0C background.


Related colors

Complementary color

Complementary color for #hex is #C860F3.


I love getcolorcode.com

Triadic colors

1 #0C379F and #9F0C37 with #379F0C are triadic colors.

2 #0C9F37 and #9F370C with #379F0C are triadic colors.