COLOR #378533

HEX: #378533
RGB: (55,133,51)

Color info

#378533 contains mainly green color. Web safe color of #378533 is #339933 (or #393).

RGB color model

#378533 color RGB value is (55,133,51).

  • red value is 55;
  • green value is 133;
  • blue value is 51.
RGB:
(55,133,51)
(22%,52%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 133 of 255 = 52%
B 51 of 255 = 20%

55
133
51

R + G + B ~ 31%. #378533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 133 + 51 = 239 (100%)
R 55 of 239 ~ 23.01%
G 133 of 239 ~ 55.65%
B 51 of 239 ~ 21.34%

%23.01
%55.65
%21.34

CMYK color model

#378533 color CMYK value is (59,0,62,48).

  • cyan value is 58.65%
  • magenta value is 0.00%
  • yellow value is 61.65%
  • key color value is 47.84%
CMYK:
(59,0,62,48)
C59M0Y62K48 
(59%,0%,62%,48%)
(0.59/0.00/0.62/0.48)	

CMYK percentages

%58.65
%0
%61.65
%47.84

Codes

Color #378533 in popluar color models

378533
RGB5513351
HSL117°44.57%36.08%
HSB/HSV117°61.65%52.16%
CMYK58.65%0.00%61.65%
47.84%

Color #378533 in popluar number systems.

HEX378533
Decimal5513351
Binary11011110000101110011
Octal6720563

Shades and tints

Shades of #378533

#378533
(55,133,51)
#32792F
(50,121,47)
#2D6D2B
(45,109,43)
#286127
(40,97,39)
#235523
(35,85,35)
#1E491F
(30,73,31)
#193D1B
(25,61,27)
#143117
(20,49,23)
#0F2513
(15,37,19)
#0A190F
(10,25,15)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #378533

#378533
(55,133,51)
#499045
(73,144,69)
#5B9B57
(91,155,87)
#6DA669
(109,166,105)
#7FB17B
(127,177,123)
#91BC8D
(145,188,141)
#A3C79F
(163,199,159)
#B5D2B1
(181,210,177)
#C7DDC3
(199,221,195)
#D9E8D5
(217,232,213)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378533 color. Also use rgb(55,133,51) instead hex code.

Text Font Color

.myTextColor { color: #378533; }

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

This text font color is #378533.


Background Color

.myBgColor { background-color: #378533; }

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

This div background color is #378533.


Border color

.myBorderColor { border: 1px solid #378533; }

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

This div border color is #378533.


Opacity

.myOpacity80 { color: #378533; opacity: 0.8; }

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

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

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

This text has shadow with #378533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378533 on black background.


Color preview on white background

This text has color #378533 on white background.



Black color preview on #378533 background

This text has black color on #378533 background.


White color preview on #378533 background

This text has white color on #378533 background.